User forums > Using Code::Blocks

Import from MS Visual Sutdio Solution force include is lost

(1/1)

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 :


--- Code: --- ForcedIncludeFiles="$(ProjectDir)foo.h"

--- End code ---

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. :)


--- Quote ---https://developer.berlios.de/bugs/?func=addbug&group_id=5358
--- End quote ---

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

Regards,

Biplab

VincentB:
Done :

https://developer.berlios.de/bugs/?func=detailbug&bug_id=10674&group_id=5358

Navigation

[0] Message Index

Go to full version