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 ...
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 ...