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

How to use ClearScript in VC++ project? #544

Closed
fangjialivico opened this issue Oct 10, 2023 · 2 comments
Closed

How to use ClearScript in VC++ project? #544

fangjialivico opened this issue Oct 10, 2023 · 2 comments
Assignees
Labels

Comments

@fangjialivico
Copy link

In my VC++ project,
we want to use ClearScript, but I can't find any instructions about how to use ClearScript in VC++ project.

Could you give me an example?

@ClearScriptLib
Copy link
Collaborator

Hi @fangjialivico,

I can't find any instructions about how to use ClearScript in VC++ project.

ClearScript is designed for .NET applications and optimized specifically for C#. You can use it with C++/CLI, but native C++ applications are better off interfacing directly with V8, which exposes a C++ API.

Thanks!

@ClearScriptLib
Copy link
Collaborator

Please reopen this issue if you have additional thoughts about this topic. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants