|
This could really be a lot of things, something within the source file is performing a 16bit operation, using a 16bit memory location (could be an integer attempting to be used at 16 bits as well).
You have to be very careful when converting 16bit applications, they use memory in wildly different manners than 32bit applications, such that 16bit applications shared memory locations and DID NOT use viritual memory addressing to map DLL files.
|