Login
Roast topics
Find topics
Find it!
From:
Giovanni Dicanio's Blog
(Uncensored)
subscribe
How To Pass a Custom Struct from C# to a C++ Native DLL?
https://giodicanio.com/2024/12/06/how-to-pass-a-custom-struct-from-csharp-to-a-cpp-native-dll/
links
backlinks
Tagged with:
c#
c++
dll
windows c++ programming
pinvoke
struct
Roast topics
Find topics
Roast it!
Let's discuss a possible way to build a "bridge" between the managed C# world and the native C++ world, using P/Invoke.