Quote:
>> The two I'm mainly interested in are (a) passing/returning arrays to/from
>> methods, and (b) selective compilation, so that an app without any windows
>> doesn't include the window handling code (making the application smaller).
>Tim,
>(a) I'm not sure, I think so.
Cool... I don't suppose anyone has any idea how it's implemented? RB docs
are great for some stuff, but there are _loads_ of little clever bits that
you never find out about unless someone tells you how. :(
Quote:
>(b) Yes, selective compilation is included, at any rate for code that you
>want to exclude/include specifically for Mac or Windows. You might want to
>check the documentation on specifics.
I knew about this, but didn't quite mean that. RB 1.0 includes a load of
code into every app it builds, such as code for window handling, code for
displaying progress bars, and so on. RB 2.0 was supposed to be more
intelligent, so that an application that didn't have any windows (for
example) wouldn't have the window handling code included. Anyone got any
ideas?
Quote:
>Floris
Cheers,
Tim.
--
'Welcome to the banquet of life' said a recent Pope, forgetting that
most have to fight their way to the table.