I have four compilers installed on my machine: two version 12 and two version 13. For production code I use 12.1.0.233 and for development code we are happy to try the latest compiler. My question is how do I ensure that at runtime the program uses the matching dlls. As far as I can see there is only one redis directory which I assume is the latest and therefore (in principle) not compatible with the earlier compilers.
Simon Geard