NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Compiler Error C2376

'function' : redefinition; different based allocation

The function is already declared with a different based allocation.

Example

int func();
int _based(_segname("S1")) func();
int _based(_segname("S2")) func();  // error