I have a same probleme : I'm using Unity pro on windows 7 and vista, the DLL VRNRwrapper is in
asset/plugins …. When i run the project : error : DllNotFoundException occures.
I changed the path of the dll, of "Plugin/VRPNWrapper/vrpnwrapper.dll" to "Plugin/vrpnwrapper.dll", and it gives the same problem.
Therefore, i Build the source projet "VRPNPlugin" and i have errors (Library don't exist : smft31.lib, smftcpp.lib, pthreadVC2.lib, boost.lib SharedMem.lib). I Fixed the PthreadVC2.lib and boost.lib by installing this libraries
Please can you help me to fix other errors ?
Thank's.
Daminos.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I have a same probleme : I'm using Unity pro on windows 7 and vista, the DLL VRNRwrapper is in
asset/plugins …. When i run the project : error : DllNotFoundException occures.
I changed the path of the dll, of "Plugin/VRPNWrapper/vrpnwrapper.dll" to "Plugin/vrpnwrapper.dll", and it gives the same problem.
Therefore, i Build the source projet "VRPNPlugin" and i have errors (Library don't exist : smft31.lib, smftcpp.lib, pthreadVC2.lib, boost.lib SharedMem.lib). I Fixed the PthreadVC2.lib and boost.lib by installing this libraries
Please can you help me to fix other errors ?
Thank's.
Daminos.
I answered your similar question in the "Open Discussion" thread. Please see my post on how to compile VRPNWrapper.dll from VRPNPlugin VS project.
Best,
Koorosh
Koorosh
Thank you very much Koorosh
I'll test it