Re: Direct3DCreate9() works with DX8?
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
[Please do not mail me a copy of your followup]
"Chuck Walbourn [MSFT]" <chuckw@xxxxxxxxxxxxxxxxxxxx> spake the secret code
<433c4b29@xxxxxxxxxxxxxxxxxx> thusly:
>The version number is meant to catch mis-matches of SDK headers and link
>libraries, not so much to ensure that Direct3D9 is installed on the system,
>but I would expect the object creation itself to fail on a system without
>DirectX 9.0 or later installed.
Correct. If you don't have DX9 installed, then your executable will
fail to launch if you linked to the import library and LoadLibrary
will fail to load the DLL if you are doing delayed loading.
--
"The Direct3D Graphics Pipeline"-- code samples, sample chapter, FAQ:
<
http://www.xmission.com/~legalize/book/>
Pilgrimage: Utah's annual demoparty
<
http://pilgrimage.scene.org>
.
Relevant Pages
- Re: Direct3DCreate9() works with DX8?
... The version number is meant to catch mis-matches of SDK headers and link ... libraries, not so much to ensure that Direct3D9 is installed on the system, ... (microsoft.public.win32.programmer.directx.graphics) - Re: Word template - Workflow System - Event Handler problem
... "Disable Macros" option and this too would fail. ... Thanks for the suggestion Fernando, ... >> libraries as staging areas. ... (microsoft.public.sharepoint.portalserver.development) - Re: How does Require deal with multiple files of the same name in different directories
... include would fail anyway) a check could be made for any file and if ... one exists assume it's correct (pssibly issuing a warning). ... A program written for older W32F versions is available somewhere. ... libary files (or copying the system libraries over the older versions) ... (comp.lang.forth) - Re: compile+link Fujitsu Linux
... especially in bespoke systems where I operate. ... Dynamic loading fails mid-run due to a missing program. ... Well actually I can see that if you fail to include a program in the ... But you don't test the libraries so you wouldn't notice that until the ... (comp.lang.cobol) - Re: Word template - Workflow System - Event Handler problem
... The other option is to use VSTO and build a component that will force the information. ... The user could choose the "Disable Macros" option and this too would fail. ... >> libraries as staging areas. ... >> A simple scenario would be: Amount> 1000>> ... (microsoft.public.sharepoint.portalserver.development) |
|