tojocky / node-printer

Native node.js printer
1.51k stars 436 forks source link

Does the node-printer support Windows XP 32bit? #290

Open shun634501730 opened 4 years ago

shun634501730 commented 4 years ago

Hi, I'm using node-printer with NWJS, it working fine on Windows 10, but when it running on Windows XP, the error occurred: "[0422/180048:WARNING:pe_image_reader.cc(144)] CodeView debug entry of unexpected size in C:\WINDOWS\system32\OLEACC.dll". I'm not sure whether the node-printer support the Windows XP, please help to explain, thanks!

If it's supported, below is the tech details just for you reference, please help to advice, thanks you evey much!

  1. Using NodeJS v8.11 32bit, NWJS 0.14.7
  2. npm install --global windows-build-tools
  3. npm install -g node-gyp
  4. npm install -g nw-gyp
  5. npm install -g printer --target_arch=ia32
  6. cd node_modules/printer
  7. nw-gyp rebuild --target=0.14.7 --arch=ia32 --dist-url=https://npm.taobao.org/mirrors/nwjs