This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Compiler Error C2278
'function' : no function with C linkage found
The function was not found.
Possible cause
- File containing the function definition does not appear in project list or makefile
- Function not defined within the file scope
- Keyword extern missing from the function prototype