Thread: c project to borland c++?

  1. #1
    Registered User
    Join Date
    Nov 2006
    Posts
    2

    c project to borland c++?

    I have a c project and i want to convert it to a borland c++ project. How can i do it?

    thank you.

  2. #2
    MFC killed my cat! manutd's Avatar
    Join Date
    Sep 2006
    Location
    Boston, Massachusetts
    Posts
    870
    Um...will your c code compile in borland c++? If not, there are usually a few minor updates you need. Post us your compile errors, if any.
    Silence is better than unmeaning words.
    - Pythagoras
    My blog

  3. #3
    Registered User
    Join Date
    Nov 2006
    Posts
    2
    no, the c code isnīt compile in borland c++. The errors are about c libraries. not found
    namefile.h

  4. #4
    MFC killed my cat! manutd's Avatar
    Join Date
    Sep 2006
    Location
    Boston, Massachusetts
    Posts
    870
    Try posting your code so we can see the problem spot(s).
    Silence is better than unmeaning words.
    - Pythagoras
    My blog

  5. #5
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688
    Sounds like a simular thread before, although it is a different poster.
    Borland is usually a command line compiler, unless you are using borland builder studio

  6. #6
    MFC killed my cat! manutd's Avatar
    Join Date
    Sep 2006
    Location
    Boston, Massachusetts
    Posts
    870
    If you post your code I can see if I will compile on Dev-C++ using MinGW.
    Silence is better than unmeaning words.
    - Pythagoras
    My blog

  7. #7
    Reverse Engineer maxorator's Avatar
    Join Date
    Aug 2005
    Location
    Estonia
    Posts
    2,318
    You should just replace some header files and replace some functions.

    Also you could make some changes to your code by using some C++ advantages like declaring variables in for loops etc.
    "The Internet treats censorship as damage and routes around it." - John Gilmore

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem Displaying a Struct
    By rockstarpirate in forum C++ Programming
    Replies: 16
    Last Post: 05-05-2008, 09:05 AM
  2. added start menu crashes game
    By avgprogamerjoe in forum Game Programming
    Replies: 6
    Last Post: 08-29-2007, 01:30 PM
  3. Dynamic Binding
    By gpr1me in forum C++ Programming
    Replies: 1
    Last Post: 03-24-2006, 09:01 AM
  4. Game Independent Anti-cheat Project Needs Programmers
    By GIA Project Lea in forum Projects and Job Recruitment
    Replies: 3
    Last Post: 09-15-2005, 07:41 PM