I have Visual C++ 2008 downloaded.
I grabbed latest svn trunk and followed the instructions on
http://code.google.com/p/wildcat-cad/wiki/CompilingVS2008Express
The wxWindows build their dlls ok. I copied them over to the local
wildcat trunk location.
I opened the wildcat vc9 project and I got the mess below,...
1>------ Build started: Project: Wildcat, Configuration: Release Win32
------
1>Compiling...
1>converter_stl.cpp
1>e:\wildcat-cad\Source\Utility/types.h(86) : fatal error C1083:
Cannot open include file: 'atltime.h': No such file or directory
1>constraint_vertical_controller.cpp
1>e:\wildcat-cad\Source\Utility/types.h(86) : fatal error C1083:
Cannot open include file: 'atltime.h': No such file or directory
1>constraint_vertical_actions.cpp
1>e:\wildcat-cad\Source\Utility/types.h(86) : fatal error C1083:
Cannot open include file: 'atltime.h': No such file or directory
1>constraint_vertical.cpp
1>e:\wildcat-cad\Source\Utility/types.h(86) : fatal error C1083:
Cannot open include file: 'atltime.h': No such file or directory
[...]
1>feature.cpp
1>e:\wildcat-cad\Source\Utility/types.h(86) : fatal error C1083:
Cannot open include file: 'atltime.h': No such file or directory
1>drawing_mode.cpp
1>e:\wildcat-cad\Source\Utility/types.h(86) : fatal error C1083:
Cannot open include file: 'atltime.h': No such file or directory
1>Compiling...
1>document.cpp
1>e:\wildcat-cad\Source\Utility/types.h(86) : fatal error C1083:
Cannot open include file: 'atltime.h': No such file or directory
1>action.cpp
1>e:\wildcat-cad\Source\Utility/types.h(86) : fatal error C1083:
Cannot open include file: 'atltime.h': No such file or directory
1>Build log was saved at "file://e:\wildcat-cad\Build\Win32\Release
\BuildLog.htm"
1>Wildcat - 202 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped
==========
from what I can figure out atltime.h is part of the ATL (Active
Template Library) that is supported only in the paid versions of MS
Visual Studio,...
Is there any way to overcome this ?