I have some little problem..
I need link 16bit dll under win98..Is any way to do it ???
I have heard abou QT_Thunk and FT_Thunk...but, ..its unknown for me...
thanks for every answer.. :confused:
I need link 16bit dll under win98..Is any way to do it ???
I have heard abou QT_Thunk and FT_Thunk...but, ..its unknown for me...
thanks for every answer.. :confused:
Paladin,
It can be done for Win9x/Me. Its called Flat thunks and Microsoft has made a "thunk compiler" (thunk.exe), which generates some ASM code to do the real switches. I have used it in a Win32 HD editor I wrote, since with Win32 under Win95 no direct HD access was possible.
japheth
It can be done for Win9x/Me. Its called Flat thunks and Microsoft has made a "thunk compiler" (thunk.exe), which generates some ASM code to do the real switches. I have used it in a Win32 HD editor I wrote, since with Win32 under Win95 no direct HD access was possible.
japheth
IT IS GREAT !!
Thank you very much... Are you able to send me your example on my email ???
Thank you very much... Are you able to send me your example on my email ???
Paladin,
here is the source of my flat thunk dlls. Its written in C but with much inline ASM, as you may realize. No problem to convert this to asm for "good programers". And no problem to find out how each source has to be compiled (I have included a generated makefile so its almost too simple).
japheth
here is the source of my flat thunk dlls. Its written in C but with much inline ASM, as you may realize. No problem to convert this to asm for "good programers". And no problem to find out how each source has to be compiled (I have included a generated makefile so its almost too simple).
japheth