You need to provide the import library for the indicated function as input to the linker for your c++/cli project.
See the library references at the bottom of this page
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm developing a c++ project and need to expose it to C# for a GUI using WPF. I created a wrapper using C++/cli (very simple, I can post code if needed) and when I compile the C++/cli wrapper I get the error
1>F_Engine.lib(MuzzleFlash.h.obj) : error LNK2001: unresolved external symbol __imp_MapViewOfFileNuma2
Does anyone know what this error is and how I can get rid of it?
You need to provide the import library for the indicated function as input to the linker for your c++/cli project.
See the library references at the bottom of this page
Thanks a lot. I've visited that page too but didn't pay attention at the references at the end.