This message appears when you try to run a program which has been linked with the production libraries, but did not include the NO_DEBUG_CODE directive in the command.
Recompile with -DNO_DEBUG_CODE inserted on the command line. A good location for it is after the switch for memory model. The following partial line illustrates this:
|
This particular line is for Turbo C; in the Microsoft command line, you would insert /DNO_DEBUG_CODE after the switches.