News:

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

Main Menu

Import from MS Visual Sutdio Solution force include is lost

Started by VincentB, March 16, 2007, 06:38:29 PM

Previous topic - Next topic

VincentB

Dear Code::Blocks experts,

When I import a solution from Visual C++ Express with code block (nightly build 3711), I am losing the forced include information. In Visual C++ Express I have some forced include files specified in my project foo.vcproj, for instance this forced include file is foo.h, and foo.h is in the same directory as the foo.vcproj file and is specified in the foo.vcproj by this line :

ForcedIncludeFiles="$(ProjectDir)foo.h"


When I made the import, assuming gcc is used, I would assume that this directive would have translated to a
Menu:Project -> Menu:Build Options ->Tab:Other Options -> This line : -include foo.h

But it did not, this information was lost, and I had to retype it by hand.
Is there any plan to correct this problem in future nightly builds ?

Very best regards, and congratulation to Code::Blocks team for their great job,
                          Vincent.


Biplab

Please file a bug report at Berlios so that we don't forget it. :)

Quotehttps://developer.berlios.de/bugs/?func=addbug&group_id=5358

You may need to create an account if you don't have one.

Regards,

Biplab
Be a part of the solution, not a part of the problem.