I try to port MobileDeviceAccess project to Windows from MAC using Cocotron, and now I have some troubles. This library uses CFPropertyListCreateFromXMLData, CFPropertyListCreateXMLData methods, which are declared in CFPropertyList.h. So, there are no errors during compiling. But, there are two errors during linking: undefined reference to `__imp__CFPropertyListCreateXMLData', undefined reference to `__imp__CFPropertyListCreateFromXMLData'. What am I doing wrong?Best Regards, Michael