12.12.2012 Views

Teach Yourself Borland C++ in 14 Days - portal

Teach Yourself Borland C++ in 14 Days - portal

Teach Yourself Borland C++ in 14 Days - portal

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

More on Projects<br />

The Show warn<strong>in</strong>gs option tells <strong>C++</strong>Builder to display any l<strong>in</strong>ker warn<strong>in</strong>gs <strong>in</strong> the Code<br />

Editor message w<strong>in</strong>dow.<br />

The L<strong>in</strong>k debug version of VCL option allows you to l<strong>in</strong>k to the version of VCL that is built<br />

with debug <strong>in</strong>formation. This will allow you to step <strong>in</strong>to the VCL source code while<br />

debugg<strong>in</strong>g your application.<br />

NOTE<br />

Stepp<strong>in</strong>g <strong>in</strong>to VCL code is not generally a fruitful endeavor. This is<br />

particularly true if you are not an experienced programmer. Any<br />

problems you are experienc<strong>in</strong>g <strong>in</strong> your application are almost certa<strong>in</strong>ly<br />

<strong>in</strong> your code and not <strong>in</strong> the VCL code. There are times when stepp<strong>in</strong>g<br />

<strong>in</strong>to the VCL source code is useful, but it has been my experience that<br />

those times are <strong>in</strong>frequent. Remember, also, that VCL is written <strong>in</strong><br />

Object Pascal, so if the VCL source looks like a foreign language, it is.<br />

Stack Sizes<br />

The Stack sizes section allows you to set the m<strong>in</strong>imum and maximum stack sizes for the<br />

project. It is not usually necessary to change these sett<strong>in</strong>gs.<br />

The Directories/Conditionals Page<br />

The Directories/Conditionals page of the Project Options dialog box is where you set the<br />

directories that your project uses to f<strong>in</strong>d th<strong>in</strong>gs like library files and headers. You can also set<br />

the directory where you want the compiler to put the output files. (See Figure 10.11.) The<br />

fields on this page are described <strong>in</strong> the follow<strong>in</strong>g sections.<br />

Figure 10.11.<br />

The Directories/<br />

Conditionals page.<br />

373<br />

10

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!