How to include VCL50.bpl into exe???

Forum related to version 6.1.5 of ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
ClassicGlory
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 21.10.2005, 16:13
Location: UK
Contact:

How to include VCL50.bpl into exe???

Post by ClassicGlory »

Hi,

I am a less of a newbie and more of a hobby programmer for the last 25yrs.

I have recently reloaded Delphi5 and Zeos 6.1.5 to update a program I wrote years ago.
When I try and run the updated program on another PC I get a message saying it needs vcl50.bpl.

How do I build the program so that the .bpl's are not required?
I tried unchecking the 'Build with Runtime Packages' option in Delphi options but the program would not build saying it could not find Zabstactdataset.dcu ect....


Regards

CG.
User avatar
Pitfiend
Senior Boarder
Senior Boarder
Posts: 68
Joined: 12.12.2009, 07:27

Post by Pitfiend »

I think you can look into Delphi's bin folder (%programfiles%\borland\delphi?\bin) for that bpl, also you may need some other bpl too. Copy them to the same folder of your app. Try to run your app, if anything else is needed, you'll get an error dialog telling you what's missing.
mrLion
Senior Boarder
Senior Boarder
Posts: 71
Joined: 20.03.2010, 10:17

Post by mrLion »

project->options->Packages
set to OFF "Build with runtime...."
that is all.

Oh, anything else: rebuild project. :)
Post Reply