hi all,
I'm using Pro/Mechanism and trying to make a "custom load" with toolkit.
In the file "customload" made by PTC but to be completed by the user, I can find:
strcpy ( executable, mhome );
strcat ( executable, relative_exec);
strcpy (text_dir, mhome);
/* TODO make this arch independent...
hi all,
I'm using Pro/Mechanism and trying to make a "custom load" with toolkit.
In the file "customload" made by PTC but to be completed by the user, I can find:
strcpy ( executable, mhome );
strcat ( executable, relative_exec);
strcpy (text_dir, mhome);
/* TODO make this arch independent...