Hi,
I have downloaded this project to try it.
but unfortunatly I can't make it works.
I'm using Unity pro on windows 7,the DLL VRNRwrapper is in
asset/plugins …. When i run the project the
DllNotFoundException occures :( .
Did i miss anything?
(And i also tested it on XP before and the same error occured so i thought it wasn't due to windows version )
Frank.
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,the DLL VRNRwrapper is in
asset/plugins …. When i run the project the
DllNotFoundException occures :(.
I Build the projet and i have many error (Library don't exist : smft31.lib, smftcpp.lib, pthreadVC2.lib, SharedMem.lib).
Did i miss anything please ?
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 downloaded this project to try it.
but unfortunatly I can't make it works.
I'm using Unity pro on windows 7,the DLL VRNRwrapper is in
asset/plugins …. When i run the project the
DllNotFoundException occures :( .
Did i miss anything?
(And i also tested it on XP before and the same error occured so i thought it wasn't due to windows version )
Frank.
hi spacecatx,
I fixed the problem (I build the project removing some DLL ). now it's working properly both on XP and 7.
Thanks you. great job.
Frank.
Hi,
I have a same probleme : I'm using Unity pro on windows 7,the DLL VRNRwrapper is in
asset/plugins …. When i run the project the
DllNotFoundException occures :(.
I Build the projet and i have many error (Library don't exist : smft31.lib, smftcpp.lib, pthreadVC2.lib, SharedMem.lib).
Did i miss anything please ?
Thank's.
Daminos.
Abidi,
See my post regarding how to compile VRPNWrapper.dll. You need a few libraries, and smft31.lib is old, so you need to change it to smft32.lib.
Best,
Koorosh
Thank you very much Koorosh
I'll test it