From: Scott C. <can...@os...> - 2007-09-03 22:30:39
|
Unfortunately the Windows errors aren't simple. I think the Factory stuff is using function templates in some way that doesn't work on the older Microsoft compiler, and there's some kind of linker error with the newer compiler. That one's just going to take some work, but the template error is probably not fixable without changing a lot of code I haven't seen (the Factory API post-dates anything I've seen in the code, and I don't know what it does yet). I need VC6 compatibility for the foreseeable future, so I may need to stay with my fork of the code if there isn't a volunteer to work on that, or some simple way to just compile out the factory API. Is there a description somewhere of what that does? Is it optional, or is it used internally now? -- Scott |