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

Search:

Type: Posts; User: akvolog

Search: Search took 0.02 seconds.

  1. Re: Calling convention error while trying to call COM sever function

    Thank you for your answer.

    Using the description of the third party component interfaces, I wrote a similar COM component (emulation) in VB. Similar code of VC client works with my new component...
  2. Re: Calling convention error while trying to call COM sever function

    [QUOTE=akvolog;2026424]
    short status;
    hr = pObj->SemControlInitialize (&status);
    //here error rises...
    QUOTE]

    Sorry for mistyping, must be:
    hr =...
  3. Calling convention error while trying to call COM sever function

    I am relatively new to COM programming and I am trying to get access to third party DCOM component (EXE module) from my client program on C++(VC6). I suppose that this component was written in VB6....
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured