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

Search:

Type: Posts; User: blagrang

Search: Search took 0.04 seconds.

  1. RPC, Service & dll : RPC_S_DUPLICATE_ENDPOINT (1740)

    Hi everyone

    Here are my problems

    I have developped a service that is accessible via RPC.
    This service is called by another program via a dll.

    1. When the service is started, we can see that...
  2. Replies
    3
    Views
    674

    Thank you kuphryn But I have a question that...

    Thank you kuphryn

    But I have a question that might to be so dump :
    What do you mean by "export my global object" ?
    and consequently how do I export it ?


    Benoit
  3. Replies
    3
    Views
    674

    object pointer in extern "C" functions

    Hi guys
    Here is my problem.
    I have a C function. Let call it StartImport. And I need to declare it as extern "C" (for Oracle communication reasons).
    In this C function, I would like to use a...
  4. Thank you so much for your help, rxbagain. Now...

    Thank you so much for your help, rxbagain.
    Now it works perfectly
  5. Thank you so much for your answer. first sorry...

    Thank you so much for your answer.

    first sorry to reply so late but I was away for a while.

    Then, thank you for you help. It helps a bit. I mean you were right, the dialog box did not receive...
  6. Problem with creating visible windows with CreateDialog

    Hello
    I need some help.

    I have a main window which must create at some right-click event a small popup window :


    hRclk =...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured