|
GUID to string conversion
Hi!
I'm working on a C++ application that connects to an accountancy software using a COM object. In order to do error recovery, I have to create a GUID and send it to a method that needs a string.
How do we convert a GUID to a string in c++? (I found VB methods,but no C++ ones).
Thanks!
|