Thread: Compile multi-files

  1. #1
    Registered User
    Join Date
    Jan 2009
    Posts
    12

    Compile multi-files

    I have to do a project.Now i have Borland C++ 5.5 compiler..Can anybody please tell me how to compile multiple files..

  2. #2
    Woof, woof! zacs7's Avatar
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    3,459
    Never used Borland C++, but the general jist of things is:

    * Compile into objects using the Borland compiler - bcc (or bcc32) I think it is
    * Link the objects together using the Borland linker

    [edit]I found a tutorial which describes what I said above... http://www.webnotes.org/bcc55eng.htm[/edit]

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help with loading files into rich text box
    By blueparukia in forum C# Programming
    Replies: 3
    Last Post: 10-19-2007, 12:59 AM
  2. added start menu crashes game
    By avgprogamerjoe in forum Game Programming
    Replies: 6
    Last Post: 08-29-2007, 01:30 PM
  3. Multi - File Program not finding files
    By johnh444 in forum C++ Programming
    Replies: 2
    Last Post: 07-03-2004, 01:48 AM
  4. Using c++ standards
    By subdene in forum C++ Programming
    Replies: 4
    Last Post: 06-06-2002, 09:15 AM
  5. reinserting htm files into chm help files
    By verb in forum Windows Programming
    Replies: 0
    Last Post: 02-15-2002, 09:35 AM