08-17-2005 04:33 PM
08-18-2005 05:50 PM
I believe the type library you are looking for actually belongs to the DirectX for Java package. The method you are looking to use belongs to the dx3j.dll located in your WINDOWS/system32 folder, which must be properly registered. To register it, simply select Run from you Start menu and execute the command: "regsvr32 dx3j.dll". I found that uregistering this type library on my computer did not make the Direct 1.0 Type Library option disappear, but it did control whether or not the WaitForVerticalBlank method was functional. If you can not find the DLL on your machine, you may want to ensure that you have DirectDraw for Java installed. I've included a link here about DirectDraw for Java.
Kind Regards,
08-18-2005 06:29 PM