K
kid joe
Hi
I am porting an old 32 bit application that uses thunking to call
a 16bit DLL under Win32s. The application uses functionality
provided by a custom 16 bit DLL (there is no 32 bit version).
I'm trying to get the application working on Win95 with very little
success.
While GetProcAddress() can still locate UT(Un)Register, when
I actually call the located pfnUTRegister to register my
UTProc function I get a FALSE return code (i.e. failed).
If I check GetLastError() then I am told that the function
executed correctly!! Although I know that the UTInit was
not even executed.
Anyone know what is going on. Is it that UT is not supported
under Win95 and if so is there another alternative?
Thanks!
Joe
I am porting an old 32 bit application that uses thunking to call
a 16bit DLL under Win32s. The application uses functionality
provided by a custom 16 bit DLL (there is no 32 bit version).
I'm trying to get the application working on Win95 with very little
success.
While GetProcAddress() can still locate UT(Un)Register, when
I actually call the located pfnUTRegister to register my
UTProc function I get a FALSE return code (i.e. failed).
If I check GetLastError() then I am told that the function
executed correctly!! Although I know that the UTInit was
not even executed.
Anyone know what is going on. Is it that UT is not supported
under Win95 and if so is there another alternative?
Thanks!
Joe