Thread: How to add a file to a project in bloodshed.

  1. #1
    Registered User
    Join Date
    Apr 2005
    Posts
    26

    How to add a file to a project in bloodshed.

    As per tip given, I have made a thread about how to add a file to a project in bloodshed. I'm using version 4.9.8.0

    Here's the original suggestion from the thread:

    Sorry, I don't know anything about your compiler. If you are getting a linker error, that means Bloodshed can't find one of the files. I would read up on how to add files to a project in Bloodshed. For instance, I can have a file open in my compiler(MS VC++6) along with the other files, and it doesn't mean it's part of the project. I have to specifically insert any new file I create into the project.

    If you can't figure out how to add files to a project, post a new thread titled something like:

    "How the !#$@!#$ can I add files to a project with Bloodshed"

    There should be many people on this forum that can help you with that.

  2. #2
    Registered User
    Join Date
    Oct 2001
    Posts
    2,934
    I'm using Dev-C++ 4.9.9.1.

    There are two ways to create a new project. Either:
    Left-Click the New button -> Project
    Or:
    File->New->Project

    To add a file to the project:
    Project->Add to Project

  3. #3
    Registered User
    Join Date
    Mar 2002
    Posts
    1,595
    See my reply to your other post for a slightly different way to add a file to a project and for some more details of what I think is going wrong with your attempts.
    You're only born perfect.

  4. #4
    Registered User
    Join Date
    Apr 2005
    Posts
    26
    I did, thank you so much. You really made my day.

  5. #5
    Registered User Queatrix's Avatar
    Join Date
    Apr 2005
    Posts
    1,342
    Just click the "Project..." button on the top left.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Data Structure Eror
    By prominababy in forum C Programming
    Replies: 3
    Last Post: 01-06-2009, 09:35 AM
  2. gcc link external library
    By spank in forum C Programming
    Replies: 6
    Last Post: 08-08-2007, 03:44 PM
  3. Post...
    By maxorator in forum C++ Programming
    Replies: 12
    Last Post: 10-11-2005, 08:39 AM
  4. Dikumud
    By maxorator in forum C++ Programming
    Replies: 1
    Last Post: 10-01-2005, 06:39 AM