[MonoDevelop] Adding libraries

dsmithers at talktalk.net dsmithers at talktalk.net
Thu Nov 15 03:24:32 EST 2007


Hi,
I am really struggling trying to add extra libraries to a monodevelop GUI app that I have developed.
I have written a socket wrapper class and compiled this using make and gmcs? on the command line.
I want to use this in a GTK# GUI that I have constructed using monodevelop but can't get it to be seen by the compiler.

I have tried adding it as a resource, and adding it as a member of the solution (copying the library).

I tried using DllImport with a wrapper for the wrapper.

I have also changed it so that it is a C# assembly and even tried adding it to the GAC.

I get the Type or namespace name can't be found error.

thanks

dan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20071115/87702d1a/attachment.html 


More information about the Monodevelop-list mailing list