View Single Post
Old 07-20-2004, 07:25 AM   #1 (permalink)
milena
Registered User
 
Join Date: Jul 2004
Posts: 7
milena is on a distinguished road
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!
milena is offline   Reply With Quote