Thread: Problem with com application

  1. #1
    Registered User
    Join Date
    Oct 2005
    Posts
    1

    Unhappy Problem with com application

    HI,

    I have developed a client / server application in com. My client application is in c++ and server application is in C sharp. The client application is getting compiled successfully. When i start the client application (.exe ) run time error is thrown and application terminates unexpectedly. Error is 0xe06d7363.

    Can anybody please explain why this is happening.

  2. #2
    Skunkmeister Stoned_Coder's Avatar
    Join Date
    Aug 2001
    Posts
    2,572
    [sarcasm]
    Sure. Now just hang on a sec while I dig out my crystal ball and fire up the psychic debugger!!!
    [/sarcasm]

    Post client code here and server code in c# forum and link to it in this thread then maybe you will get some sensible help.
    Free the weed!! Class B to class C is not good enough!!
    And the FAQ is here :- http://faq.cprogramming.com/cgi-bin/smartfaq.cgi

  3. #3
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    When i start the client application (.exe ) run time error is thrown and application terminates unexpectedly.
    Start your debugger and have a look. What kind of IDE/compiler are you using ?
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

  4. #4
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,656
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Words and lines count problem
    By emo in forum C Programming
    Replies: 1
    Last Post: 07-12-2005, 03:36 PM
  2. problem with A simple modeless messagebox
    By hanhao in forum C++ Programming
    Replies: 8
    Last Post: 07-05-2005, 11:18 PM
  3. Dev Resource problem
    By algi in forum Windows Programming
    Replies: 3
    Last Post: 04-19-2005, 03:53 PM
  4. MFC run application by clicking on file...
    By dug in forum Windows Programming
    Replies: 4
    Last Post: 12-02-2004, 04:33 AM