I have Cocotron set up, I have compiled the Foundation for Windows, and I have set up a project that uses that Foundation. I can't compile the project for Windows though, nor have I been able to find a guide to do so. Does anybody have any ideas to do this?
Asked
Active
Viewed 638 times
1 Answers
3
Start with a working Mac project. Duplicate the Mac target and change its name to Windows, and change the build settings as described here: http://www.cocotron.org/Tools/Build_Settings/?path=Tools/Build_Settings
It's actually shockingly easy. Note that if you use the script at Cocotron/1.0/bin/retargetBundle
, you don't even need to figure out how to install the Foundation DLL.
Make sure you add Cocotron's Foundation.framework to your project: Cocoa.framework doesn't actually include Foundation and AppKit properly like it does on OS X.

andyvn22
- 14,696
- 1
- 52
- 74
-
I didnt see that, im new to this =D – El Hombre Jul 12 '12 at 19:56
-
Yes, but unless it's related to my specific answer you should post it as a separate question from this one. – andyvn22 Jul 12 '12 at 20:56