[This function is a wrapper over the GetModuleFileName function. This function may be altered or unavailable in the future. Applications should call GetModuleFileName directly.] Gets the module path.
When POCO is linked with windows executable which uses GetModuleFileName method, it can not be found. My guess is that POCO have used this method name and the complaint of linker is really about ...