silverfrost Site Admin
Joined: 29 Nov 2006 Posts: 191 Location: Manchester
|
Posted: Tue Sep 07, 2004 9:32 pm Post subject: Program compiles but won't run - no EXE generated |
|
|
Your program may not be linked. Make sure you use the /LINK option while compiling to make an EXE, or linked the program into an executable using the linker (either LINK77 (DBOS) or SLINK (Win32)). If you're using Plato or SIDE make sure you're using the Build option rather than the Compile option, this performs the extra linking step for you. |
|