What’s New > Windchill Workgroup Manager > 11.0 F000 > Windchill Workgroup Manager Toolkit: Removing Dependency on PTC Libraries for CATIA V5
  
Windchill Workgroup Manager Toolkit: Removing Dependency on PTC Libraries for CATIA V5
Product: Windchill Workgroup Manager Toolkit
Release: 11.0 F000
Benefit
Removing dependency on PTC libraries for CATIA V5-side customization.
Additional Details
To remove dependencies on PTC libraries, from the make (.mk) file, the following library files have been removed:
baselibmtz.lib
cipsoapmtz.lib
cipstdmtz.lib
rtlcoremtz.lib
The signature of the method that could be invoked through Windchill Workgroup Manager Toolkit was modified to use only standard ‘stl’ types, as shown in the following example: void method_to_call (const map<wstring,wstring>& in, map<wstring,wstring>& out).
For more information, see Build the CATIA V5 Custom DLL.