Array of Strings
I am having difficulty passing an array of strings from Excel VBA to a C++ dll. The string comparison functions (i.e. stricmp) don't seem to work with the arrays being passed. Basically, I want to create 2 arrays of strings in VBA, pass them to my dll, and then determine if a particular string in one is equal to a particular string in the other. This is the basic problem I have, it is not the only thing I am doing, otherwise I would just use the built-in VBA string functions.
Thanks
|