SkaarjZR wrote:
Which domc version I need to compile coopordie?
It's a good question!
I don't know myself, I lost track of that. The domc.h and domc.lib are included in the zip source file since 2003 or 2004. The domc.h doesn't include version information, so the only way is to compare it with all existing version
It's not the last version.
http://www.ioplex.com/~miallen/domc/EDIT1: it's not the 0.6.0
EDIT2: it seem to be anterior of 0.7.1 but source code of intermediate the versions is not provided on the author website. It's probably why I've lost track and included the domc.h + domc.lib in my project.
I could probably remove domc and expat for future version. Regarding the final result, my use of xml for coopordie is incredibly weight and complex
I could also remove multi-thread code and replace it by standard asynchronous socket functions.
In fact, I have these simplifications in mind since a long time for one goal: easier Linux port
Of course, if you can have a working linux port of the actual version, I'm highly interested!