-
Notifications
You must be signed in to change notification settings - Fork 43
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
electron + windows issue; aka win_delay_load_hook
issue
#17
Comments
Was this already fixed here? |
@usagi Is the bug still there? |
// Wait a minutes please, I'll test in my Windows machine, and then report current status. |
Unfortunatelly, I cannot try to the testing because #46 is blocking. |
Can you try this again now since #46 is resolved? |
// Wait a days please, I'll make a time. |
Sadly, this issue is not solved yet. Repro:
The full log: https://gist.github.com/usagi/659dd478c0eda47297bcebc10ff9e1fe Reason why?:
Hints:
|
Thanks for detailed explanation. |
For early testers information: This issue is fixed with #63 + #67 ( ⛙ 4b15241 ), thus we can test it with below just now temporary: [build-dependencies]
node-bindgen = { git = "https://github.com/infinyon/node-bindgen", rev="4b15241fd5b7e6789bbca06a2698ba1a6440459e", features = ["build"] }
[dependencies]
node-bindgen = { git = "https://github.com/infinyon/node-bindgen", rev="4b15241fd5b7e6789bbca06a2698ba1a6440459e" } |
Issue
It will be happen if we want to use
electron
withnode-bindgen
on Windows:Reference
Coping method in
neon
Note
Using
dherman/electron-build-env
makes it easy to prepare a workspace for repro../native
directory, prepare a cdylib project use node-bindgen../
directory, prepare apackage.json
withelectron-build-env
andnj-cli
in thedevDependencies
. And prepare"electron-build-env nj-cli build"
in scripts such asexperiment0
.yarn experiment0
.The text was updated successfully, but these errors were encountered: