August 26, 200620 yr Has anybody see feature like this:I have an application made for special use. On windows XP (32 bit) it runs normal, but on x64 it says couldn't find dll. This dll is located in the same folder. I tried to put dll to system32, Windows, SysWOW64, but it still can't be found. Edited August 26, 200620 yr by vit
September 5, 200619 yr It's because x64 creates a Program Files AND a Program Files x86 (or x32 can't remember right now). The application looks for that .dll in Program Files but since the software is 32-bit, Windows puts it in Program Files x86 (or x32).
Create an account or sign in to comment