pretyman / iphonetunnel-usbmuxconnectbyport

Automatically exported from code.google.com/p/iphonetunnel-usbmuxconnectbyport
0 stars 0 forks source link

Link error while compiling #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Link error while building the project,saying "cannot open file 
iTunesMobileDevice.lib"
2.
3.

What is the expected output? What do you see instead?
The project is not building up

What version of the product are you using? On what operating system?
I downloaded the source code from SVN and tried running on windows xp.

Please provide any additional information below.

Original issue reported on code.google.com by vinil...@gmail.com on 7 Sep 2011 at 7:53

GoogleCodeExporter commented 9 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Well, that's why debuggers were created..

Original comment by msft....@gmail.com on 8 Sep 2011 at 6:28