User forums > Using Code::Blocks

[SOLVED] MS VC Solution problem with semi colon separated include ...

(1/1)

VincentB:
Dear Code::Blocks experts,

Sorry to bother you again with MS VC++ import: I met a problem with importing an MS Visual Solution, some include search directories were separated by semi-colons (this is the standard list separator in France) instead of commas. For instance

--- Code: ---some/directory,some_other/directory;and/this/directory
--- End code ---
Visual supports both separators, but Code::Blocks misinterpreted the semi-colon as if it was part of the path name, and I got this in the include search directory list :

--- Code: ---some/directory
some_other/directory;and/this/directory
--- End code ---
Instead of the expected and wanted correct result:

--- Code: ---some/directory
some_other/directory
and/this/directory
--- End code ---

Please tell me if I am to log one bug report on Berlios.

 Regards,
                     Vincent.


Biplab:
Please file a bug-report. :)

Biplab:
@Vincent

No need to file a bug report. I've applied necessary fix. :)

VincentB:
Thank you,

I will edit this thread title as [SOLVED]

Best regards,
                        Vincent.

Navigation

[0] Message Index

Go to full version