John Carew
John Carew
I created a [project ](https://github.com/johnwc/DNNE-PoC)and pushed it to GH. I was able to get just a plain sample to compile in linux. Then added the [hooks.h include](https://github.com/johnwc/DNNE-PoC/blob/master/src/TestHook.cs#L13), received a lot...
This is great! With that update, I was able to create the version() method and return the same value that is set for KEA_HOOKS_VERSION in the hooks.h. I also added...
@AaronRobinsonMSFT how do I handle the `LibraryHandle` class as a parameter for `load(LibraryHandle& libhandle)`? I don't seem to be able to use classes for parameters with `UnmanagedCallersOnly`
Sounds like I will have to create proxy methods like described [here.](https://stackoverflow.com/a/315064/3117194) ```C++ class Foo { public: int Bar(int a, int b); }; // Proxy methods extern "C" int Foo_Bar(Foo*...
You're not url encoding your query string values. Go do a google search for {9A99E464-CC08-45D9-AF14-115F0C6E086A} and see what the url looks like in your browser after searching. You will notice...
Visual Studio Pro is an extremely strong IDE for TypeScript. Most developers I know that have used and learned how to fully utilize Visual Studio, would not touch VS Code...
Why add a separate generator class and not change it so the `` be a selection/option that gets passed to the OA java generator? That way it is not locked...
We have asp.net core APIs that it generates perfectly for. One of out API servers even has 3 different authentication schemes. One oauth bearer and the other two api key...
We're looking to use it for climate control in small warehouse type building. Having large fans that pull heat out, with ducts bringing outside air in. Need the RL to...
@sfmskywalker how do we get invited to these community meetings? I wouldn't mind listening in on some if I am available at the same time.