View Single Post
Old Feb 24th, 2005, 3:17 PM   #3
kurifu
Expert Programmer
 
kurifu's Avatar
 
Join Date: Jul 2004
Location: Halifax, Nova Scotia (Canada)
Posts: 784
Rep Power: 5 kurifu is on a distinguished road
Send a message via ICQ to kurifu Send a message via MSN to kurifu
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.
__________________
Clifford Matthew Roche <geek@cliffordroche.com>
Web Hosting: http://www.crd-hosting.com
Consulting: http://www.crdev-consulting.com
kurifu is offline   Reply With Quote