How do I take [projects from Dev-Cpp to Visual C++]

  • Context: C/C++ 
  • Thread starter Thread starter NoodleDurh
  • Start date Start date
  • Tags Tags
    Visual
NoodleDurh
Messages
23
Reaction score
0
How Do I take projects created in Dev-Cpp and transfer it into Visual C++. I mean they are both C++ projects correct? I tried to open these projects in Visual C++, but they just don't want to open...erm I mean I can't open them. Help?
 
on Phys.org
Create a new project in Visual C++ and add all the source code, data files, etc to it.

If you used some libraries that were specific to Dev-Cpp, you may have to modify some of your code. You might need to modify the main() or WinMain() function as well (but when you create the project VC++ will generate a main function that works with VCC+, so just cut-and-paste your code into that).

The format of the "project file" will be specific to each different IDE.
 

Similar threads

  • · Replies 0 ·
Replies
0
Views
3K
Replies
3
Views
2K
  • · Replies 15 ·
Replies
15
Views
9K
  • · Replies 6 ·
Replies
6
Views
13K
  • · Replies 14 ·
Replies
14
Views
3K
Replies
4
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 1 ·
Replies
1
Views
5K
  • · Replies 40 ·
2
Replies
40
Views
5K