|
Borland Linker Error Message
I am new to C/C++ in general and Borland 5.0 in particular. I am attempting to convert a 16-bit app over to 32-bit. I've been stymied though with the following error:
Linking C:\CODE\myapp\myapp.exe
Fatal: 16 bit segments not supported in module std\source\build.cpp
I can't figure out what could be a '16 bit segment.' I am compiling it as 32.
Any ideas?
|