Closed Thread
Results 1 to 8 of 8

Thread: vcl100.bpl missing on other systems?

  1. #1
    twistor is offline Newbie
    Join Date
    Jul 2009
    Posts
    3
    Rep Power
    0

    vcl100.bpl missing on other systems?

    Hi,

    This is my first post so excuse me if I am doing something wrong/being stupid.
    I have recently started learning Delphi. My applications created run fine on my system, but when I test it on another system it says that it couldn't find the file "vcl100.bpl". Do I have to distribute this file with my application, or is there a way to include it with my build.

    Thanks in advance,
    Mike

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: vcl100.bpl missing on other systems?

    How are you building your project?
    What Project Options do you have set?
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    Join Date
    Mar 2009
    Posts
    1,375
    Rep Power
    24

    Re: vcl100.bpl missing on other systems?

    I did not use Delphi for ages now, so let me check this out yourself. A new project has a certain option enabled or disabled by default. It says that some packages, like one you mentioned, are included into an exe build.

    So if you change this option your build will change from ~50KB to ~1MB. But it will not require these packages anymore, as it seems. So Delphi builds are by default not exportable to other systems.

  5. #4
    twistor is offline Newbie
    Join Date
    Jul 2009
    Posts
    3
    Rep Power
    0

    Re: vcl100.bpl missing on other systems?

    Quote Originally Posted by WingedPanther View Post
    How are you building your project?
    What Project Options do you have set?
    I have basically the default settings from a new VCL Forms project. I couldn't find anything in the Project properties or Delphi settings. I am using Delphi 2007 if that makes a difference.

  6. #5
    twistor is offline Newbie
    Join Date
    Jul 2009
    Posts
    3
    Rep Power
    0

    Re: vcl100.bpl missing on other systems?

    I just realised that I didn't search hard enough. Project Properties -> Packages -> Build with runtime packages. Sorry, didn't see that. Thanks for the help.

  7. #6
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: vcl100.bpl missing on other systems?

    Every IDE has its quirks... no problem
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  8. #7
    pc44062 is offline Newbie
    Join Date
    Dec 2010
    Posts
    1
    Rep Power
    0

    Re: vcl100.bpl missing on other systems?

    This sounds something like my problem too. We're transferring programs from an old version of Borland C++ to Borland Builder 2007. They run fine -- as long as they are running on a machine that has the compiler loaded. When I use the defaults and try to run the program on another machine I get the error vcl100.bpl missing. Went on line, discovered I had to uncheck the link RTL and another (I forget) choice. Now when I run the program on my workstations I get the error borlndmm.dll missing. If I put borlndmm.dll and cc3280.dll (I think) on the windows/system32 directory of a non-networked machine it works. But if I put the dlls on a networked machine and run the program from a network directory it gives me the borlndmm.dll missing error. Is it possible to deploy a program written in Borland C++ into a networked environment? If so, can somebody point me in the right direction. I really liked the old Borland compiler; it never caused problems. But it didn't work right with Windows 7, which we have to use for other reasons.

    Thanks for your help

  9. #8
    LuthfiHakim's Avatar
    LuthfiHakim is offline Programming God
    Join Date
    Oct 2010
    Location
    Medan, Indonesia
    Posts
    578
    Rep Power
    9

    Re: vcl100.bpl missing on other systems?

    ^It's an old thread, it's better to create new thread. Also this one is under Delphi/Pascal category so most of the reader don't know the details of C++ Builders IDE/compilers.

    Anyhow, couldn't you put those dlls in the same directory with the main executable?

    Btw, I never used Delphi 2007 intensively or Builder 2007, but in prior versions and 2010 "Build with runtime packages" option is not activated by default. So by default you don't need to deploy any dll or bpl with the main executable.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. What am I missing?!
    By jcampos8782 in forum C and C++
    Replies: 3
    Last Post: 02-11-2011, 01:38 AM
  2. File missing
    By ahmed in forum Linux Installation & Configuration
    Replies: 1
    Last Post: 06-04-2010, 02:30 AM
  3. Hmm, what am I missing?
    By suicidal pencil in forum Perl
    Replies: 3
    Last Post: 12-01-2008, 10:17 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts