News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

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

Started by VincentB, March 22, 2007, 03:27:30 PM

Previous topic - Next topic

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
some/directory,some_other/directory;and/this/directory
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 :
some/directory
some_other/directory;and/this/directory

Instead of the expected and wanted correct result:
some/directory
some_other/directory
and/this/directory


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

Regards,
                     Vincent.



Biplab

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

Biplab

@Vincent

No need to file a bug report. I've applied necessary fix. :)
Be a part of the solution, not a part of the problem.

VincentB

Thank you,

I will edit this thread title as [SOLVED]

Best regards,
                        Vincent.