文件名称:compileWithDX9
介绍说明--下载内容均来自于网络,请自行研究使用
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 -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
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 -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
(系统自动生成,下载前可以参看下载内容)
下载文件列表
compileWithDX9.txt