Hi there,
I'm trying to work out some coding which requires interacting with a COM object. I've read the MSDN documentation as well as those written by others, but am utterly confused. What I have got is this:
An object - FILE_WRITER which derives from DirectShow.IBaseFilter
From what I...
How do I go from something like:
LPCSTR clsid_str = "{3C78B8E2-6C4D-11D1-ADE2-0000F8754B99}";
(or some other form of string variable that's available to me - i'm new to c++)
To..
a REFCLSID ??
I believe I have to use CLSIDFromString somehow but can't find any example that go from the string...
Hi I've been using thhe MIME::Parser to ouutput incoming emails to a directory.
I've allowed it to randomly select a filename for me,
but I want to be able to find out what this randomly created filename is after is creates it.
My code looks like this:
# Create a new parser object:
my $parser...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.