Hi Viktor,
Another method, and this is what we use consistently in Harbour, is to #define _WIN32_WINNT to 0x0500.
IMHO this is not good because we may incorporate, now or in the future, functionality of XP, W7 ...
Though probably we should rather use GetProcAddress() for GetLongPathName() to not break apps running on older Windows versions.
It's more slower and broken the reports of dependences because is called (anonymous) dynamic. It's nice for something occasional but not for a wrapper to OS API, IMO. Best regards, Xavi _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
