Closed fangjialivico closed 1 year ago
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!
Please reopen this issue if you have additional thoughts about this topic. Thank you!
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?