Continue to Site

Welcome to 3DCADForums

Join our CAD community forums where over 25,000 users interact to solve day to day problems and share ideas. We encourage you to visit, invite you to participate and look forward to your input and opinions. Acrobat 3D, AutoCAD, Catia, Inventor, IronCAD, Creo, Pro/ENGINEER, Solid Edge, SolidWorks, and others.

Problem with ProEngineerConnect()

C

cheukyung

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~
 

Articles From 3DCAD World

Sponsor

Back
Top