Posted by
summey in
C++,
Programming on
04 17th, 2010 |
No Comments
I ran into this lame issue today… I wrote a C++ app sent it to my beta tester ( Andrew) and he said it failed … So i went on the mission and found the fix ! Not only did i find a fix but i found a reason and thats good because most of the time we never know the true reason behind a strange issue. The issue is normally convoluted in a sea of code that dates back years well not this time! Read on!
Reason
This is a known Windows issue, primarily occurring on Windows Vista. It can occur for several reasons.
In some cases it occurs because the machine...