Thread: Dev-C++

  1. #1
    Registered User
    Join Date
    Apr 2002
    Posts
    95

    Dev-C++

    Can I use all the programs I creat in Visuall c++ in Dev c++ if I copy all the lib from Visuall c++ to the Dev c++ directory?

  2. #2
    Registered User
    Join Date
    Mar 2003
    Posts
    73
    The syntax in Dev-C++ is the same as Borlands (don't know about MS, but I assume it's all the same if not very close)... You might be able to just open and run your programs using Dev-C++ w/o copying anything...

    Or perhaps I misunderstood your question...

  3. #3
    The Pantless Man CheesyMoo's Avatar
    Join Date
    Jan 2003
    Posts
    262
    Everytime I use any compiler besides the crappy Borland one, my programs never work. It doesn't like to tell me why either, it just says, 1 error(s).
    If you ever need a hug, just ask.

  4. #4
    Registered User
    Join Date
    Nov 2002
    Posts
    1,109
    Originally posted by CheesyMoo
    Everytime I use any compiler besides the crappy Borland one, my programs never work. It doesn't like to tell me why either, it just says, 1 error(s).
    hmm... that's weird. it may not like a certain fxn that you use, or it may be non-standard that the compiler doesn't support.

  5. #5
    Registered User
    Join Date
    Apr 2002
    Posts
    95
    Thanks for the answers, the only reason I want to use Dev C is the straight forward simplicity. Guess I'll have to use both.

  6. #6
    Registered User
    Join Date
    Dec 2001
    Posts
    108

    Import the .dsp VC++ project file

    If you have the current Dev-C++ 5.0 beta, go to..

    FILE > IMPORT > IMPORT MS VISUAL C++ PROJECT

    Select the project file you want to convert and click IMPORT.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. New to Dev C++/<windows.h>...
    By Cilius in forum C++ Programming
    Replies: 3
    Last Post: 02-23-2005, 01:05 AM
  2. Glut and Dev C++, Programs not Quitting?
    By Zeusbwr in forum Game Programming
    Replies: 13
    Last Post: 11-29-2004, 08:43 PM
  3. openGL programming - From MSVC++ to Dev C++
    By WDT in forum Game Programming
    Replies: 3
    Last Post: 03-08-2004, 08:47 PM
  4. openGL programming - From MSVC++ to Dev C++
    By WDT in forum Game Programming
    Replies: 1
    Last Post: 03-08-2004, 05:19 PM
  5. DEV C++ Limitations?
    By Kirdra in forum Game Programming
    Replies: 3
    Last Post: 09-09-2002, 09:40 PM