Feature - New #3
SDK Versioning in extension name
100%
Description
Can you think of any way to have "ext isxeve" load SDK 32 or 33 as appropriate
Like.. if isxeve.dll can't be loaded, look for isxeve_sdk<current>.dll. Rename isxeve.dll -> .dll.bak, rename isxeve_sdk33.dll -> isxeve.dll, and try again
or even rename isxeve.dll -> isxeve_sdk<detected version>.dll, if it's possible to detect the version -- i think it is, i seem to recall you print the msg.
that would enable people to switch between live and dev builds, and IS would load the correct isxeve each time
It would also enable us to ship the dll for the new build BEFORE it's required, avoiding a manual reinstall.
Updated by CyberTech almost 11 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
- New API versions for Visual Studio 2013 support. Visual Studio 2010 no longer supported
* ISXDK 33: Extensions\ISXDK33\* is now checked for extension before Extensions\*