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

Make d3dx9_xx.dll load dynamically #16

Merged
merged 3 commits into from
Apr 30, 2017
Merged

Commits on Apr 29, 2017

  1. Make d3dx9_xx.dll load dynamically

    d3dx8_43.dll was loaded statically before.  Some systems have different
    versions of this dll.  Change it to load dynamically based on the
    version available on the system.
    elishacloud committed Apr 29, 2017
    Configuration menu
    Copy the full SHA
    f8e994b View commit details
    Browse the repository at this point in the history
  2. Update to load "d3dx9_43.dll" dynamically

    Removed the code to search for different versions of "d3dx9_43.dll"
    elishacloud committed Apr 29, 2017
    Configuration menu
    Copy the full SHA
    0a51530 View commit details
    Browse the repository at this point in the history
  3. Updated to support multibyte/Unicode

    Using MS macro for multibyte/Unicode.  Also made minor updates to the
    comments to fix the dll name.
    elishacloud committed Apr 29, 2017
    Configuration menu
    Copy the full SHA
    bc9f261 View commit details
    Browse the repository at this point in the history