[Mono-dev] Compiling Mono Runtime in VS2010

guysherman guy at guysherman.com
Mon Jun 28 06:22:07 EDT 2010


Hi Robert,

Thanks for that, that helps a little, but I think I still need to free in
one case, that is mono_string_to_utf16, I need to free the LPTSTR that I get
back afterwards (the example in test-invoke does). Is this where I would
call mono_free? Or should I be able to call g_free for this.

I'm somewhat concerned because I can compile eglib for 64-bit, and I can
compile (and link) libmono for 64-bit (and there are several calls to g_free
in there), and I can link test-eglib with calls to g_free in there (I added
one), but I can't link test-invoke, or my own code with calls to g_free in
there.

Anybody got any ideas as to what I'm missing?

Thanks.
-- 
View this message in context: http://mono.1490590.n4.nabble.com/Compiling-Mono-Runtime-in-VS2010-tp2270384p2270725.html
Sent from the Mono - Dev mailing list archive at Nabble.com.


More information about the Mono-devel-list mailing list