Hello,
I downloaded the latest cvs version and I had some probs compiling with VS2005.
The project file is not updated, some .cpp files are missing, so they are not compiled:
The define USE_NETWORK is also missing in the project file, and this is a problem because in the configurator.cpp there's a call to CDEC21143 (line 524), but without such define, there's no h-file inclusion. So i think we should put a condional compiling in configurator.cpp in order to avoid the call to such class.
Including those file, the compiling is fine.
regards,
fausto
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I downloaded the latest cvs version and I had some probs compiling with VS2005.
The project file is not updated, some .cpp files are missing, so they are not compiled:
disk.cpp
diskfile.cpp
diskram.cpp
diskcontroller.cpp
sym53c895.cpp
(and the correspondent .h files).
The define USE_NETWORK is also missing in the project file, and this is a problem because in the configurator.cpp there's a call to CDEC21143 (line 524), but without such define, there's no h-file inclusion. So i think we should put a condional compiling in configurator.cpp in order to avoid the call to such class.
Including those file, the compiling is fine.
regards,
fausto
Hello Fausto,
New versions of the C++ 6.0, 2005 and 2008 vcproj files are forthcoming. They should be in CVS sometime today.
Camiel.