W8123 Path '%s' not found - path ignored in option '%s' (C++)

From RAD Studio
Jump to: navigation, search

Go Up to Compiler Errors And Warnings (C++) Index

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.