X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f06ef5f4a3dbef79023cb363895ab2951644bab7..2edb0bdef6238c8c246b6978bc14828b7033d931:/docs/tech/tn0004.htm
diff --git a/docs/tech/tn0004.htm b/docs/tech/tn0004.htm
index 59fd68658e..d3cd6d6f4d 100644
--- a/docs/tech/tn0004.htm
+++ b/docs/tech/tn0004.htm
@@ -57,7 +57,7 @@ To make the samples
Solution 1
-Download a zip file which contains modifed
+Download a zip file which contains modified
cpp, mak and bpr files - it will overwrite your wx distribution cpp files!
@@ -185,12 +185,12 @@ add the location of the wx/include files in the project | options
I found in CBuilder 1 that the idetomak utility did not manage
to convert all the samples, but idetobpr 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
Error with ODBC32
-Sometimes you get an error saying that there are unreolved externals in
-ODBC. The soltuion is to run a command prompt in your wx\lib directory
+Sometimes you get an error saying that there are unresolved externals in
+ODBC. The solution is to run a command prompt in your wx\lib directory
and use the implib command:
C:\wx\lib>implib odbc32 c:\windows\system\odbc32.dll
This creates the necessary library, odbc32.lib