For reference, I can control a FB from inside a 32bit instance of Windows XP, running in Virtual PC, on top of Windows 7 64bit. I just told Virtual PC to attach to the USB device, and everything acted normal after that.
-Lance
A x64 tractor...![]()
Fusion Brain Version 6 Released!
1.9in x 2.9in -- 47mm x 73mm
30 Digital Outputs -- Directly drive a relay
15 Analogue Inputs -- Read sensors like temperature, light, distance, acceleration, and more
Buy now in the MP3Car.com Store
For reference, I can control a FB from inside a 32bit instance of Windows XP, running in Virtual PC, on top of Windows 7 64bit. I just told Virtual PC to attach to the USB device, and everything acted normal after that.
-Lance
DirectX on x64 has been my biggest issue on this x64 Windows 7 box, but I just found out how to resolve that tonight. By default, Visual Studio compiles to a target platform of "AnyCPU", which means the app runs as 64 bit when on a x64 box. This causes a problem if it calls any .dlls that are 32 bit only. The solution is to change the compile options so the target platform is x86. I am now able to run an app I built that uses DirectX. More details here: http://social.msdn.microsoft.com/For...e-3c8b5c685006
If you change the same thing, you should be able to run MDX on x64 machines. That just leaves the drivers. I have no clue how drivers work, but if you compile them, maybe this option will allow them to work on x64 machines as well.
-Lance
Fusion Brain Version 6 Released!
1.9in x 2.9in -- 47mm x 73mm
30 Digital Outputs -- Directly drive a relay
15 Analogue Inputs -- Read sensors like temperature, light, distance, acceleration, and more
Buy now in the MP3Car.com Store
Bookmarks