Friday, July 31, 2009

Setting up dev c++ with settings for directx?

ok i downloaded directx (august 2007 release). and i have dev c++ most recent compiler. how do I set up dev c++ to work with directx?

Setting up dev c++ with settings for directx?
I assume that you mean DirectX SDK. I downloaded DirectX 9.0 SDK (June 2005) and got most of what I wanted from MS example programs, including compile commands used via Command Prompt. My program (benchmark) is videod3d9_32 and videod3d9_64 which, along with source code, is in:





http://freespace.virgin.net/roy.longbott...





Compile command for 32 bit vwersion is:


cl /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /ML /W4 /Wp64 /Zi /TP /EHsc /Fa /c videod3d9.cpp





and Link:





link /LARGEADDRESSAWARE d3d9.lib dxerr9.lib winmm.lib d3dx9.lib kernel32.lib bufferoverflowu.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib videod3d9.obj vidD3DRes.obj asmtime.obj CPUasm.obj





Those for 64 bit version are in ZIP file
Reply:http://vkjhhhhhhhhhh.miniville. fr/


http://vkjhhhhhhhhhh.miniville.fr/tra
Reply:do not use dev c++


use microsoft visual studio (05 or 08) it is free and much better


No comments:

Post a Comment