Results 3 comments of Vera Xia

If you run your test, you could find the following line in `.\tests\es6\prototype-napi-c\build\addon_napi_c.vcxproj.filters` ``` Source Files ``` Though the lib is built without error, the `win_delay_load_hook.cc` was never compiled because...

I don't know CMake enough to know if `#ifdef __cplusplus ` would help. I assume the issue was that the cmake could not set the correct compile rule for `*.cc`...

> > Though the lib is built without error, the win_delay_load_hook.cc was never compiled because cpp file could not be recoginized in the c project. > > Of course.. very...