Linker Error

After finnaly getting Saturn Orbit and Dev-C++ to work I keep getting these Linker Errors and Unidentified Refrence to MAIN in the first Saturn TUtorial file when I try to compile anything, any ideas?
 
1magus said:
After finnaly getting Saturn Orbit and Dev-C++ to work I keep getting these Linker Errors and Unidentified Refrence to MAIN in the first Saturn TUtorial file when I try to compile anything, any ideas?

The actual main() is located in c:\SaturnOrbit\COMMON\cinit.c . So you'll need to add this to the project source files, or feed a precompiled cinit.o to the linker.
 
Back
Top