Help please

Started by
3 comments, last by Twinsen LBA 15 years, 8 months ago
I am trying to let people download simple programs that i have written in C++ from my website. When they click to download they get this error code :- " application has failed to start becuse VCL50.BPL was not found ". I am using borland to compile it. This is the website address and its just a little spelling test i have added which i had to do for a course i am on. http://www.mototechnologies.co.uk/#/programmes/4530352911 Please let me know how to solve the problem so everyone is able to play it. Many thanks. Peter
Advertisement
A quick google shows this is a library the borland compiler uses, the solution (apparently) is to go into your project settings and change it to link statically not dynamically.

If you scroll down this page has a good example on it http://dn.codegear.com/article/27178
i think that i may have added that correctly. but which file to i set as my link? because again its not working
wait iv just created a package surly i didnt need to do that. The program should run on any windows system??? so whats up
Got it working now. That website was telling me everything wrong. it was saying check the box and then i found another one which told me to uncheck the box lol.

This topic is closed to new replies.

Advertisement