]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/tech/tn0009.htm
added tech note describing how to add a new wxUSE_XXX
[wxWidgets.git] / docs / tech / tn0009.htm
index 3bafb059fa45f35e847156e961eb8f6c069935da..60765e4795fd2e7e950bd45baa6ea0a5aac1c8e4 100644 (file)
@@ -31,16 +31,16 @@ depths, and can be loaded from a file or loaded from the Windows resources compi
 into the executable.<P>
 
 You can decide to use only XPMs on Windows and Unix, or you could use XPMs on Unix and
-Windows icons under Windows -- the latter will require some #idefs in your code or use of the wxICON macro.<P>
+Windows icons under Windows -- the latter will require some #ifdefs in your code or use of the wxICON macro.<P>
 
 If you are using a compiler such as Borland C++, Visual C++ or Watcom C++, you
 can use the provided icon editor. However, if using Cygwin or Mingw32, there
 is no icon editor so you must obtain one separately, such as <a href="http://hotfiles.zdnet.com/cgi-bin/texis/swlib/hotfiles/info.html?fcode=00165P">IconEdit32</a>.<P>
 
 To convert from XPM to BMP (which can be loaded or pasted into an icon editor to save as an ICO file),
-you can use Vadim Zeitlin's <a href="ftp://www.remstar.com/pub/wxwin/support/xpm2bmp.exe">xpm2bmp.exe</a> utility.
-To convert from BMP to XPM, you can use <a href="ftp://www.remstar.com/pub/wxwin/support/bmp2xpm.exe">bmp2xpm.exe</a>
-which is actually the old wxWindows 1.68 utility, xpmshow. You will have to edit the resulting
+you can use Vadim Zeitlin's <a href="ftp://biolpc22.york.ac.uk/pub/support/xpm2bmp.exe">xpm2bmp.exe</a> utility.
+To convert from BMP to XPM, you can use <a href="ftp://biolpc22.york.ac.uk/pub/support/bmp2xpm.exe">bmp2xpm.exe</a>
+which is actually the old wxWidgets 1.68 utility, xpmshow. You will have to edit the resulting
 file since the full path is used as the variable name, plus you may wish to specify a transparent colour e.g.:<P>
 
 <pre>