Hi all, I am having an issue after installing Dark GDK. I have set everything up as it should be except this part:
2.
Configure the INCLUDE\MFC headers (specifically afxres.h), and ignore ATLS.LIB from all builds
How do I do this? There is no explanation on how so I end up having this error when using the basic test example program:
1>------ Build started: Project: Test 2, Configuration: Debug Win32 ------
1>Compiling...
1>Test 2.cpp
1>Linking...
1>LINK : fatal error LNK1104: cannot open file 'atls.lib'
1>Build log was saved at "file://c:Documents and SettingsScarfaceMy DocumentsVisual Studio 2005ProjectsTest 2Test 2DebugBuildLog.htm"
1>Test 2 - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Any help is greatly appreciated.
- Scarface