-
Not sure if that could break installations of STAF running on very old, non-unicode systems.
Just in case, it could, it's possibly a good idea to detect whether those unicode APIs are available and falling back to the ANSI functions, if not... or require explicit configuration defaulting to the ANSI functions.
2012-11-30 00:42:22 PST in SW Test Automatio...
-
See also: http://msdn.microsoft.com/en-us/library/aa365247%28v=vs.85%29.aspx#maxpath.
2012-11-29 23:34:09 PST in SW Test Automatio...
-
STAF currently uses the ANSI version of functions in the Windows API.
STAF should be changed to use the Unicode versions of these Windows API functions, e.g. GetFullPathNameW instead of GetFullPathName) to permit an extended-length path of 32,767 characters.
2012-11-29 23:32:32 PST in SW Test Automatio...