HomeForumsWhat's newResources 
 
 
Linker Error
1magus - Sep 7, 2008
 1magus Sep 7, 2008
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?

 RockinB Sep 8, 2008

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.