-
Notifications
You must be signed in to change notification settings - Fork 537
Description
Hi,
I'm trying to use cppsharp to convert a few headers but i can't figure out the gaps in the documentation.
First i tried using the nuget.org package, but that is terribly outdated and not compatible anymore. Then i tried the GitHub package, but that only contains the linux runtime, since I'm on windows that is a no-go. Then i tried compiling myself, building went fine. Testing didn't work through the test script but went fine in the sln. So i think i have a properly built cppsharp, somewhere...
But now the getting started markdown ends and there is no list anywhere what i need to include in a new generator project to get this working.
I tried to pack the nugets myself with the windows runtime with the build script, but that fails at runtime with an error "Could not load file or assembly CppSharp.Parser.CLI ...". I also tried to include the dlls in the bin directory, but nothing seems to be working. Any chance of extending the docs to what we are supposed to do after the building? Or including the windows runtime in the nuget package?
Thank you.