At 8:23 AM +1100 3/29/06, Dr Gerard Hammond wrote:

I don't understand pre-compiled. Is it linking them together as a single post project chunk of binary code (that can't right, I don't always use every plugin) or is it just parsing the file looking for ways to speed up the plugins for use in the IDE.

No, it's pre-compiling all the REALbasic source code which is generated to wrap each plugin and make it available to the rest of your code. Precompiling means taking it from source code, all the way to object code, but stopping short of linking (which is why you still get only the plugins you actually use in your built app).

Best,
- Joe

--

Joseph J. Strout
[EMAIL PROTECTED]
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to