[Mono-list] msvcr70.dll DllNotFoundException on Linux

phizzzt phizzzt at yahoo.com
Mon Jul 21 02:23:43 EDT 2008


I have a C# program that is using msvcr70.dll, but Mono can't find this dll
under Suse Linux. Mono doesn't find it even if it is in the same dir as the
executable (or in /usr/lib/mono...). Of course, the dll that I copied to
/usr/lib/mono/1.0 (or 2.0, or 2.1 or the executables dir) is the same one I
use to build my project under VS2003.

I have tried to dllmap msvcr70.dll to libstdc.so.6 (or libstdc++.so.6) and
then I get the error message string "_controlfp" from the thrown exception.
I have checked the debug output and it seems to be looking for msvcr70.dll
in the executable dir as well as the usual libmsvcr70.dll, etc.

Any ideas? Are there a lot of p/invoke calls in this dll? Has anyone
successfully loaded this dll? 

Thanks,
Phizzzt

-- 
View this message in context: http://www.nabble.com/msvcr70.dll-DllNotFoundException-on-Linux-tp18562825p18562825.html
Sent from the Mono - General mailing list archive at Nabble.com.



More information about the Mono-list mailing list