April 18, 2024, 10:48:21 PM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


Include files

Started by TexasPete, March 20, 2009, 06:28:45 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

TexasPete

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

aurelCB

What you mean resource files?
Like bmp and others supported in menu item add resource ?

ZeroDog

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.