Discussion:
VCL50.BPL
(too old to reply)
Barry
2008-02-27 15:34:44 UTC
Permalink
I have a new small BCB application, which if I run it off any other PC other
than my Laptop and Desktop, both of which have BCB5 installed, it throws up
an error message, saying Vcl50.bpl missing.

Does not happen on laptop or desktop. Works fine there.

Anyone know what is causing it and what do to?

Barry
Asger Joergensen
2008-02-27 16:14:41 UTC
Permalink
Hi Barry
Post by Barry
I have a new small BCB application, which if I run it off any other PC other
than my Laptop and Desktop, both of which have BCB5 installed, it throws up
an error message, saying Vcl50.bpl missing.
Does not happen on laptop or desktop. Works fine there.
Anyone know what is causing it and what do to?
In Project->Options choose Packages
on that page remove the checkmark in:
Build with Runtime packages.

Then You will build stand alone exe files.

Kind regards
Asger
Barry
2008-02-27 16:41:41 UTC
Permalink
Post by Asger Joergensen
Hi Barry
Post by Barry
I have a new small BCB application, which if I run it off any other PC other
than my Laptop and Desktop, both of which have BCB5 installed, it throws up
an error message, saying Vcl50.bpl missing.
Does not happen on laptop or desktop. Works fine there.
Anyone know what is causing it and what do to?
In Project->Options choose Packages
Build with Runtime packages.
Then You will build stand alone exe files.
Kind regards
Asger
Brilliant Asger...Long since I had made an app for external use.

Now however it asks for the DLL file CC3250MT.DLL

Any further advice.

Thanks

Barry
Asger Joergensen
2008-02-27 17:30:55 UTC
Permalink
Hi Barry
Post by Barry
Now however it asks for the DLL file CC3250MT.DLL
A search on the web say that You need to:

turn off 'Use Dynamic RTL' On Linker page

Kind regards
Asger
Barry
2008-02-27 18:07:44 UTC
Permalink
Many thanks

I also replied via email. Aplogies for that. I normally use Thunderbird
which replies to group by default. Used OE and sent an email by mistake.
Post by Asger Joergensen
Hi Barry
Post by Barry
Now however it asks for the DLL file CC3250MT.DLL
turn off 'Use Dynamic RTL' On Linker page
Kind regards
Asger
Remy Lebeau (TeamB)
2008-02-27 18:01:49 UTC
Permalink
Post by Barry
I have a new small BCB application, which if I run it off any other
PC other than my Laptop and Desktop, both of which have BCB5
installed, it throws up an error message, saying Vcl50.bpl missing.
You compiled the project with runtime packages enabled. As such, you have
to distribute any BPL files that the project is link to, such as VCL50.BPL.
Post by Barry
Does not happen on laptop or desktop. Works fine there.
Because VCL50.BPL already exists on those machines.
Post by Barry
Anyone know what is causing it and what do to?
Go into the Project Options and uncheck the "Build with runtime packages"
setting on the Packages tab. Also, you should go into the "Linker" tab and
uncheck the "Use dynamic RTL" setting as well.


Gambit
Continue reading on narkive:
Loading...