I' ve been playing with common C++ for a short time and I'm
interested in use the Threads and the common classes like
Keydata. I've compiled it on GNU/Linux at of course it works
as I need so, Is possible to use it on Win32 throught M$ VC++
6.0? I think so, but I'm not sure and there is no VC++ project
in the common dir so maybe is no possible (I've compiled the
win32 dir with the VC++ project that is there) and then I'll
have to choose mingw or cigwin.
Thanks you very much in advance
Jos Miguel.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all !!
I' ve been playing with common C++ for a short time and I'm
interested in use the Threads and the common classes like
Keydata. I've compiled it on GNU/Linux at of course it works
as I need so, Is possible to use it on Win32 throught M$ VC++
6.0? I think so, but I'm not sure and there is no VC++ project
in the common dir so maybe is no possible (I've compiled the
win32 dir with the VC++ project that is there) and then I'll
have to choose mingw or cigwin.
Thanks you very much in advance
Jos Miguel.
In general the stuff in "common" should not be OS specific. If someone wants to contribute a VC project file for it, that would be great!