-
Notifications
You must be signed in to change notification settings - Fork 30.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Embed node.js to win32 Application #12338
Comments
cc @nodejs/platform-windows |
This is probably better asked on the nodejs/help repo. |
Oh, I find it.
It's depends Console api, but in my windowed application (/SUBSYSTEM:WINDOWS) node can't access Console api. but still can't inspect. inspect page not show any file. |
I'm going to close this out. As @mscdex says, support questions should be directed to the help repo. |
@823639792 Open an issue in nodejs/help, and I'll try to help you |
@refack I move it in nodejs/help#585 |
node.js version is 7.5.0
I want to embed node.js in my win32 application.
So I write an “windows console application” demo (/SUBSYSTEM:CONSOLE), is run ok.
And when I run in “window” demo (/SUBSYSTEM:WINDOWS) is run ok but can't debug.
It‘s my code:
And I follow the stack find always "report_handshake_failure_cb" but I can not resolve it.
Who can help me?
Or
Where can I find examples?
The text was updated successfully, but these errors were encountered: