Compiler Error C2307

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at Compiler Error C2307.

pragma 'pragma' must be outside function if incremental compilation is enabled

You must place the data_seg pragma between functions if you're using incremental compilation.

Show: