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
What you mean resource files?
Like bmp and others supported in menu item add resource ?
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.