importing a MS .sln file for a static lib - problems

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

importing a MS .sln file for a static lib - problems

Post by coder99 »

I was just trying to import a .sln file from MSVC 2008 Express to compile a small static library file and had several problems.
I am using build 2674 of CL and I have attached the zip file which includes the source as well as the .sln and .vcproj files.
This way you can see all the things that don't happen.

While the import does not produce any errors,
it fills in almost nothing of the main configuration - it thinks it will be an .exe file, no output file name etc. ..,
no command line for the compiler, although it does keep the preprocessor defines and
there is not even a tab for the librarian.

I suppose I ought to be able to do most of that be hand myself, but then I would not need the import functionality ;-)
As well, I don't know enough about the gnu librarian and will have to study up on that issue.

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

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

Re: importing a MS .sln file for a static lib - problems

Post by eranif »

Thats OK, thanks for providing the zip this will make my life easier.

I will look at it right after I will finish my current task

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