- Category:
- DirextX
- Tags:
-
[Text]
- File Size:
- 1kb
- Update:
- 2012-11-26
- Downloads:
- 0 Times
- Uploaded by:
- versille
Description: 1.
1.a make sure that the platform sdk is in first in Options Library directories.
1.b make sure that the dx library is last in order in Options Library directories.
1.c In the Project Properties->Configuration Properties->Linker->Input->Additional Dependencies : add "atls.lib"
2. d3drm in the link/input is replaced with d3d9.lib to avoid d3drm.lib not found error
3. D3D.obj : error LNK2019: unresolved external symbol _Direct3DRMCreate@4 referenced in function "unsigned int __cdecl D3DDriver(void *)" (?D3DDriver@@YAIPAX@Z)
====> Direct3DRMCreate is replaced by Direct3DCreate9. Direct3DRm is completely gone
4. CVTRES : fatal error CVT1100: duplicate resource. type:MANIFEST, name:1, language:0x0409
====> Commenting the line
1 RT_MANIFEST "res\\TestApp.manifest"
in *.rc
To Search:
File list (Check if you may need any files):
compileWithDX9.txt