Conari icon indicating copy to clipboard operation
Conari copied to clipboard

🧬 One-touch unmanaged memory, runtime dynamic use of the unmanaged native C/C++ in .NET world, related P/Invoke features, and …

Results 4 Conari issues
Sort by recently updated
recently updated
newest added

In your video: https://www.youtube.com/watch?v=QXMj9-8XJnY you used the obsolete-way with UnmanagedStructure, now you suggest using the NativeStruct way, can u maybe give me a short example of how to make use...

question

the develop branch is already contains DLR features, but it's not possible for exported functions from C++ compiler. i.e.: ``` cpp #define LIBAPI_CPP __declspec(dllexport) // will decorated like: ?getSeven@API@UnLib@Conari@r_eg@net@@YAGXZ //...

enhancement
help wanted
support

Currently **all works fine, but** I need more flexible things like **here #2** How we can play with current versions: ```csharp // the working half-declaration of original interface: [Guid("23170F69-40C1-278A-0000-000600600000")] [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]...

It probably should be useful features for work without domains and their common problems with unloading assemblies. So main idea (noticed here https://github.com/3F/DllExport/issues/9) to provide unified work with managed and...

experimental