importing MSVC 2010 solution

General questions regarding the usage of CodeLite
coder99
CodeLite Expert
Posts: 167
Joined: Wed Oct 22, 2008 6:50 am
Contact:

importing MSVC 2010 solution

Post by coder99 »

Just tried to import a MSVC 2010 .sln file but had very little luck.
(BTW, the project does contain a wxCrafter wxcp file)
Nothing major happens whether I import to use g++ or MSVC as the compiler.
All I get in the workspace panel is a red folder named after the project name, but nothing else & I can't expand it.
Opening the WC plugin, and loading the wxcp file shows the expected frame etc, but trying to generate code from it gives me the error dialog
"Unable to add files to project. Empty project/virtual foledr was provided!"
Is this feature working for anyone else?

TIA for any help.

Win 10/11 64-bit, MSVC 2019/2022, wxWidgets 3.2.1, CodeLite 17.0 Mint 21.2

User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: importing MSVC 2010 solution

Post by eranif »

The visutal studio import used to work properly back in the VC7 days (6 years ago)
I did not update it work with the new .sln format so I guess it will not work as expected

If anyone is willing to update it to work with the new formats - it will be great, otherwise it will has to go the feature request queue (i.e. open a FR @ soruceforge.net)

Eran
Make sure you have read the HOW TO POST thread
coder99
CodeLite Expert
Posts: 167
Joined: Wed Oct 22, 2008 6:50 am
Contact:

Re: importing MSVC 2010 solution

Post by coder99 »

If I am the first to find this 'problem' in six years, I guess it doesn't rate very high on the 'need' scale.

It would come in handy, but with my level of experience, I doubt that I could tackle it in a reasonable time frame.

Perhaps, a short term 'solution' would be to disable the option, or simply display a notice advising whoever tries to use the feature that is may or may not work as expected ;)

Win 10/11 64-bit, MSVC 2019/2022, wxWidgets 3.2.1, CodeLite 17.0 Mint 21.2

User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: importing MSVC 2010 solution

Post by eranif »

I will probably rename it to "Import MSVC 7.1 (or 8) solution"

Eran
Make sure you have read the HOW TO POST thread
Post Reply