Hi all,
My application requires atl100.dll, msvcp100.dll, and msvcr100.dll. There are 3 scenarios for user installs:
1. 32-bit Windows
2. 64-bit Windows, 32-bit PB install
3. 64-bit Windows, 64-bit PB install
I understand there's a difference between the 32-bit and 64-bit dll files. I found versions of both on my machine. I need the 32-bit dlls for scenario 1 and 2, and the 64-bit dlls for scenario 3.
What directory does my user have to install these prerequisites for each scenario?
My guess:
1. C:\Windows\System
2. C:\Windows\SysWOW64
3. C:\Windows\System32
TIA,
~~~Tracy