I'm developing a Qt application at work right now and we've somewhat accidentally stumbled on an issue when trying to run it on machines with AMD graphics cards.
We built Qt originally on my dev box which has an intel CPU and nvidia GPU. When I tried running with the same Qt libraries on another machine that has AMD CPU and GPU I get the following error from Windows
"LoadLibrary failed with error 127: The specified procedure could not be found."
Visual Studio's output displays this
'Application.exe': Loaded 'C:\Windows\System32\atio6axx.dll', No symbols loaded. First-chance exception at 0x77c1d7d8 in Application.exe: 0xC0000139: Entry Point Not Found. 'Application.exe': Unloaded 'C:\Windows\System32\atio6axx.dll'
I tried rebuilding the Qt libraries on the AMD machine but got the same result. I was also just able to put together another machine with an intel CPU and and AMD gpu and get the error.
Has anyone ever seen something similar to this from the atio6axx.dll? I've tried older AMD drivers but still get the error message.