Thread: BCB build .exe file

  1. #1
    Registered User
    Join Date
    Jan 2002
    Posts
    20

    BCB build .exe file

    Hi,

    I am trying to build an .exe file but I can't run it on computer without BCB installed.
    I get all these messages saying I need something.dll.

    How do I include all the necessary files in the .exe file?

  2. #2
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    I guess you mean you can't run an executable on which BCB isn't installed, correct? In that case you probably don't need to install BCB on the target computer, but only copy the missing DLL to it. I guess it is okay to copy the DLL in to the same directory as the application is in.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. opening empty file causes access violation
    By trevordunstan in forum C Programming
    Replies: 10
    Last Post: 10-21-2008, 11:19 PM
  2. Formatting a text file...
    By dagorsul in forum C Programming
    Replies: 12
    Last Post: 05-02-2008, 03:53 AM
  3. Need Help Fixing My C Program. Deals with File I/O
    By Matus in forum C Programming
    Replies: 7
    Last Post: 04-29-2008, 07:51 PM
  4. gcc link external library
    By spank in forum C Programming
    Replies: 6
    Last Post: 08-08-2007, 03:44 PM
  5. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM