node-win32-api icon indicating copy to clipboard operation
node-win32-api copied to clipboard

Debug Monitor output

Open genifycom opened this issue 7 years ago • 4 comments
trafficstars

I am looking for Kernel32 OutputDebugString. How do we extend this library to provide this very useful function?

genifycom avatar Aug 24 '18 20:08 genifycom

Do we add OutputDebugString: [W.LPTSTR], to api.js?

genifycom avatar Aug 24 '18 21:08 genifycom

When I try to use this in Electron, I get "Cannot find the module ffi"

genifycom avatar Aug 25 '18 00:08 genifycom

You can try v3.5.1 with kernel32:OutputDebugStringW()

waitingsong avatar Aug 28 '18 11:08 waitingsong

@genifycom try electron-rebuilder and run

cd ./node_modules/.bin && electron-rebuild --force --arch=ia32 --module-dir=../../

githoniel avatar Sep 11 '18 01:09 githoniel