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 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