[MonoDevelop] shared library for c# application
jasbir
j_viki5 at rediffmail.com
Fri Oct 9 23:50:54 EDT 2009
Thanks for the reply
Actually the code is developed in c# on Windows but latter on the
requirments changed and the people who need it want that it should be in the
form of Linux library(.SO) so that it can be used in other code
implementations. Therefore I need some way to get it converted to the Linux
library.
Any way to get it .
Andy Selvig wrote:
>
> There's really no easy way to do this. C# code runs on top of the Mono (or
> .NET on Windows) runtime environment which can't be accessed directly from
> C
> or C++. dll's written in C# can only be used by other Mono libraries or
> application. Is there a specific problem you're trying to solve?
>
> On Fri, Oct 9, 2009 at 12:15 AM, jasbir <j_viki5 at rediffmail.com> wrote:
>
>>
>> Hi,
>>
>> I have a c# console application (Ported from Windows) working fine on
>> Mono.
>>
>> I want to create .SO(shared object) file so that it can be used by oter
>> Linux applications.
>>
>>
>> OR
>>
>>
>> How a library of c# application can be created so that it can be used by
>> other Linux applications.
>>
>> If I create .DLL file using mono then how it can be used in g++ code.
>>
>> I need to create a LIBRARY.............................
>>
>> Please help me .........:confused:
>> --
>> View this message in context:
>> http://www.nabble.com/shared-library-for-c--application-tp25815619p25815619.html
>> Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.
>>
>> _______________________________________________
>> Monodevelop-list mailing list
>> Monodevelop-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>>
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>
>
--
View this message in context: http://www.nabble.com/shared-library-for-c--application-tp25815619p25830788.html
Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.
More information about the Monodevelop-list
mailing list