Results 1 to 2 of 2
I'm working on a project which has been developed in MS visual C++. I would really prefer to use linux.
Is it possible to use Kdevelop to continue the project ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-23-2005 #1Just Joined!
- Join Date
- Mar 2005
- Location
- South Africa
- Posts
- 88
Kdevelop for MS visual c++ project
I'm working on a project which has been developed in MS visual C++. I would really prefer to use linux.
Is it possible to use Kdevelop to continue the project and if so what generally changes must i make.
i.e. i there a way of opening the MS visual c++ files in KDevelop?
- 04-23-2005 #2Linux Newbie
- Join Date
- Apr 2005
- Location
- South America
- Posts
- 152
The problem is that, if the project is big, the VS syntax is not ANSI standard or whatever, so, many changes need to be made to the sources in order to have gcc compile them, that, and the fact that obviously it cant be using the winAPI...


Reply With Quote
