Hi experts,
I want to add a com dll file in my project.I wtitten the below code to create a pst file in c drive.
Program compiled successfully
But the function Logon() goes fail and sows a exception :
"Unhandled exception at 0x7c812a5b in samp.exe: 0x0EEDFADE: 0xeedfade."
CoInitialize(NULL);
IRDOSessionPtr session;
HRESULT hr = session.CreateInstance(__u
uidof(RDOS
ession));
session->Logon(" ",NULL,NULL,NULL,NULL,NULL
);
session.Release();
what is the problem.Is there other way to add com dll in prject.
Plz tell
manu
Start Free Trial