Compiler Warning (level 1) C4174
'name' : not available as a #pragma component
Example
// C4174.cpp
// compile with: /W1
#pragma component(info) // C4174; unknown
#pragma component(browser, off) // turn off browse info
int main()
{
}
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
'name' : not available as a #pragma component
// C4174.cpp
// compile with: /W1
#pragma component(info) // C4174; unknown
#pragma component(browser, off) // turn off browse info
int main()
{
}