Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Include specific objects from PBD into an EXE.

Status
Not open for further replies.

A0C61ZZ

IS-IT--Management
Oct 29, 2003
43
IN
Hello,

I am compiling a big PB application with around 25 pbls. I am creating one exe for the application pbl and pbds for all other pbls.
Is there a way of including specific objects (windows) from the other pbls in the exe and excluding others.
Say I have appl.pbl which will create appl.exe
I have lib1.pbl which would create lib1.pbd. Is there a way of including ONLY one window w1 from lib1.pbl in the exe and excluding others.

I think there is a way to fool the PB compiler by declaring object variable of window w1 in the application and that includes the window. Is this correct? Please confirm.

Thanks,
A0C61ZZ
 
I have seen the technique you describe in applications I support but I've never checked to see if that places the window in the exe or not.

Matt

"Nature forges everything on the anvil of time
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top