Paolo said me to invoking a function from libsub at start of app. How can I do that in C# to run on Linux ?
I'm working with windows VS2008. Do I have to do on windows or Linux ?? Sorry for basics questions. Robert Jordan wrote: > > Lecio wrote: >> Robert, >> >> I did what you said and the 'ldd ./libUFScanner.so' displayed : >> >> linux-gate.so.1 => (0xb7f80000) >> libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7e5d000) >> libm.so.6 => /lib/i686/cmov/libm.so.6 (0xb7e37000) >> libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7e0c000) >> libc.so.6 => /lib/i686/cmov/libc.so.6 (0xb7cad000) >> /lib/ld-linux.so.2 (0xb7f81000) >> >> Please is there any error above ? > > Yes, the error is implicit: the library was not properly > linked against libusb (See Paolo's answer on this thread). > > Robert > > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list > > -- View this message in context: http://www.nabble.com/System.DllNotFoundException%2C-but-dll-is-there.-tp25952202p26071965.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
