Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: footprint on May 29, 2006, 05:51:14 pm

Title: newbe's dll another problem
Post by: footprint on May 29, 2006, 05:51:14 pm
hi,

I'm trying to use default template of dll file- CB compile it without errors or warnings, but doesn't produce a .lib file.
Is this normal?
Title: Re: newbe's dll another problem
Post by: mandrav on May 29, 2006, 06:30:54 pm
In your target properties, there is a checkbox labeled "Create import library". This works for gcc. For msvc, it always generates an import library...