如果你是用的是C++builder(xe5)编译器,说不定会碰到如下的编译警告:
[bcc32 Warning] W8123 Path 'D:\车道软件\Codes\DataInteraction' not found - path ignored in option '-I'
几经Google,仍不得,但对此警告有了一定的认识,
官方的说法如下:
W8123 Path '%s' not found - path ignored in option '%s' (C++)
If an absolute path is used in an option, it is checked for existence. This warning is issued when that path does not exist. Example: bcc32.cfg contains the line "-Lu:\bad_path", but "u:\bad_path" does not exist.
但却没有给出解决办法,下面说说我的解决方案:
1,首