Thread: Standalone executables with CBuilder 6

  1. #1
    Banned nickname_changed's Avatar
    Join Date
    Feb 2003
    Location
    Australia
    Posts
    986

    Standalone executables with CBuilder 6

    I've been using CBuilder 6 but borland to create VCL applications, but when I try to run a program on another machine I find that there are a lot of .dll's and other files missing that the program needs to run. I'd like to know if there is a way to include all of these files into the executable when compiled.

    Currently I'm having to keep all the files needed in the folder where the application is installed, which makes it huge.

    Any help would be wonderful.

  2. #2
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    Visual C++ supports static binding. Look in CBuilder compiler options.

    Kuphryn

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. inline templated class method as standalone function in namespace
    By monikersupreme in forum C++ Programming
    Replies: 4
    Last Post: 10-28-2008, 11:38 AM
  2. Small executables in VC++ 8
    By Bleech in forum Windows Programming
    Replies: 3
    Last Post: 06-20-2007, 08:28 AM
  3. Making standalone APP run in background
    By hart in forum Windows Programming
    Replies: 3
    Last Post: 02-27-2005, 11:20 AM
  4. Borland CBuilder X ...
    By Hermitsky in forum C++ Programming
    Replies: 2
    Last Post: 09-19-2004, 03:23 AM
  5. STL + MSVC++ = big executables ?
    By teneniel in forum C++ Programming
    Replies: 6
    Last Post: 11-04-2002, 02:12 PM