Thanks Paul - that allowed the library to compile without error, so I'm
a step further on.  The instructions say to "Place the resulting .so
file next to the ASMTool executable (obtained by building this
project)", so I moved it into the /bin/Debug folder, where there's an
AsmTool.exe, but when I then attempt to run that exe file I get the same
error as I did without it.


Code:
--------------------
    pi@raspberrypi:~/ASMTool/AsmTool/bin/Debug $ ./AsmTool.exe 
  Unloading ASM Driver...
  Loading ASM Driver...
  
  Unhandled Exception:
  System.DllNotFoundException: AsmIOLinux.so
  at (wrapper managed-to-native) AsmTool.LinuxNativeIO.LoadAsmIODriver()
  at AsmTool.LinuxAsmIO.LoadAsmIODriver () [0x00001] in 
<fbb7d40e103846ea973443f2e32cdf1d>:0 
  at AsmTool.Program.Main (System.String[] args) [0x00022] in 
<fbb7d40e103846ea973443f2e32cdf1d>:0 
  [ERROR] FATAL UNHANDLED EXCEPTION: System.DllNotFoundException: AsmIOLinux.so
  at (wrapper managed-to-native) AsmTool.LinuxNativeIO.LoadAsmIODriver()
  at AsmTool.LinuxAsmIO.LoadAsmIODriver () [0x00001] in 
<fbb7d40e103846ea973443f2e32cdf1d>:0 
  at AsmTool.Program.Main (System.String[] args) [0x00022] in 
<fbb7d40e103846ea973443f2e32cdf1d>:0 
--------------------


I'm out of my depth here.  I tried renaming the .so file to
AsmIOLinux.so, but that made no difference.  Maybe I'll try the Windows
build.


------------------------------------------------------------------------
chill's Profile: http://forums.slimdevices.com/member.php?userid=10839
View this thread: http://forums.slimdevices.com/showthread.php?t=113575

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to