Okay, another problem for my BrutePix tool.
BrutePix is going to use DLL Plugins, and the plugins should be able to use exported functions by BrutePix.
Exporting BrutePix functions is not a problem at all.
A .lib file is created and can be imported to a Plugin.
However, the lib file is changed everytime when you recompile the Project after making a change.
So, let's say I want to update my functions from Version 1.0 to 1.1, so the lib is recompiled. The plugins won't work anymore, since they can't find the right addresses, if they have been compiled with the old lib, right?
Is there any possibility to get around this, so the old Plugins will be compatible to newer versions of the library?
- Alhexx