CFLite old
This page documents how to build CFLite 476.10 such that you can then link to it in your Windows projects, and then blissfully use CFStrings, CFDictionaries, and all the other CFGoodness that CFLite will bring you.
On Windows XP or Windows Vista:
- Install Cygwin
- Download CFLite 476.13. Ooops! Not available? Try: CFLite 476.10
- install it where??
- Download include.zip (contains /usr/include/*, which includes AvailabilityMacros, AssertMacros and TargetConditionals from 10.5)
- install it where??
- Download CFLite/CFTest. This is the test harness sample project.
* You can ignore the XCode project
* create a new project in your windows dev environment and add the two .cpp files.
* the "console.txt" is the example output that it should look like in your console
* you may need to tweak the relative path for "test.xml" to load properly. Please document any necessary changes to the source code.