Ok, ive succesfully compiled the client. Now working on server.
answering to:
\"I hope tomorrow the project file for MSVC will be updated with the fact that it shouldn\'t go and searc for pschardata.cpp\"
I\'ve resolved this to.
You musnt wait till the project file is updated, all you have to do is remove migrated or deleted files from project, then look at the link errors. Search for unresolved objects/functions in the header files (use something like the search function of total comander starting fro src folder), then just include them into the project. Otherwise the cvs seems absolutely consistent so far. (discluding that message.cpp which can be found in a tar.gz on sourceforge.) There is also a tricky iDataConnection or so named external pointer. It is found in psdatabase.cpp or so.
just finished server!

if anyone works on vc6, just email me, ill send the updated project files for client and server. But you will have to manually rewrite the code because of compiler diffs, until some platform-independent coding standards are not set.
I\'m looking forward to contribute in the future. Would be nice if the coding standards could include vc6 compiler.