Problem with ProEngineerConnect()

Discussion in 'Pro/Engineer & Creo Elements/Pro' started by yung, Dec 18, 2006.

  1. yung

    yung Guest

    Hello, I have a question regarding the use of Pro-Engineer API. I am
    using Wildfire 2.0, ProToolkit 2.0, and the development environment is
    Microsoft Visual C++ 6.0 on Windows XP (SP2).

    I first have my ProEngineer program started.
    Then I run my code. When ProEngineerConnect function is called:

    ProError err;
    ProBoolean bRandom;
    ProProcessHandle hConnect;
    err = ProEngineerConnect(NULL, "", "", "", PRO_B_TRUE, 5, &bRandom,
    &hConnect);

    it just hangs there with hour-glass mouse cursor. The function does not
    return any value at all. It seems something is blocking the connection
    process.

    Could you please give me some advice on this?
    Thank you~
     
    yung, Dec 18, 2006
    #1
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.