Thread: Borlund 5.5 can't find files

  1. #1
    Registered User
    Join Date
    May 2008
    Posts
    7

    Borlund 5.5 can't find files

    Hi everyone,

    I'm new to the world of C++, though I know a bit about OOP, having studied Java a while back.

    Anyway, I'm having trouble using Borlund 5.5 to compile programs. I've installed it to C:\Borlund\BCC55, I've created the 2 cfg files as described in the readme, I've set the path to the bin folder, etc. I've set up a shortcut, I click it, it opens up the command line, I can type bcc32 and I get a list of all the possible switches, so I assume that part is working right. When I type bcc32 program_name.cpp at the windows command line, I get "Borlund C++...blah..blah... Error E2914 Could not find file program_name.cpp."

    I have a feeling I'm not saving my files to the correct folder. I've tried different folders, like bin, or lib, or the BCC55 folder, but to no avail. So I guess my question is where should I save my files, or am I possibly doing something else wrong?

    I'd really appreciate any help.

    Thanks,

    Justin
    Last edited by waysgoose; 05-24-2008 at 08:18 PM. Reason: clarity

  2. #2
    Registered User
    Join Date
    Oct 2001
    Posts
    2,129
    Don't save your files into the Borland directory tree. Make your own folder somewhere else and then change to that dir in the command line and try it again.

    Example:

    C:\some folder> cd \

    C:\> mkdir my_src

    C:\my_src> bcc32 my_file.cpp

  3. #3
    Registered User
    Join Date
    May 2008
    Posts
    7
    Hi

    Thankyou Robwhit. Everything's now working smoothly!

    It's been a while. That's my excuse

    Justin

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. added start menu crashes game
    By avgprogamerjoe in forum Game Programming
    Replies: 6
    Last Post: 08-29-2007, 01:30 PM
  2. header and source files
    By gtriarhos in forum C Programming
    Replies: 3
    Last Post: 10-02-2005, 03:16 AM
  3. Batch file programming
    By year2038bug in forum Tech Board
    Replies: 10
    Last Post: 09-05-2005, 03:30 PM
  4. Dos commands hehe
    By Carp in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 01-17-2003, 02:51 PM
  5. looking for files configuration
    By frigga in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 11-21-2002, 08:55 AM