[Mono-bugs] [Bug 72775][Nor] Changed - Cannot assign text to TextBox

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 23 Mar 2005 00:33:21 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by peter@novonyx.com.

http://bugzilla.ximian.com/show_bug.cgi?id=72775

--- shadow/72775	2005-03-22 20:11:36.000000000 -0500
+++ shadow/72775.tmp.18398	2005-03-23 00:33:21.000000000 -0500
@@ -1,12 +1,12 @@
 Bug#: 72775
 Product: Mono: Class Libraries
 Version: 1.1
 OS: other
 OS Details: Fedora Core 1
-Status: REOPENED   
+Status: NEEDINFO   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: Windows.Forms
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: aviary.tree@ntlworld.com               
@@ -84,6 +84,22 @@
 /opt/monobundle-1.1.4/mono/lib/libgdiplus.a
 /opt/monobundle-1.1.4/mono/lib/libgdiplus.so.0
 
 
 is it possible the libraries are not included in the library path?
 
+
+------- Additional Comments From peter@novonyx.com  2005-03-23 00:33 -------
+I can't answer if your libraries are included in your path, that's 
+something you need to find out. You can use 'nm' to dump the symbols 
+included in the lib; I get:
+$ nm /usr/local/lib/libgdiplus.so | fgrep GetFontMetrics
+0001517c T GetFontMetrics
+
+Which shows that the function is included in libgdiplus.
+
+If it couldn't find any libgdiplus library you'd get a different 
+error, and if locate isn't listing any other locations, it's using 
+this lib.
+
+Check if it contains the function.
+