Recommendations for C++ Compiler?

Post Reply
User avatar
Bahamut ZERO
Posts: 13
Joined: Sat Dec 02, 2023 8:23 pm

Recommendations for C++ Compiler?

Post by Bahamut ZERO » Mon Nov 04, 2024 10:22 pm

I just now realized that sf_decrunch exists, and since this is my first time compiling something to windows I was wondering if anyone had recommendations on a complier. I tried googling, but the sheer amount of results made me :shock: lmao.

I'm looking to revisit a star fox spoof hack I released a while back and redo a few graphical changes so I'll be able to release it here on the plaza, as well as going hog wild on some graphics I didn't get a chance to edit the first time around. :D


kandowontu
Community Manager
Posts: 5
Joined: Mon Nov 06, 2023 6:30 pm

Re: Recommendations for C++ Compiler?

Post by kandowontu » Tue Nov 05, 2024 12:09 am

Why not use ultrastarfox? Its a version of the original source code we've made that makes modding a bit easier...

https://github.com/Sunlitspace542/ultrastarfox

It comes with argonaut's original compiler/linker and is an ez-build!


User avatar
Bahamut ZERO
Posts: 13
Joined: Sat Dec 02, 2023 8:23 pm

Re: Recommendations for C++ Compiler?

Post by Bahamut ZERO » Tue Nov 05, 2024 6:50 am

kandowontu wrote: Tue Nov 05, 2024 12:09 am

Why not use ultrastarfox? Its a version of the original source code we've made that makes modding a bit easier...

https://github.com/Sunlitspace542/ultrastarfox

It comes with argonaut's original compiler/linker and is an ez-build!

Oh hell, I didn't that existed either. Thanks for letting me know! I'll check it out. :D

Also in case someone stumbles across this thread looking for a compiler down the line, I found the Embarcadero fork of Dev-C++ easy to use. Link: https://github.com/Embarcadero/Dev-Cpp/


Post Reply