waitingsong / node-win32-api

win32 api
MIT License
430 stars 55 forks source link

HANDLE #3

Closed TheNoim closed 6 years ago

TheNoim commented 6 years ago

I try to make a simple window with this module and use the example for this. The problem is, I can't use the WNDCLASSEX Struct because of the HANDLE type. I only get this: TypeError: could not determine a proper "type" from: "HANDLE"

const wClass = new Struct(DStruct.WNDCLASSEX)()

waitingsong commented 6 years ago

fixed by win32-api@3.0.2 please update the version and try it again.

TheNoim commented 6 years ago

Fixed, Thanks.