[Mono-bugs] [Bug 376876] Compiling with a ref to a lib that needs another lib, yields compiler exception

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Jun 13 12:48:39 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=376876

User aaragoneses at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=376876#c3





--- Comment #3 from Andrés G. Aragoneses <aaragoneses at novell.com>  2008-06-13 10:48:38 MDT ---
Note that, to generate the errors of comment#2 in VisualStudio, I just had to
write this line in a test project:

new Gtk.RadioButton ("");

So it seems that csc introspects the types in a way to see if there is a lack
of references (in the project). However, gmcs doesn't introspect, and also it
seems enough for it finding the DLL (glib-sharp.dll in the same folder as it's
caller: gtk-sharper.dll) instead of requiring the compilation to reference it.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list