Hi
When i include a pbi file in a pb file, and when i make an exe of my application, do i need to include the pbi file for distribution? Or is it already benn compiled in the exe file together?
Can i name the pbi file anything i want? or it has to be pbi?
Cecil
pbi include file question
-
cecilcheah
- Enthusiast

- Posts: 168
- Joined: Wed Jun 04, 2003 8:44 am
- Location: Switzerland
Re: pbi include file question
to include a sourcefile means that it's the same as if you were typing all the code right where you included it. to include files just makes life easier.cecilcheah wrote: When i include a pbi file in a pb file, and when i make an exe of my application, do i need to include the pbi file for distribution? Or is it already benn compiled in the exe file together?
yes, you can name it the way you want. i guess ".pbi" stands for PB-include.Can i name the pbi file anything i want? or it has to be pbi?
I call them ".pbh" in memories of c header includefiles.
Good programmers don't comment their code. It was hard to write, should be hard to read.
Re: pbi include file question
Ok, I'll quit for today - I'm always the last 
Good programmers don't comment their code. It was hard to write, should be hard to read.
