Replies: 1 comment 2 replies
-
|
Using my own as per the below. This project isn't really meant to be a complete Vanara replacement, the API deliberately follows the Win32 API closely, with all warts and bumps included.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
For example Vanara has https://github.com/dahall/Vanara/blob/624318e1e7e294192581291a1e5f5ee3c3d146e2/Core/InteropServices/SafeCoTaskMemString.cs
I am having to marshal strings to pointers and back again quite a lot, just wondering if cswin32 provides anything - and if not, what are people using? Or everyone is just writing their own?
Beta Was this translation helpful? Give feedback.
All reactions