Thread: MS visual c++ 6 compiler problem

  1. #1
    Registered User
    Join Date
    Aug 2001
    Posts
    9

    MS visual c++ 6 compiler problem

    Hi

    I have come to the point where I want to compile separate source files and link them together
    to make a single .exe file but I don't know how and don't have the instructions for this compiler.

    I am using MS visual c++ 6.

    If anyone knows how to do this could you let me have a simple explanation?

    Thanks

  2. #2
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    On the left is file view. Right click the project workspace name. Choose add new project, but select the file tab, and choose either a header or a source file. Either that or under the file menu choose new than select the tab for files, choose a header or a source. They will be added to the project. You can select them in file view.
    Last edited by Troll_King; 10-29-2001 at 04:20 PM.

  3. #3
    Registered User
    Join Date
    Aug 2001
    Posts
    9
    Thanks Troll_King I;ll give that a try.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Speed test result
    By audinue in forum C Programming
    Replies: 4
    Last Post: 07-07-2008, 05:18 AM
  2. pointer to array of objects of struct
    By undisputed007 in forum C++ Programming
    Replies: 12
    Last Post: 03-02-2004, 04:49 AM
  3. Erros in Utility Header File
    By silk.odyssey in forum C++ Programming
    Replies: 4
    Last Post: 12-22-2003, 06:17 AM
  4. Stupid compiler errors
    By ChrisEacrett in forum C++ Programming
    Replies: 9
    Last Post: 11-30-2003, 05:44 PM
  5. errors in my class....
    By o0obruceleeo0o in forum C++ Programming
    Replies: 9
    Last Post: 04-14-2003, 03:22 AM