文件名称: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
相关搜索: d3drm
DX9 error-2005530518
(系统自动生成,下载前可以参看下载内容)
下载文件列表
compileWithDX9.txt
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.