Electron-5.17.6 window error 2001 unresolve symbol because of absl C++14

envs:

  1. window10
    2.npm target=26.3.0

step:

  1. download zoom-sdk-electron-5.17.6.27306
  2. yarn install
  3. copy protobuf to lib/node_add_n/protobuf_src
  4. npm run electron:build
  5. occur error lnk 2001 unresolve symbol “public: class absl::lts…”. it say because absl is compile by c++14.
    how to fix this problem ? Please help, thanks.
1 Like