Thread: About Borland..

  1. #1
    Registered User
    Join Date
    Jun 2002
    Posts
    4

    Question About Borland..

    Here is my question.. I downloaded the Enterprise Trial of Borland C++ Builder 6 the other day. I have been fooling around with it a bit. I made a tiny app, and compiled it. It works great on my comp, but when my friend tried to access it, it gave him errors. Why would that be? Because it is a trial, am I not allowed to distribute maybe? I just gave him the *.exe. I don't believe any other files are needed. I am sure, that is he had the exact same prog installed, it would work, but that's not gonna happen. Anyways, any help would be appreciated. Thx!

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Borland's website says the evaluation is "fully functional" (only time limited)....

    There may be some sort of runtimne needed depending on how you built your app...I am not familiar with Borland, but in MFC, there's a dll that some MFC progs need to use.....

  3. #3
    Registered User
    Join Date
    Jun 2002
    Posts
    4
    You may be right. When they open it up, it gives them an error about some vcl.h file. That is a header file that I use. But, obviously, I don't think it would do any good putting that file with the app I made. I went into the compiler settings to see if anything was wrong, but nothing was. I never heard of MFC, what is the website for that? I may give that a shot and see if it makes a difference.

  4. #4
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Originally posted by chix4mat
    You may be right. When they open it up, it gives them an error about some vcl.h file. That is a header file that I use. But, obviously, I don't think it would do any good putting that file with the app I made. I went into the compiler settings to see if anything was wrong, but nothing was. I never heard of MFC, what is the website for that? I may give that a shot and see if it makes a difference.
    Sorry, MFC is a class library that comes with Visual C++...unfortunately I dont know of any downloads for it...

    Your right...an app shouldnt need a header to run on another computer......

    It may be that its an evaluation version......I dont know. Maybe someone a bit more Borland-Savy can help

  5. #5
    Registered User The Dog's Avatar
    Join Date
    May 2002
    Location
    Cape Town
    Posts
    788
    There are a few dll's which are installed when you install c++ builder. These dll's are needed for the prog to work.

    cw3220.dll is one of them. Maybe it's the only one, or maybe there are more.

  6. #6
    Registered User
    Join Date
    Oct 2001
    Posts
    81
    Under the new project dialog below libraries it should say dynamic and static most likely dynamic is the one selected you want to use static, then you shouldn't have any problem with giving it to others

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 2
    Last Post: 10-03-2006, 04:48 PM
  2. THE END - Borland C++ Builder, Delphi, J Builder?
    By Davros in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 02-28-2006, 11:23 PM
  3. Visual C++ and Borland C++ Builder :: Breakdown
    By kuphryn in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 02-24-2004, 04:53 PM
  4. Problem with Borland 5.5
    By Gregthatsme in forum C++ Programming
    Replies: 2
    Last Post: 05-25-2003, 08:07 AM
  5. Borland C++ v.5 & Borland Turbo C++ 4.5
    By Unregistered in forum C Programming
    Replies: 0
    Last Post: 07-21-2002, 03:30 AM