Special

Introducing the “Welcome to Xojo” Bundle!

New to Xojo and looking for guidance? We've put together a terrific bundle to welcome you! Xojo Bundle

This bundle includes six back issues of the magazine -- all of year 21 in printed book and digital formats -- plus a one-year subscription (beginning with 22.1) so you'll be learning all about Xojo for the next year. It's the perfect way to get started programming with Xojo. And you save as much as $35 over the non-bundle price!

This offer is only available for a limited time as supplies are limited, so hurry today and order this special bundle before the offer goes away!

Article Preview


Buy Now

Issue 5.3

COLUMN

#If Target...

Conditional compiling

Issue: 5.3 (March/April 2007)
Author: Christian Schmitz
Author Bio: Christian Schmitz is the creator of the Monkeybread Software Realbasic Plugins.
Article Description: No description available.
Article Length (in bytes): 8,438
Starting Page Number: 44
Article Number: 5317
Related Link(s): None

Excerpt of article text...

Conditional compiling

Sometimes you have a project which is compiled for more than one platform. But for one of those platforms you want to use special code. Now you can actually keep parts of your code invisible for the compiler if you use #if commands. The compiler will only see what you want it to see and compile.

Let's say you have the following code:

...End of Excerpt. Please purchase the magazine to read the full article.