Import visual c++ options:
If a Library is imported it's set as exe file in the newly
created dev project - this should be set to dll :)
Furthermore if it's a dll then, if there is an export file in
there (*.def file) it should be added to the linker options
within the new dev project --def filename.def .
I had a stange bug once when I passed a Project on
another PC and doubleklicked the Project File it gave me
an Error Cannot create makefile . I couldn't clean or
compile - It worked when I started devC++ and loaded
the Project from within the IDE.
Greetings
Friedemann
Logged In: YES
user_id=591019
The first bug you reported (wrong project type for imported
MSVC projects) is fixed in CVS. claplace applied my patch.
Logged In: YES
user_id=609236
changed subject since half of it is fixed.