Since Patran 2013, some useful PCL functions such as
utl_dyn_lib_open(),
utl_dyn_pass_ptr_access(),
have been provided for users to load DLLs into Patran. However, similar functions were not provided in earlier Patran versions. But I found some PCL functions that can do similar things such as
load_lib_abaqus(),
load_lib_ansys(),
load_lib_mscdytran(),
load_lib_mscmarc(),
load_lib_mscnastran(),
uil_app_feature_recognition.get_dyn_lib_status(),
uil_app_feature_recognition.set_dyn_lib_status(),
in Patran versions before 2013.
Would you please tell me how these functions are implemented? I want to learn from it and load my own DLLs. It is very important to me. I would appreciate it very much.