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.

Other DLL in TOOLKIT

When you load Pro/TK dll from the dat file the user_initialize function is called.

Are you keeping the Pro/TK functionalities in 2 separate dlls? but why? You need to export the dll function. You can load the dll and call the exported function.
 
zepplin,


In my honest opinion, you may be more familiar with creating a user interface with Delphi but I would suggest using the Pro/TOOLKIT UI functions/resource file. You will run into many problems trying to compile the Delphi code with the Pro/TOOLKIT code. Using the Pro/TOOLKIT UI functions will eliminate this problem. Good Luck.
 

Sponsor

Back
Top