CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: jaykris

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    2,223

    Re: Static Xerces Library

    Does anyone know the solution to the linker errors here. I am facing the same problem. Thanks for any help.
  2. Re: com_issue_errorex exception is not caught in catch( _com_error &e)

    Ok, my problem is simple. I invoke a method on a COM interface that I have successfully created using CoCreateInstanceEx(). This methods fails and COM raises an error as explained at the beginning by...
  3. Re: com_issue_errorex exception is not caught in catch( _com_error &e)

    Thanks for the suggestion. But it still doesn't work for me.
  4. Re: com_issue_errorex exception is not caught in catch( _com_error &e)

    I too am seeing this same issue, where I cannot catch the _com_error in the catch. I can only catch it in the catch(...). Here is my code

    try
    {
    pComInterface->callmethod()
    }...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured