site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Am 17.05.2008 um 06:15 schrieb David M. Cotter: It's a bloody weekend so chill.... But it is quite possibly the best list to ask these things. On May 16, 2008, at 3:40 PM, David M. Cotter wrote: Which doc says that? Because CF says the following in the Code: Cheers, -daniel _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... is this the right list? where should i go for help with this? is anybody... <echo>out there</echo>? i want to compile CoreFoundation and CFNetwork on windows in such a way that i can link it with my CodeWarrior project. yes i'm using CodeWarrior on windows to compile my project. and i want to use CFStrings, CFDictionaries and CFNetwork. the doc sez to use CygWin to compile CF stuff. well okay fine, so i should not compile it with CodeWarrior. #if defined(__CYGWIN32__) || defined (D__CYGWIN_) #error CoreFoundation is currently built with the Microsoft C Runtime, which is incompatible with the Cygwin DLL. You must either use the - mno-cygwin flag, or complete a port of CF to the Cygwin environment. #endif Anyway, I'd recommend you try to run BuildCFLite in MSYS/MinGW and use the resulting Binary in Codewarrior. If you can't use the binary, setup the directory Structure using BuildCFLite, capture all the compile commands and compile with CodeWarrior. I haven't tested any of this so far, though it's on my list of things to do (the MSYS/MinGW part). Can't help you with CodeWarrior though. This email sent to site_archiver@lists.apple.com