ShmuelFine / COOP

The C Object Oriented Programming Library
MIT License
32 stars 4 forks source link

Does COOP work with GCC? #12

Closed ghost closed 1 year ago

ghost commented 3 years ago

I see MSVC project files all the way so I'm a bit afraid. Does COOP MSVC only? If it's not then how to use COOP with GCC? Thanks.

ShmuelFine commented 3 years ago

Hi altPOCA, the cross compiling of the library is not part of the open-source yet. I hope to extend it in the future.

ghost commented 3 years ago

Hi altPOCA, the cross compiling of the library is not part of the open-source yet. I hope to extend it in the future.

No. I mean MinGW GCC on Windows. There is no cross compiling.

ghost commented 3 years ago

Should I send you an email directly? You seems not very active here. I think I shouldn't because I think the email address you provided is for business and I'm only a hobbyist.

I just confirmed your project is MSVC only by trying to compile it with MinGW GCC. It failed to compile under MinGW GCC. If you really don't know what MinGW GCC is then you could download it here, of course for Windows:

https://jmeubank.github.io/tdm-gcc/download/

ShmuelFine commented 3 years ago

Thanks for letting me know, I plan (hopefully) to continue developing this project in about half a year from now. till then - unfortunately, I can't give too much support. So I'll keep this post open, up until I get there and fix it. :)