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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

C++ 3.0 Problems with big projects

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I'm experiencing some problems using BCB 3.0 Professional (with all the latest upgrades) when linking big projects (executable size bigger than 2MB).
The linker can't find some references in the program.
I have to divide the projects in smaller pieces, like DLL's, so the linker works correctly.
Any ideas ?

Thanks.
Max
 
My largest app is 2.73MB and it compiled (and ran) fine under BCB 3.0 Pro. I did divide it into multiple forms. Are you able to compile parts of the program by breaking out it into smaller forms?
James P. Cottingham

I am the Unknown lead by the Unknowing.
I have done so much with so little
for so long that I am now qualified
to do anything with nothing.
 
My application is divided into 6 forms, the exe size is 2.13 MB, and I have linker problems. If I divide the application in an exe and a dll (with 3 forms each), everything works fine.
Anyone with newer versions has this problem ?

Max.
 
Greetinx!

First, try to localize an error by moving forms one by one to exe from dll! Happy programming!))
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top