Windows Binaries
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.
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.