echoprint-codegen icon indicating copy to clipboard operation
echoprint-codegen copied to clipboard

Windows Binaries

Open The9thGod opened this issue 10 years ago • 1 comments

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.

The9thGod avatar Apr 06 '15 23:04 The9thGod

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.

tevert avatar Apr 19 '15 05:04 tevert