[MonoDevelop] New release -- DllNotFound exception for msvcrt

Rafael Teixeira monoman at gmail.com
Mon Feb 26 06:46:22 EST 2007


Well msvcrt is a native (Windows-only) runtime library for programs
compiled with MS C/C++ compiler. Seems like someone is p/invoking into
it to use 'free()' so a Mono.Posix.dll.config is needed to redirect it
to call free() on libc.so.

I'm heaving dns-related problems to access the svn repository, so I
can't check it directly, so please post a bug case for mono (not
monodevelop), for it. It may just be a packaging issue, or the config
file may be outdated.

Thanks,

On 2/24/07, Jensen Somers <jensen.somers at gmail.com> wrote:
>
>  Hi,
>
>  On Fri, 2007-02-23 at 15:20 -0800, Ben Joldersma wrote:
>
>  Hello all,
>
>  Congratulations on the new release!  I'm so excited to see it!  I built the
> source, and am running into a problem when I try to launch, it complains
> that it can't find msvcrt.
>
>  I have the same problem.
>  I have 2 parallel mono installations, one just for running, one used as a
> development tree. After having the problem in my run tree, I started
> upgrading the development tree piece by piece to see where the problem
> occurred.
>  No problems after the libgdiplus upgrade, but after the mono upgrade
> everything stopped working and complained about the missing DLL.
>
>  I did an upgrade of everything just now and the problem is still there, so
> I would think this is a mono related issue.
>
>  Someone on IRC suggested that it might be a problem of mismapped or linked
> DLL's, but I have no idea why this would happen, I can't see a significant
> change to required DLL's from the mono installation I had from Thursday, to
> the one from Friday.
>
>  Regards,
>  Jensen
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>
>


-- 
Rafael "Monoman" Teixeira
---------------------------------------
"The reasonable man adapts himself to the world; the unreasonable one
persists in trying to adapt the world to himself. Therefore all
progress depends on the unreasonable man." George Bernard Shaw


More information about the Monodevelop-list mailing list