Tagged Questions

2
votes
2answers
246 views

Does Cocotron support Objective-C garbage collection?

I'm setting up Cocotron to cross-compile my Mac app into an EXE for Windows... One of the compiler args I had to take out to get it to build using the Cocotron Windows compiler was the flag that ...
1
vote
2answers
152 views

Feasible to switch to objective-c on these platforms and situation?

I've written most of a game engine using C++ that runs on OSX and iOS (Xcode 3.5 so, GCC), Linux (GCC), and Windows (Vis Studio 2010). It uses stl vector for collections of objects. It implements ...
1
vote
2answers
700 views

Link error with Cocotron

I've recently built a linux platform interface for Cocotron, and was able to build the Foundation framework with no errors. However, when linking my objective-C project, I get a linker error: ...