< Previous by Date | Date Index | Next by Date > |
Thread Index |
Resiprocate compiles under this as of revision 5781. This
compiler has Microsofts modern C++ preprocessor/compiler, so no C++ related changed
had to be made, just windows system calls & missing functions. It
should be fairly easy to maintain support for this compiler. A couple of caveats: - there are no project files for wince-VS8 in svn - wince does not have time.h a strftime implementation; one
must be provided to link. wcecompat (http://www.essemer.com.au/windowsce/)
is one option. So two open tasks people could tackle: - rip out a appropriately licensed strftime implementation(FreeBSD
comes to mind) - write wince-VS8 project/solution files --Derek |