This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Compiler Warning (level 1) C4175
#pragma component(browser, on) : browser info must initially be specified on the command line
To use component pragma, you must generate browse information during compilation.
To generate browse information
- From the command line, specify /FR.
—or—
- From the Project menu, choose Settings.
- In the Project Settings dialog box, click the C/C++ tab and select the Generate Browse Info check box.