At some point, every developer needs to manipulate strings, whether it's to convert data from one format to another or to alphabetize a list. Strings might be a basic part of programming, but using ...
I have a VB COM DLL that interfaces with a C library to run some functionality that for various reasons can't be rewritten in VB (or even COM). About halfway through this C code, it needs to get some ...
How can I have a c function inside of a DLL return a string that can be read and stored as the VB String type. This of course works with other c functions:<P>char ...