Hi guys,
I'm experiencing some trouble with 64-bit machines, where our app is installed in C:\program files(x86).
The problem is that GetShortPathName API function is not working anymore, where there was no problem in the past.
Adding some debug info showed that it does not do anything at all; it just returns the full path in stead of c:\progra~1.
Does anyone have the same problem? And is there a known fix?
I was thinking about a Windows update, but I don't want to blame Microsoft if there is a logical explanation.
Please help!
I'm experiencing some trouble with 64-bit machines, where our app is installed in C:\program files(x86).
The problem is that GetShortPathName API function is not working anymore, where there was no problem in the past.
Adding some debug info showed that it does not do anything at all; it just returns the full path in stead of c:\progra~1.
Does anyone have the same problem? And is there a known fix?
I was thinking about a Windows update, but I don't want to blame Microsoft if there is a logical explanation.
Please help!