Problem executing C# (Mono) on MAC - any help?
Posted: Wed May 30, 2018 12:52 pm
hi there,
i try to run phidget with mono c# on mac (same things runs seamless on windows).
i get the following error (compiling no problems):
an someone tell me how to make this working?
thanks for any help
t00cg
i try to run phidget with mono c# on mac (same things runs seamless on windows).
i get the following error (compiling no problems):
Code: Select all
ixistenz-3:PhidgetVINTest t00cg$ mcs TestExample.cs -r:Phidget22.NET.dll
ixistenz-3:PhidgetVINTest t00cg$ mono TestExample.exe
MainStarted
Unhandled Exception:
System.DllNotFoundException: phidget22
at (wrapper managed-to-native) Phidget22.Phidget22Imports.PhidgetRCServo_create(intptr&)
at Phidget22.RCServo..ctor () [0x00006] in <9883058a4b9e403fb0e5b60d727b9ce8>:0
at TestExample..ctor () [0x0000d] in <4933d4ae9f524d6fa942d31707374b69>:0
at TestExample.Main (System.String[] args) [0x0000a] in <4933d4ae9f524d6fa942d31707374b69>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.DllNotFoundException: phidget22
at (wrapper managed-to-native) Phidget22.Phidget22Imports.PhidgetRCServo_create(intptr&)
at Phidget22.RCServo..ctor () [0x00006] in <9883058a4b9e403fb0e5b60d727b9ce8>:0
at TestExample..ctor () [0x0000d] in <4933d4ae9f524d6fa942d31707374b69>:0
at TestExample.Main (System.String[] args) [0x0000a] in <4933d4ae9f524d6fa942d31707374b69>:0
ixistenz-3:PhidgetVINTest t00cg$
thanks for any help
t00cg