Click here to Skip to main content
15,915,600 members
Home / Discussions / COM
   

COM

 
GeneralRe: Code wont compile Pin
odiesback29-Jun-05 13:03
odiesback29-Jun-05 13:03 
GeneralActiveX client/server architecture Pin
VKatti29-Jun-05 5:31
VKatti29-Jun-05 5:31 
GeneralRe: ActiveX client/server architecture Pin
onlyfish30-Jun-05 22:45
onlyfish30-Jun-05 22:45 
GeneralRe: ActiveX client/server architecture Pin
rwestgraham1-Jul-05 16:35
rwestgraham1-Jul-05 16:35 
GeneralShell Extension: how to hook to directory Pin
chenfred29-Jun-05 5:31
chenfred29-Jun-05 5:31 
GeneralRe: got answer Pin
chenfred29-Jun-05 7:33
chenfred29-Jun-05 7:33 
GeneralRe: Shell Extension: how to hook to directory Pin
alex__b4-Jul-05 6:41
professionalalex__b4-Jul-05 6:41 
GeneralOutlook application object - Calendar Pin
Brigg Thorp29-Jun-05 3:04
Brigg Thorp29-Jun-05 3:04 
I have a user who is trying to import calendar entries from Outlook 2002 using our software. The following code tries to establish an instance of the application object.

<br />
_ApplicationPtr      pOutlook = NULL;<br />
<br />
try<br />
{<br />
    //  Create the Outlook Application Object<br />
    HRESULT hr = pOutlook.CreateInstance(__uuidof(Application))<br />
    if (FAILED(hr))<br />
        MessageBox("Unable to create Outlook instance");<br />
    else<br />
    {<br />
       .<br />
       .<br />
       .<br />
    }<br />
}


When this particular user runs this code, they get the message stating that we were unable to create the Outlook instance. I don't have the ability to send the user a test DLL to get the HRESULT error code. I would like some suggestions on things to look for - reinstall Outlook, turn on some Outlook feature, security settings, etc.

Thanks...

Brigg Thorp
Senior Software Engineer
Timex Corporation
Generaladding visual studio 6 dll to c# app Pin
johniboy28-Jun-05 23:14
sussjohniboy28-Jun-05 23:14 
GeneralRe: adding visual studio 6 dll to c# app Pin
stonewall_20001-Jul-05 0:08
stonewall_20001-Jul-05 0:08 
General7000vDatabase COM Threads Pin
FJK28-Jun-05 19:25
FJK28-Jun-05 19:25 
GeneralRe: 7000vDatabase COM Threads Pin
rwestgraham1-Jul-05 17:01
rwestgraham1-Jul-05 17:01 
GeneralRe: 7000vDatabase COM Threads Pin
FJK3-Jul-05 18:45
FJK3-Jul-05 18:45 
GeneralXMLDOMDocument across processes Pin
Alex_Y28-Jun-05 6:28
Alex_Y28-Jun-05 6:28 
GeneralRe: XMLDOMDocument across processes Pin
Alex_Y28-Jun-05 9:23
Alex_Y28-Jun-05 9:23 
GeneralRe: XMLDOMDocument across processes Pin
Lim Bio Liong28-Jun-05 14:27
Lim Bio Liong28-Jun-05 14:27 
GeneralBrowser Helper Object - replace HTML page Pin
Tomek.Sergey28-Jun-05 3:04
Tomek.Sergey28-Jun-05 3:04 
Generalenum in COM Pin
Logan from Singapore26-Jun-05 22:31
Logan from Singapore26-Jun-05 22:31 
GeneralRe: enum in COM Pin
GuimaSun27-Jun-05 5:42
GuimaSun27-Jun-05 5:42 
GeneralInternet Explorer hooks Pin
Ryan333326-Jun-05 9:52
Ryan333326-Jun-05 9:52 
GeneralWebBrowser Control used as a FileManager Pin
intripoon26-Jun-05 8:39
intripoon26-Jun-05 8:39 
GeneralRe: WebBrowser Control used as a FileManager Pin
intripoon27-Jun-05 5:43
intripoon27-Jun-05 5:43 
GeneralShell extension. Pin
Member 134788323-Jun-05 15:30
Member 134788323-Jun-05 15:30 
GeneralRe: Shell extension. Pin
chenfred29-Jun-05 5:22
chenfred29-Jun-05 5:22 
GeneralTimer with Windowless Control Pin
Shraddhan23-Jun-05 12:42
Shraddhan23-Jun-05 12:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.