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

Blog post contains an error #23

Open
tcobbs-bentley opened this issue Sep 19, 2023 · 0 comments
Open

Blog post contains an error #23

tcobbs-bentley opened this issue Sep 19, 2023 · 0 comments

Comments

@tcobbs-bentley
Copy link

In your blog post, you show the output from vtool -show, then shortly after that have a sample command line to modify the library. As far as I can tell, the two command lines are mutually exclusive, since the -show output indicates that the library uses SDK 14.0 while the command line forces it to SDK 13.0. At least with my library (which uses SDK 16.2 with min SDK 13.0), doing that results in a runtime crash (in a C++ destructor in the library). Using 7 13.0 16.2 instead of 7 13.0 13.0 fixes the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant