News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

16 bit libs in 32 bit programs

Started by ERNI, October 14, 2005, 07:45:56 PM

Previous topic - Next topic

ERNI

Can i use 16 lib in 32 bit program

If your answer is YES so sey me how can i do it ?
f.e : my 16 bit  lib name  is c:\q\irvine lib
THANKS :eek

hutch--

No you cannot use 16 bit libs in 32 bit.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

Farabi

Quote from: ERNI on October 14, 2005, 07:45:56 PM
Can i use 16 lib in 32 bit program

If your answer is YES so sey me how can i do it ?
f.e : my 16 bitĀ  lib nameĀ  is c:\q\irvine lib
THANKS :eek

The opcode is different.
If on your libs you wrote mov ax,ax if use it on 32 bit program it will become mov eax, eax.
Also your libs will made windows reject the style of your libs use the memory.
Those who had universe knowledges can control the world by a micro processor.
http://www.wix.com/farabio/firstpage

"Etos siperi elegi"

MichaelW

eschew obfuscation