Hi All,
In one of my applications I use a 3rd Party DLL that uses the 'Declare Function' statement for importing the DLLs functions, but my problem lies in the fact that I need to support two versions of the DLL.
At present with the exception of the DLL's name the Declare statements are identical, so I use a custom compiler switch to build with the appropriate version of the DLL.
What I'd like to know is if there is any way I could have my application support both of these versions within the same runtime, allowing the user to make use of either one.
FYI, When our application is installed I also install the 3rd party's DLL as part of this process.
I'd appreciate your thoughts on this one and I'd be interested to hear from anyone that has found a solution, or who could point me in the right direction.
woogoo
In one of my applications I use a 3rd Party DLL that uses the 'Declare Function' statement for importing the DLLs functions, but my problem lies in the fact that I need to support two versions of the DLL.
At present with the exception of the DLL's name the Declare statements are identical, so I use a custom compiler switch to build with the appropriate version of the DLL.
What I'd like to know is if there is any way I could have my application support both of these versions within the same runtime, allowing the user to make use of either one.
FYI, When our application is installed I also install the 3rd party's DLL as part of this process.
I'd appreciate your thoughts on this one and I'd be interested to hear from anyone that has found a solution, or who could point me in the right direction.
woogoo