X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..1bfec677b1b7baf36ffcde190f456d2eea960239:/docs/tech/tn0004.htm diff --git a/docs/tech/tn0004.htm b/docs/tech/tn0004.htm index 59fd68658e..ea58c4fd56 100644 --- a/docs/tech/tn0004.htm +++ b/docs/tech/tn0004.htm @@ -15,10 +15,11 @@ This document is available online @@ -56,18 +57,17 @@ To make the samples

Solution 1

-

-Download a zip file which contains modifed -cpp, mak and bpr files - it will overwrite your wx distribution cpp files!

+Download a zip file which contains modified +cpp, mak and bpr files - it will overwrite your wx distribution cpp files! -

-Solution 2

-Creating the files by hand . This is for the calendar sample; you will +

+Solution 2

+Creating the files by hand. This is for the calendar sample; you will have to change the names for the other samples #-----------------------------------------------------------------------------
#this is for Borland CBuilder IDE v1 and 3 @@ -112,8 +112,9 @@ jpeg.lib for image samples
  #ifdef __BIDE__
#define _NO_VCL @@ -126,7 +127,7 @@ if you have more than one .cpp file
 

In CBuilder 1 you can use Open Project to open the mak file and edit/compile/debug. -
In CBuilder 3 and 4, then you can use Open Project and choose +

In CBuilder 3 and 4, then you can use Open Project and choose the Open Borland CBuilder 1 Project from the drop down file types. The system will modify the mak file and update it for you.

Now try compiling it in the ide. @@ -135,7 +136,7 @@ Hints: