On Wed, 03 Feb 2010, smu johnson wrote: Hi,
> http://209.97.219.2/sjohnson/misc/curdir-diff.png > Please let me know if you need anything else. CURDIR() does not return drive letter. Clipper 5.2, Clipper 5.3 and Harbour work in the same way. It's possible that you are using CURDIR() from some 3-rd party library. To eliminate such problems I suggest to compile such examples without any extended linker scripts which may include non Clipper libraries. CL52 and CL53 have simple batch file to compile and link single .prg programs which do not use any external libraries, cl.bat: clipper %1 %2 %3 %4 %5 if not errorlevel 1 RTLINK file %1 Use it to for such tests. Instead of RTLINK you can use BLINKER or EXOSPACE. best regards, Przemek _______________________________________________ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour