Closed somanuell closed 9 months ago
Classic MS min/max macro conflict with recent V8 code...
.electron-gyp\28.2.1\include\node\v8-typed-array.h(30,70): warning C4003: not enough arguments for function-like macro invocation 'max' [c:\SAPDevelop\WORK\winax\node_modules\winax\build\node_activex.vcxproj] (compiling source file '../src/main.cpp')
Classic solution: #define NOMINMAX...
Preparing a PR!
PR opened https://github.com/durs/node-activex/pull/132
FIX merged in version 3.4.2
Classic MS min/max macro conflict with recent V8 code...
.electron-gyp\28.2.1\include\node\v8-typed-array.h(30,70): warning C4003: not enough arguments for function-like macro invocation 'max' [c:\SAPDevelop\WORK\winax\node_modules\winax\build\node_activex.vcxproj] (compiling source file '../src/main.cpp')
Classic solution: #define NOMINMAX...
Preparing a PR!