Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: VincentB on March 22, 2007, 03:27:30 pm

Title: [SOLVED] MS VC Solution problem with semi colon separated include ...
Post by: VincentB on March 22, 2007, 03:27:30 pm
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
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
Instead of the expected and wanted correct result:
Code
some/directory
some_other/directory
and/this/directory

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

 Regards,
                     Vincent.


Title: Re: MS Visual Solution problem with semi colon separated include serach director
Post by: Biplab on March 22, 2007, 03:41:55 pm
Please file a bug-report. :)
Title: Re: MS Visual Solution problem with semi colon separated include serach director
Post by: Biplab on March 22, 2007, 08:50:10 pm
@Vincent

No need to file a bug report. I've applied necessary fix. :)
Title: Re: MS Visual Solution problem with semi colon separated include serach director
Post by: VincentB on March 26, 2007, 09:20:52 am
Thank you,

I will edit this thread title as [SOLVED]

Best regards,
                        Vincent.