]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/tech/tn0004.htm
applied typos and spelling error fixes patch from Olly Betts
[wxWidgets.git] / docs / tech / tn0004.htm
index 59fd68658e784783c041ed5641471ca978d1ccb9..d3cd6d6f4d9d0237995f63c533b420dd7b1e21d3 100644 (file)
@@ -57,7 +57,7 @@ To make the samples</h2>
 Solution 1</h3>
 
 <h4>
-<a href="http://biolpc22.york.ac.uk/wx/bc/download.html">Download</a> a zip file which contains modifed
+<a href="http://biolpc22.york.ac.uk/wx/bc/download.html">Download</a> a zip file which contains modified
 cpp, mak and bpr files - it will overwrite your wx distribution cpp files!</h4>
 
 <h4>
@@ -185,12 +185,12 @@ add the location of the wx/include files in the&nbsp; project | options
 </ul>
 I found in CBuilder 1 that the <tt>idetomak</tt> utility did not manage
 to convert all the samples, but <tt>idetobpr</tt> worked OK in CBuilder
-3 and 4. I have a report that not all the bpr files made inb CBuilder 4
+3 and 4. I have a report that not all the bpr files made in CBuilder 4
 are correct
 <h2>
 Error with ODBC32</h2>
-Sometimes you get an error saying that there are unreolved externals in
-ODBC. The soltuion is to run a command prompt in your <b><tt>wx\lib </tt></b>directory
+Sometimes you get an error saying that there are unresolved externals in
+ODBC. The solution is to run a command prompt in your <b><tt>wx\lib </tt></b>directory
 and use the <b><tt>implib </tt></b>command:
 <p><tt>C:\wx\lib><b>implib odbc32 c:\windows\system\odbc32.dll</b></tt>
 <p>This creates the necessary library, odbc32.lib