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

ogre2 and ogre22 dll names conflict with ogre 1.x dlls #12

Open
j-rivero opened this issue May 11, 2023 · 0 comments
Open

ogre2 and ogre22 dll names conflict with ogre 1.x dlls #12

j-rivero opened this issue May 11, 2023 · 0 comments

Comments

@j-rivero
Copy link
Contributor

j-rivero commented May 11, 2023

The ogre2 and ogre22 vcpkg formulas in this repository relocate the installation directory so they can co-installed with the official ogre 1.x formula in vcpkg. The dlls are placed under vcpkg/installed/$arch-triplet/bin/OGRE-2.2 which is a directory added to the PATH when vcpkg integrate install is being run.

The DLL of the Ogre 1.x and Ogre2/Ogre22 have exactly the same name, this has probably the effect of the loader to load Ogre 1.x DLL when a binary uses Ogre 2.x or Ogre 1.x.

This problem did not happen in Linux since the .so binary files (not the symlink) have the different version ABI identifiers as part of the file extension.

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