Skip to content
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

build node.dll #4377

Open
bncdemo opened this issue Apr 21, 2024 · 5 comments
Open

build node.dll #4377

bncdemo opened this issue Apr 21, 2024 · 5 comments
Labels
build needs more info issues that need more info from the author Windows

Comments

@bncdemo
Copy link

bncdemo commented Apr 21, 2024

Details

Hi,

How to build node.dll in windows, and then use that dll to run a given nodejs script?
I did not find any information about that.

Thanks.

Node.js version

v18

Example code

No response

Operating system

windows 10

Scope

build native dll in win10

Module and version

Not applicable.

@RedYetiDev RedYetiDev added Windows needs more info issues that need more info from the author build labels Apr 21, 2024
@RedYetiDev
Copy link
Member

Hi! As it currently stands, your issue may need some more context to be understood correctly. Please provide more context.

Thank you!

@bncdemo
Copy link
Author

bncdemo commented Apr 22, 2024

Hi! As it currently stands, your issue may need some more context to be understood correctly. Please provide more context.

Thank you!

Hi,

How to build nodejs as a native windows dll, reference it in a project, then call/run a specific nodejs script using this dll?

@preveen-stack
Copy link
Contributor

perhaps you are looking for single executable https://github.com/nexe/nexe

@bncdemo
Copy link
Author

bncdemo commented Apr 24, 2024

perhaps you are looking for single executable https://github.com/nexe/nexe

Can you show me a c++ example , that run a nodejs script using node static library, and read the result of the script?

@preveen-stack
Copy link
Contributor

Nexe coverts .js files into exe files. I guess that is your use case

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build needs more info issues that need more info from the author Windows
Projects
None yet
Development

No branches or pull requests

3 participants