[Freeswitch-users] Mono 2.8 released and need to update mod_managed

Michael Collins msc at freeswitch.org
Thu Oct 7 17:30:56 PDT 2010


Yitzchok,

Thanks for working on this, we appreciate it when people in the community
step up and help out. BTW, this particular topic is a little bit intense for
the users list - it is better for the -dev list.

Thanks,
MC

On Wed, Oct 6, 2010 at 8:20 PM, Yitzchok <adminjew at gmail.com> wrote:

> I got it to work and attached is the patch file with the changes I made to
> get it to work. (Jeff this includes the changes from my other post)
>
> This code changes has to be reviewed and I think you should checkout *mono_assembly_name_free
> (name); *I don't call that but maybe it should be called somewhere in the
> code.
>
> Thanks
>
> Yitzchok
>
>
>
> On Wed, Oct 6, 2010 at 9:48 PM, Yitzchok <adminjew at gmail.com> wrote:
>
>> It seems like glib itself is easy to get around by removing the glig
>> includes and changing g_free(x) to mono_free(x)
>>
>> But I am getting stuck by this one.
>>
>>
>>    - The MonoAssemblyName struct is no longer fully visible: to access
>>    its fields
>>
>> you need to use the newly-provided accessors. Note also that it can't be
>> allocated on the stack anymore and you'll need to create and destroy it with
>> the following API:
>>
>> MonoAssemlyName *aname = mono_assembly_name_new ("mscorlib");
>> mono_assembly_name_free (aname);
>>
>>
>>
>> (from http://www.mono-project.com/Embedding_Mono)
>>
>> Yitzchok
>>
>>
>>
>> On Wed, Oct 6, 2010 at 9:00 PM, Yitzchok <adminjew at gmail.com> wrote:
>>
>>> Mono 2.8 was released today with support for C# 4 and more
>>> http://www.mono-project.com/Release_Notes_Mono_2.8
>>>
>>> <http://www.mono-project.com/Release_Notes_Mono_2.8>It seems like there
>>> was some changes in the way applications embed mono (which includes removing
>>> the reference to glib and replacing it with eglib from what I understand) in
>>> this link you can find information for the changes made with embedding mono
>>> http://www.mono-project.com/Embedding_Mono
>>>
>>> I am trying to see if I can make it work but since I am just a C# windows
>>> developer (not a c or c++ dev) what I am doing is just hacking around and
>>> don't know if I will even get it to work but I think a c++ linux developer
>>> might get it to work with only a little work (the info needed I think is in
>>> the link above).
>>>
>>> So I am wondering if anyone is interested to get it to work.
>>>
>>> <http://www.mono-project.com/Embedding_Mono>
>>>
>>> Yitzchok
>>>
>>
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20101007/3a9d16d9/attachment-0001.html 


More information about the FreeSWITCH-users mailing list