2008-02-20 00:14 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/utils/hbpp/hbpp.c
! added hb_setGetDirSeparator()
best regards
Przemek
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/lis
2008-02-20 00:11 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/pp/hbppgen.c
! added hb_setGetDirSeparator()
* harbour/source/common/hbfsapi.c
! fixed wrong index in path updating
best regards
Przemek
___
Harbour maili
Hi Randy,
I have tried the various suggestions to eliminate these link errors:
LIBCMT.lib(dosmap.obj) : error LNK2005: __dosmaperr already defined in
LIBC.lib(dosmap.obj)
..
..
..
LIBCMT.lib(tolower.obj) : error LNK2005: _tolower already defined in
LIBC.lib(tolower.obj)
LINK : warning LNK409
Hi Paul,
I had originally set these up - I don't know if the state of the various (no)
default lib's has changed. The original intent was that if HB_MT was
not set, then nodefaultlib:libcmt would be used, otherwise
nodefaultlib:libct is used. (I thinjk a couple of others are thrown
in there
2008-02-19 23:37 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/main/harbour.c
* harbour/source/common/hbfsapi.c
! fixed hb_fsFNameSplit()/hb_fsFNameMerge() to respect path delimiter
set by user
* harbour/contrib/hbct/ctwfunc.c
! fixed WFORMAT() called wit
Randy,
LIBCMT.lib(dosmap.obj) : error LNK2005: __dosmaperr already defined in
LIBC.lib(dosmap.obj)
.
.
.
LIBCMT.lib(tolower.obj) : error LNK2005: _tolower already defined in
LIBC.lib(tolower.obj)
LINK : warning LNK4098: defaultlib "LIBCMT" conflicts with use of other
libs; use /NODEFAULTLIB:
Hi all,
I have tried the various suggestions to eliminate these link errors:
LIBCMT.lib(dosmap.obj) : error LNK2005: __dosmaperr already defined
in LIBC.lib(dosmap.obj)
.
.
.
LIBCMT.lib(tolower.obj) : error LNK2005: _tolower already defined in
LIBC.lib(tolower.obj)
LINK : warning LNK4098: def
Hi Marek,
It did not fix the problem - Here is what I did:
- Created an environment var as: HB_BUILD_MODE=cpp
- Rebuilt Harbour
- Recompiled my app
- Re-linked my app
It means you are linking against libraries which were compiled
in "C" mode and were not recomplied (FieveWin ?). In this case
s
Hy All!
My name is Peter Sulyok. I have any problem width todbc class:
I don't know the sintaksh the update methods. Please help me!
If somebody have an example program width update methods please send me to
[EMAIL PROTECTED]
Thanks!
Peti
__