On Wed, 13 Jan 2010, Chen Kedem wrote:

Hi,

> The following problem was reported on the SF bug tracker:
> http://sourceforge.net/tracker/?func=detail&atid=100681&aid=2930893&group_id=681
> Luigi reported a problem in FileDrive() when parameter is UNC.
> Program crash when it try to read from a null pointer
> Rev. 13372 MinGw WinXP
> I replicated the problem with Rev. 13548 BCC WinNT
> ---tt56.prg---
> proc main()
> ? FileDrive( "X:\xyz" )        // X
> ? FileDrive( \\server\path )  // Crash!
> return
> --------------

Thank you for information. Fixed in:
   2010-01-13 09:37 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)


> ..\bin\hbmk2 tt56 hbclipsm.lib

I suggest to use:
   ..\bin\hbmk2 tt56 -lhbclipsm

This is portable method which works also with compilers not using .lib
extension or adding some prefixes or suffixes to library name, i.e.
libhbclipsm.a in GCC based compilers.

best regards,
Przemek
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to