You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for providing a prebuilt DLL. I tried using it and ran into some issues - I've been able to work around them but it would be better if these were solved centrally. Sharing the issues here for other people's benefit too:
It would be better if the library - including headers, etc. - was made available as a NuGet package on nuget.org; this would make it super easy to consume. Happy to help onboard this if there is interest.
The release is missing an import lib (libquickjs.lib) - this is needed in order to link the DLL. I generated it by dumping the exports in the DLL, cleaning it up, saving the result as a .def file, and then using the lib.exe tool to generate the import lib.
The headers are missing some types - some types such as JSString and others, are defined in quickjs.c, which means that an app using the release from this repo (and the quickjs.h header) won't be able to use those types or any macros that depend on them.
I'd be interested to hear back and if this project is still active and you are interested in help, let me know :)
The text was updated successfully, but these errors were encountered:
Thanks for providing a prebuilt DLL. I tried using it and ran into some issues - I've been able to work around them but it would be better if these were solved centrally. Sharing the issues here for other people's benefit too:
JSString
and others, are defined in quickjs.c, which means that an app using the release from this repo (and the quickjs.h header) won't be able to use those types or any macros that depend on them.I'd be interested to hear back and if this project is still active and you are interested in help, let me know :)
The text was updated successfully, but these errors were encountered: