View Single Post
  #8  
Old 10-09-2012, 03:45 AM
NI_LAB NI_LAB is offline
Member
 
Join Date: Feb 2012
Posts: 10
We are using a CyberGlove Systems CyberTouch glove.
Ok so I uninstalled everything again to clean everything up, there were 32bit and 64bit versions of the SDKs installed. I use the cyberglove.dle extension now, and I installed the 64bit glove drivers from the CD. I placed the SDK DLLs from
C:\Program Files\CyberGlove Systems\VirtualHand SDK\lib\winnt_386\Release
into the same directory where my .py file is, but now I again get the error

** ERROR: Failed to load plug-in: 'CyberGlove.dle'

But why? DCU is running, glove is shown and works perfectly fine, also the vibrator test. Just in vizard it does not work?!
Do I have to install the 32bit SDK again? But then that is version 2.10, and now I have 3.1.1. Or maybe I just placed the wrong DLLs in my script folder or so?


Quote:
Originally Posted by farshizzo View Post
Are you using a glove from Immersion or CyberGlove Systems?

If you are using a CyberGlove Systems glove, then you need to use the cyberglove.dle extension, instead of immersion.dle. Also, if you are running on a 64-bit machine, things get a little more complicated. You need to install the 64-bit drivers for the glove. However, Vizard is a 32-bit program, so you also need to manually place the 32-bit CyberGlove SDK DLLs (CGS_VirtualHandDevice.dll, CGS_VirtualHandCore.dll, etc...) in your Vizard script directory.
Reply With Quote