Skip to content

v2.1.0

Compare
Choose a tag to compare
@ied206 ied206 released this 04 Apr 16:51
· 47 commits to master since this release
  • Avoid calling virtual methods from constructors in DynLoaderBase.
    • Users must call DynLoaderBase.LoadLibrary after creating an instance.
    • Constructor with a library path is now obsolete. Pass a path into LoadLibrary instead.
    • It breaks the ABI compatibility of DynLoaderBase. However, LoadManagerBase was also patched to accommodate these changes.
    • If you used the LoadManagerBase interface, you can safely update Joveler.DynLoader without any code change.