Page 2 of 2
Re: Which IDE to use?
Posted: Fri Jan 15, 2016 7:23 am
by POLYGAMe
KanedaFr wrote:POLYGAMe wrote:I might try Eclipse too.
Be sure to use Eclipse CDT, not Eclipse (for java)
Eclipse CDT comes with makefile support, very handy
Thanks. I've been using Code::Blocks but building is pretty unstable. Works maybe 70% of the time and I'm only making small demos. Hate to think how it will be with a full 4MB game!
Re: Which IDE to use?
Posted: Fri Jan 15, 2016 9:59 am
by Stef
This is not the fault of Codce:Blocks but of gcc.exe or make.exe command i believe. Gasega said that turning ON windows XP compatibility mode on these executable resolved the issue for him, unfortunately it didn't make any changes for me :-/
Re: Which IDE to use?
Posted: Sat Jan 16, 2016 4:00 am
by POLYGAMe
Ah, good to know. I'll stick with Code::Blocks then now that I have it all working
