Returning a string from unmanaged dll to .net
I write most of my code in unmanaged languages such as Delphi and C/C++. Sometimes customers ask me to …
I write most of my code in unmanaged languages such as Delphi and C/C++. Sometimes customers ask me to …
Yesterday I wrote about converting an IP Address to an Integer in C#. But both methods I presented return the …
For a call to a WinApi function I needed to convert an IP Address to an Integer in C#. This can be done using …
I wanted to call a hash function from a .net executable from my code. My first step was to inspect the …
I don't do much programming in .NET based languages but I have to for some things like the Windows Live Writer …