]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/html/faqgtk.htm
The mmedia contrib requires sys/soundcard.h on unix, so disable it on unix
[wxWidgets.git] / docs / html / faqgtk.htm
index cc4b3748e6f106e2813776d5adbe7fe6c3ed23f1..6db64c46cbbc0f5f3cae047cec24d5dcca9981f7 100644 (file)
@@ -1,4 +1,3 @@
-
 <HTML>
 
 <HEAD>
@@ -21,7 +20,7 @@
 
 <P>
 
-See also <a href="faq.htm">top-level FAQ page</a> 
+See also <a href="faq.htm">top-level FAQ page</a>
 and <a href="faqunx.htm">Unix FAQ page</a>.
 <hr>
 <h3>List of questions in this category</h3>
@@ -49,7 +48,7 @@ often abbreviated to wxGTK. wxGTK has a separate home page <a href="http://www.f
 <h3><a name="locale">Why doesn&#39;t reading floating point numbers work when using wxWidgets?</a></h3>
 
 If your program reads the floating point numbers in the format <tt>123.45</tt>
-from a file, it may suddently start returning just <tt>123</tt> instead of the
+from a file, it may suddenly start returning just <tt>123</tt> instead of the
 correct value on some systems -- which is all the more mysterious as the same
 code in a standalone program works just fine.
 
@@ -86,13 +85,13 @@ This problem can be solved by updating GTK with an official distribution of the
 
 Robert Roebling replies:<P>
 
-"The important thing is the libc version that your app
+&#34;The important thing is the libc version that your app
 is linked against. The most recent version is 2.2.5
 and programs linked against it will not run with version
 2.1.X so that you will fare best if you compile your app
 on a 2.1.X system. It will then run on practically all
 Linux distros (if you link you app statically against
-the image libraries and std C++ lib)."
+the image libraries and std C++ lib).&#34;
 <P>
 
 <h3><a name="#static">Can I statically link the GTK+ library?</a></h3>