Search found 1 match

by Jesperk
Mon Jun 09, 2008 1:01 am
Forum: Developer's Forum for Windows
Topic: How to prevent crash if the driver isn't installed
Replies: 1
Views: 7169

How to prevent crash if the driver isn't installed

I'm adding 3D nagivation to our application in VS2005 C#. I find that my program crashes on machines that doesn't have the driver installed. I distribute the TDx.TDxInput.dll with my application, but what happends if the 3DxWare isn't installed? Should I also distribute the TDxInput.dll? And should ...