News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

CodeBlocks crashed when importing zlib's msvc solution

Started by gh_origin, December 04, 2020, 08:44:51 AM

Previous topic - Next topic

gh_origin

The latest zlib source here: https://www.zlib.net/

On zlib-1.2.11\contrib\vstudio\vc10, importing of zlibvc.sln crashed the IDE.

Screenshot attached.

gh_origin

It seemed CodeBlocks can't import .vcxproj as it only saw .vcproj. So I tried to import the vc9 .sln solution. Still failed with the same problem. I tried to import the .vcproj and it successfully imported the project but failed to build, due to some missing files or directories. The final conclusion of me is I would rather import the msvc project by hand: creating a CodeBlocks project from scratch. It's the safest anyway.

gh_origin

Importing by hand is indeed the fastest. I already have a DLL now.

BTW, the contrib msvc projects themselves have problems. They included non-existent source files and included wrong version of resource files, too. I have an impression that they are unmaintained. So I can't know for sure that it's CodeBlocks project importer or the msvc projects that is really problematic.