I'm very curious about how big a PB-app can be.
This excludes the resources.
In PB2, there are limits (string literals)
In PB6 this seems to work ok.
I'm a bit afraid that because the PB6 compiler is 16bit, there might be limits?
At the moment, we have a VB3 app wich consists from several exe's;
1.7mb
1.2mb
and a few smaller ones.
The work together using mem sharing.
This is something i would like to get rid of in our newer/PB versions.
Just 1 exe should do, and some 3th party DLL's like spread.
Maybe someone can tell us/me how big his app is?
If there were problems.
I know of the PBRES problem, i think i won't have that problem in the near future.
And another question for PB;
Is it possible that PB is working on a method to load DLL's explicit instead of implicit?
I know the CALL DWORD function but it's easier with ordinary declares.
Suppose we have a lite version of our app, it might be that i won't deliver the Spread DLL.
This is a problem for PB, app won't start.
This excludes the resources.
In PB2, there are limits (string literals)
In PB6 this seems to work ok.
I'm a bit afraid that because the PB6 compiler is 16bit, there might be limits?
At the moment, we have a VB3 app wich consists from several exe's;
1.7mb
1.2mb
and a few smaller ones.
The work together using mem sharing.
This is something i would like to get rid of in our newer/PB versions.
Just 1 exe should do, and some 3th party DLL's like spread.
Maybe someone can tell us/me how big his app is?
If there were problems.
I know of the PBRES problem, i think i won't have that problem in the near future.
And another question for PB;
Is it possible that PB is working on a method to load DLL's explicit instead of implicit?
I know the CALL DWORD function but it's easier with ordinary declares.
Suppose we have a lite version of our app, it might be that i won't deliver the Spread DLL.
This is a problem for PB, app won't start.
Comment