Dev-C++ \ SaturnOrbit problem...

ae9jwm.png



Whenever I try to compile my project, that always gets in the way.

HELP... :pinch:
 
Try the recompile-all button, instead of just compile. Most likely, the cinit.o file has been build with a different toolchain (COFF or ELF), than you are using in your project.

Have you specified cinit.o as an object file for the linker, or have you added cinit.c as a source file?
 
The error message you attached is not detailed enough, looking at the "Compile Log" tab should give a better hint to what the problem is.

Anyway...

TheFifthElement said:
None of those. I just started a new project.

...I'd recommend to create a copy of any existing SGL example folder (e.g. C:\SaturnOrbit\SGL_302j\SAMPLE\S_2_2) and start modifying that. When setting up a project from scratch, there's too much that can go wrong.
 
RockinB said:
...I'd recommend to create a copy of any existing SGL example folder (e.g. C:\SaturnOrbit\SGL_302j\SAMPLE\S_2_2) and start modifying that. When setting up a project from scratch, there's too much that can go wrong.

Thank you so much, that worked.

You're awesome. :biggrin:
 
Back
Top