Hi,
How can I create a function in C/C++ that returns a character (or string)?
(I want to put it in a dll)
Printable View
Hi,
How can I create a function in C/C++ that returns a character (or string)?
(I want to put it in a dll)
If it's for VB create a function that returns BSTR * or BSTR.
Is that what you mean?
Well, it is for VB. However I've no idea how to do what you suggested. Could you give me an example?