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.