[Harbour] 2008-02-20 00:14 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-02-19 Thread Przemyslaw Czerpak
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

[Harbour] 2008-02-20 00:11 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-02-19 Thread Przemyslaw Czerpak
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

Re: [Harbour] /NODEFAULTLIB:LIBCMT

2008-02-19 Thread Marek Paliwoda
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

RE: [Harbour] /NODEFAULTLIB:LIBCMT

2008-02-19 Thread Randy Portnoff
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

[Harbour] 2008-02-19 23:37 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-02-19 Thread Przemyslaw Czerpak
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

RE: [Harbour] /NODEFAULTLIB:LIBCMT

2008-02-19 Thread Paul Tucker
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:

[Harbour] /NODEFAULTLIB:LIBCMT

2008-02-19 Thread Randy Portnoff
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

Re: [Harbour] Re: Various problems with current build

2008-02-19 Thread Randy Portnoff
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

[Harbour] odbc-update

2008-02-19 Thread Sulyok Péter
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 __