Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Win32 VS support #4

Closed
wants to merge 17 commits into from
Closed

Conversation

backinside
Copy link

I've started commiting the modifications to make the libimobiledevice library compile on Win32 using Visual Studio
There are some grey areas, that I'm not sure, going to work, just let me know how to do these better

For example:
src/Dictionary.cpp modification, I think it's just as goog as the orignial, but I'm don't usually use std libraries
without it the compiler output is like this:
libplist\src\dictionary.cpp(155): error C2440: '' : cannot convert from 'int' to 'PList::Dictionary::iterator'
No constructor could take the source type, or constructor overload resolution was ambiguous

Another issue, is that I'm not sure, where to commit the dependent libraries, and without them the project will not compile. Right now I keep my solution file and the external libraries in a separate repository, and link libplist in it, but I'm not sure how to properly share these.

@nikias nikias closed this Jul 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants