• Competitor rules

    Please remember that any mention of competitors, hinting at competitors or offering to provide details of competitors will result in an account suspension. The full rules can be found under the 'Terms and Rules' link in the bottom right corner of your screen. Just don't mention competitors in any way, shape or form and you'll be OK.

Visual Studio 2012 atigktxx.dll problem

Associate
Joined
21 Jul 2012
Posts
161
Location
Bolton
Hi, I am coding in C++ using opengl in Visual Studios 2012. When compiling the programme I get break points saying:'C:\Windows\SysWOW64\atigktxx.dll'. Cannot find or open the PDB file.

I have tried different driver versions. Currently I am using 13.1 Anyone know how to fix this?
 
Its just the ati driver hooking into your app, it just means you do not have the debugging symbols for their drivers nor do i think you'll get hold of them ;) Just ignore it.
 
Yes, that ^^^

Or you could try this as it says its missing, download atigktxx.dll from here and put it in C:\Windows\SysWOW64,

if the file is already there it may be corrupted, or your anti virus is messing with it.

But if its not adversely affecting the application just ignore it, it may just be pointless debugging info.
 
Last edited:
Thanks, but it actually breaks the programme so it cannot run. I have cleaned the programme and done a fresh rebuild but I'm still getting all these weird ati errors :(
 
Back
Top Bottom