Tagged Questions
2
votes
3answers
170 views
How to run Objective-C binary on a web server?
Alright, I have a rather odd question here. I feel much more comfortable writing code in Objective-C over any other language. I recently had to do some server-side programming, which required me to ...
2
votes
2answers
192 views
Is Cocotron the result of reverse engineering?
Does it replicate the behaviour of the various libraries (so the calls are exactly the same) or just codes them from scratch using unique optimizations and new ways to do their stuff?
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
1answer
227 views
Problems with Cocotron
I've been trying to use Cocotron and installed it with the Instructions on their site, but when i try to build their example app with Cocotron it doesn't work and I get a load of errors about things ...
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:
...