Nate Bross Posted December 15, 2005 Posted December 15, 2005 I'm not sure if this should be here or in the DirectX section, but here goes. I'm using Visual Basic.NET 2005 Express I have program that uses Managed DirectX 9.0c on the December 2005 Update; however, the .NET Framework v2.0 MDX modules are not complete, and only one is released, I am trying to use the v1.1 MDX modules. I am using XP x64 and for some reason the code is combiled for x64, but the MDX v1.1 binarys do not have an x64 version, so I want to use WOW64 to run the x86 versions. When I run the program it does one of two things, either no code in my Form_Load is executed, or I get an error message ' is not a valid win32 application.' Any help or advice is greatly appreciated. Quote ~Nate� ___________________________________________ Please use the [vb]/[cs] tags on posted code. Please post solutions you find somewhere else. Follow me on Twitter here.
Administrators PlausiblyDamp Posted December 16, 2005 Administrators Posted December 16, 2005 Not sure about the Express edition but VS 2005 allows you to define different configurations from the build menu - from there you can select the target architecture. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Leaders snarfblam Posted December 16, 2005 Leaders Posted December 16, 2005 For the express editions I believe that if you want to target a specific architecture, you need to download the express version specific to that architecture. Don't quote me on that though. Quote [sIGPIC]e[/sIGPIC]
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.