Patrick
05/18/2020, 8:19 AM#include "nimmstaWindows_api.h"
int main(int argc, char** argv) {
nimmstaWindows_ExportedSymbols *lib = nimmstaWindows_symbols();
}
I get the following error message:
---------------------------
test.exe - Entry Point Not Found
---------------------------
The procedure entry point nimmstaWindows_symbols could not be located in the dynamic link library C:\Users\Patrick\Documents\nimmsta-shared-lib\test.exe.
---------------------------
OK
---------------------------
Does anyone know how to fix this?