Posts

Post not yet marked as solved
1 Replies
575 Views
Hi, I need to integrate a library that has both .NET and CPP versions, but I don't have access to the source code. What's the better option .NET DLL or CPP .a files? is that even possible? My third option would be to create a cli helper using either the .NET or the CPP version, and have the main App communicate with the helper, but I don't know how to approach that either. thanks
Posted Last updated
.