Pkg: the procedure entry point GetLocaleInfoEx could not be located in the dynamic link library KERNEL32.dll

Created on 25 Dec 2017  路  5Comments  路  Source: vercel/pkg

hi ,
when compiling for windows x86 , it works in win7+
but on windows xp, i got this error..

test code:
var moment=require('moment')
console.log('time is:',moment().toJSON())

compiled with :
pkg -t node8-win-x86 app.js -o test.exe

when i use:
pkg -t node7-win-x86 app.js -o test1.exe
i got:
the procedure entry point QueryThreadCycleTime could not be located in the dynamic library Kernel32.dll

it was working well before with enclosejs

Most helpful comment

I am having the same issue.

All 5 comments

I am having the same issue.

I have the same issue with GetLocaleInfoEx

Anyone have any solution to this?

I am having this same issue as well. Any help would be appreciated.

same issue

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ByeongYeon picture ByeongYeon  路  4Comments

bergheim picture bergheim  路  3Comments

j-brown picture j-brown  路  4Comments

ydubois-fr picture ydubois-fr  路  4Comments

jflayhart picture jflayhart  路  4Comments