Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.
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.
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.