Closed GoogleCodeExporter closed 8 years ago
Please build the whole solution (itnl/win32_project/itunnel_mux.sln)
PS. In the future, please attach the build log to all build-related bugs.
Original comment by msft....@gmail.com
on 7 Sep 2011 at 3:42
Hi Thanks for the reply. Finally i managed to build the solution( I have
created the .lib files out of the dll's
-iTunesMobiledevice.lib,libmobiledevice.lib and corefoundation.lib).
Now when i run the code it is giving me error "Unable to load DLL
'libMobiledevice.dll': The specified module could not be found. (Exception from
HRESULT: 0x8007007E)".
Original comment by vinil...@gmail.com
on 8 Sep 2011 at 3:31
libMobiledevice.dll needs to be in the same dir as the main executable. Run
procmon and see why it can't be found. Other option is that your app is built
as 64-bit code (although afaik that gives a different error).
Original comment by msft....@gmail.com
on 8 Sep 2011 at 5:02
Thanks. Copied dll in the main folder. But now, while executing the code
libmd.libmd_platform_init()is not initializing at all. The return value is
showing as "0"
Original comment by vinil...@gmail.com
on 8 Sep 2011 at 6:26
Well, that's why debuggers were created..
Original comment by msft....@gmail.com
on 8 Sep 2011 at 6:28
Original issue reported on code.google.com by
vinil...@gmail.com
on 7 Sep 2011 at 7:53