IonicWind Software

Creative Basic => General Questions => Topic started by: TexasPete on March 20, 2009, 06:28:45 AM

Title: Include files
Post by: TexasPete on March 20, 2009, 06:28:45 AM
Reading the manual I assume that all include files must be precompiled. Is that what really happens or
After the files are included they are recompiled together as one program.
Just curious,
Texas Pete
Title: Re: Include files
Post by: aurelCB on March 20, 2009, 06:40:21 AM
What you mean resource files?
Like bmp and others supported in menu item add resource ?
Title: Re: Include files
Post by: ZeroDog on March 20, 2009, 11:40:19 AM
CBasic doesn't really have "include" files as such.  It uses components.  Components must be created from source code within the IDE itself.  When you add a component to your program, it gets added to the .exe so that you still have a standalone single file.