Hi,
I have been doing some testing with chilkat MONO lib on ubuntu x64 machine, and its working beautifully. Now I need to implement same functionality on Raspberry Pi 3 running on Rasbian. The c# code using chilkat/mono/linux that works on ubuntu, does not work on rasbian, but when executing the sample .cs (w/ mono chilkatTest.exe), I get this error:
Unhandled Exception:
System.DllNotFoundException: chilkatMono-9_5_0
at (wrapper managed-to-native) Chilkat.Crypt2:CkCrypt2U_Create2W (int)
at Chilkat.Crypt2..ctor () [0x00000] in <filename unknown>:0
at ChilkatTest.testCrypt () [0x00000] in <filename unknown>:0
at ChilkatTest.Main () [0x00000] in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.DllNotFoundException: chilkatMono-9_5_0
at (wrapper managed-to-native) Chilkat.Crypt2:CkCrypt2U_Create2W (int)
at Chilkat.Crypt2..ctor () [0x00000] in <filename unknown>:0
at ChilkatTest.testCrypt () [0x00000] in <filename unknown>:0
at ChilkatTest.Main () [0x00000] in <filename unknown>:0
I dont know what I should try to do here to get this fixed, is this a problem w/ ARM architecture on Rpi3?
If yes, are there any plans on supporting raspberry? Or is this something totally different?
Many thanks, Matt