[Mono-dev] mono_string_length missing from mono embed api? (not exported)

BaSS bassraf at gmail.com
Mon Aug 25 13:04:00 EDT 2008


Thank you, I'm not using the libs, I'm dynamically loading the dll and using the dll exports from there (custom header which includes only the imports we need).
hence, mono_string_length() is not exported.

-Bas


> -----Original Message-----
> From: mono-devel-list-bounces at lists.ximian.com [mailto:mono-devel-list-
> bounces at lists.ximian.com] On Behalf Of Robert Jordan
> Sent: Monday, August 25, 2008 00:43
> To: mono-devel-list at lists.ximian.com
> Subject: Re: [Mono-dev] mono_string_length missing from mono embed api?
> (not exported)
> 
> BaSS wrote:
> > Looking at the mono embed api documentation there should be (or was)
> a mono_string_length() method exported, but looking at the code, it no
> longer is?
> > Is this method deprecated or did it go missing per mistake and should
> it be re-exported?
> 
> mono_string_length () is actually a macro defined by object.h, part of
> the public API.
> 
> Robert
> 
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list


More information about the Mono-devel-list mailing list