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
{{ message }}
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.
I am attempting to integrate a C# application that will be making use of echoprint-codegen and am running into various issues trying to compile libcodegen.
If someone would be able to send me the build project so that I can reference it from my C# project. Ideally I could even create a NuGet package for the project.
The text was updated successfully, but these errors were encountered:
I have successfully gotten the thing to build on my Windows 8 64-bit machine. I can send you the binaries if you want.
However, interop calling it is proving to be an enormous hassle. It doesn't compile to a DLL, it compiles to a static library, so I'm in the process of trying to write a DLL wrapper around the static LIB. The codes aren't coming out right though, so it's still a work in progress.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am attempting to integrate a C# application that will be making use of echoprint-codegen and am running into various issues trying to compile libcodegen.
If someone would be able to send me the build project so that I can reference it from my C# project. Ideally I could even create a NuGet package for the project.
The text was updated successfully, but these errors were encountered: