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
No you cannot use 16 bit libs in 32 bit.
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.
ERNI,
Are you aware that there is an Irvine32 library?
http://www.cs.fit.edu/~mmahoney/cse3101/examples/Lib32/