Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

Please help me in toolkit programming

Coolstalin

New member
Hi,

Iam doing programming in Pro-E software(in c-language). Ihav a problem there as there is a protoolkit available so withe its help i compile a install_test.exe file but when iam going to create a registry file of (i.e of dat file ) pro-e dont make registry in its software , due to which my coding dont run.

Plzz sugest help as this is my university assignment and iam running short of time.

Thanks.
 
Hi,


It should run if your paths in the .dat file are correct.Plz check the AuxiallyWidnow status....what it is showing...Because of paths...only some time it couldn't identify the exe.any how it has to show status from AuxiallyWidnow.





With regards


Kishore V
 
thanks for the reply

my dat file is..

name install_test
exec_file pt_install_test.exe
text_dir D:\proeWildfire\protoolkit\protk_appls\pt_install_test
revision Wildfire
end

and can u plz specify wht is AuxiallyWidnow

Thanks
 
hi


i have registered and it is showing the .exe file but when i tried to start that application an error message apears that " application install_test start failed"


Plz help me whts wrong with it.
 
Coolstalin,


When you start Pro/ENGINEER to you have the Pro/TOOLKIT floating module assigned? If you do not then your unlocked Pro/TOOLKIT application will fail to start. Otherwise you must unlock your application before using it in Pro/ENGINEER.
 
Dear Coolstalin,


name install_test
exec_file pt_install_test.exe ---> Need to give exact path where exe is located same as you given for the text folder path....find where the exe is genereated give complete path including...eg:D:\xxxx\yyyy\pt_intall_test.exe
text_dir D:\proeWildfire\protoolkit\protk_appls\pt_install_test
revision Wildfire
end


Try with this it will recongnizes your application.





Kishore V
 
williaps said:
Coolstalin,


When you start Pro/ENGINEER to you have the Pro/TOOLKIT floating module assigned? If you do not then your unlocked Pro/TOOLKIT application will fail to start. Otherwise you must unlock your application before using it in Pro/ENGINEER.

Hi Williaps,



You seem to be knowledgeable in PTK. I'm curious. Why do we need
Pro/Toolkit when we can use Pro/E? Is it made so that non-ProE user
can use?



Please advise. Thank you.
 
trillicomm,


The Pro/TOOLKIT license is required for the named developer to test his application. Additionally it is used to "unlock" the application before distributing it to his customers. Then the customers only need a standard Pro/ENGINEER license to execute the application.
 

Sponsor

Back
Top