[Harbour] SF.net SVN: harbour-project:[12597] trunk/harbour

2009-09-22 Thread vszakats
Revision: 12597 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12597&view=rev Author: vszakats Date: 2009-09-22 07:49:14 + (Tue, 22 Sep 2009) Log Message: --- 2009-09-22 09:47 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * include/hbwince.h * sou

[Harbour] SF.net SVN: harbour-project:[12598] trunk/harbour

2009-09-22 Thread vszakats
Revision: 12598 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12598&view=rev Author: vszakats Date: 2009-09-22 07:53:16 + (Tue, 22 Sep 2009) Log Message: --- 2009-09-22 09:52 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * source/vm/dynlibhb.c

RE: [Harbour] SF.net SVN: harbour-project:[12590] trunk/harbour

2009-09-22 Thread Horodyski Marek (PZUZ)
>-Original Message- >From: Viktor Szakáts [mailto:harbour...@syenar.hu] >Sent: Tuesday, September 22, 2009 12:15 AM >To: Harbour Project Main Developer List. >Subject: Re: [Harbour] SF.net SVN: harbour-project:[12590] >trunk/harbour > >Hi Mindaugas, > >And most importantly thanks for t

Re: [Harbour] SF.net SVN: harbour-project:[12590] trunk/harbour

2009-09-22 Thread Massimo Belgrano
+1 i can clean a lot of temp in my app with little effort Is not a rdd so i can't use something like NETIO_CONNECT(*? 2009/9/22 Viktor Szakáts > Hi Mindaugas, > > And most importantly thanks for this contribution, I think > it's a very nice one and can easily replace any temp tables > created o

Re: [Harbour] SF.net SVN: harbour-project:[12590] trunk/harbour

2009-09-22 Thread Viktor Szakáts
-Original Message- From: Viktor Szakáts [mailto:harbour...@syenar.hu] Sent: Tuesday, September 22, 2009 12:15 AM To: Harbour Project Main Developer List. Subject: Re: [Harbour] SF.net SVN: harbour-project:[12590] trunk/harbour Hi Mindaugas, And most importantly thanks for this contributi

Re: [Harbour] SF.net SVN: harbour-project:[12593] trunk/harbour

2009-09-22 Thread Mindaugas Kavaliauskas
Hi, And most importantly thanks for this contribution, I think it's a very nice one and can easily replace any temp tables created on disk. I'll now go and convert my app to use it. the primary idea was more a toy I/O driver than the really useful addition to harbour. Linux users can reach a

[Harbour] bio.c under Centos 5.3 issue

2009-09-22 Thread Lorenzo Fiorini
../../../bio.c: In function ‘HB_FUN_BIO_TEST_FLAGS’: ../../../bio.c:199: warning: implicit declaration of function ‘BIO_test_flags’ Centos 5.3 seems to have openssl-0.9.8e best regards, Lorenzo ___ Harbour mailing list Harbour@harbour-project.org http:/

Re: [Harbour] SF.net SVN: harbour-project:[12593] trunk/harbour

2009-09-22 Thread Saulius Zrelskis
Hi, File hb_out.log is generated: Application Memory Allocation Report - D:\TESTS\test.exe Terminated at: 2009.09.22 13:19:25 Total memory allocated: 107343446 bytes (913 block(s)) Warning, memory allocated but not released: 99808005 bytes (7 block(s)) Block 1 003AE5E8 (size 64) (0), "50BF3B0080B

Re: [Harbour] bio.c under Centos 5.3 issue

2009-09-22 Thread Viktor Szakáts
Hi Lorenzo, Can you try with 'make -i' to list all missing components? Brgds, Viktor On 2009 Sep 22, at 12:27, Lorenzo Fiorini wrote: ../../../bio.c: In function ‘HB_FUN_BIO_TEST_FLAGS’: ../../../bio.c:199: warning: implicit declaration of function ‘BIO_test_flags’ Centos 5.3 seems to hav

Re: [Harbour] bio.c under Centos 5.3 issue

2009-09-22 Thread Lorenzo Fiorini
On Tue, Sep 22, 2009 at 12:35 PM, Viktor Szakáts wrote: > Can you try with 'make -i' to list all missing components? These are my envs: export HB_INSTALL_PREFIX=/opt/harbour export HB_COMMERCE=yes export HB_BUILD_DLL=no export HB_EXTERNALLIBS="zlib pcre sqlite3" export HB_CONTRIBLIBS="hbct hblo

Re: [Harbour] bio.c under Centos 5.3 issue

2009-09-22 Thread Viktor Szakáts
I'd be interested in error output from hbssl. Brgds, Viktor On 2009 Sep 22, at 12:42, Lorenzo Fiorini wrote: On Tue, Sep 22, 2009 at 12:35 PM, Viktor Szakáts 0...@syenar.hu> wrote: Can you try with 'make -i' to list all missing components? These are my envs: export HB_INSTALL_PREFIX=/opt/

Re: [Harbour] bio.c under Centos 5.3 issue

2009-09-22 Thread Lorenzo Fiorini
On Tue, Sep 22, 2009 at 12:50 PM, Viktor Szakáts wrote: > I'd be interested in error output from hbssl. ../../../bio.c: In function ‘HB_FUN_BIO_TEST_FLAGS’: ../../../bio.c:199: warning: implicit declaration of function ‘BIO_test_flags’ best regards, Lorenzo _

[Harbour] SF.net SVN: harbour-project:[12599] trunk/harbour

2009-09-22 Thread druzus
Revision: 12599 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12599&view=rev Author: druzus Date: 2009-09-22 10:58:10 + (Tue, 22 Sep 2009) Log Message: --- 2009-09-22 12:58 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbrdd

Re: [Harbour] bio.c under Centos 5.3 issue

2009-09-22 Thread Viktor Szakáts
I understand, so this is the only one error, even with -i. You can try to fix that using: HB_USER_CFLAGS=-DHB_OPENSSL_OLD_OSX_ Brgds, Viktor On 2009 Sep 22, at 12:57, Lorenzo Fiorini wrote: On Tue, Sep 22, 2009 at 12:50 PM, Viktor Szakáts 0...@syenar.hu> wrote: I'd be interested in error ou

Re: [Harbour] bio.c under Centos 5.3 issue

2009-09-22 Thread Lorenzo Fiorini
On Tue, Sep 22, 2009 at 1:10 PM, Viktor Szakáts wrote: > You can try to fix that using: > HB_USER_CFLAGS=-DHB_OPENSSL_OLD_OSX_ Yes, it worked. best regards, Lorenzo ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/

Re: [Harbour] SF.net SVN: harbour-project:[12599] trunk/harbour

2009-09-22 Thread Lorenzo Fiorini
On Tue, Sep 22, 2009 at 12:58 PM, wrote: Sorry I'm not sure I've understood correctly. >      Warning CDX indexes created so far for such CDPs are not sorted using >      the same conditions as current SVN code so new applications should >      reindex. Does it mean that we need to recreate al

Re: [Harbour] SF.net SVN: harbour-project:[12593] trunk/harbour

2009-09-22 Thread Przemyslaw Czerpak
On Tue, 22 Sep 2009, Saulius Zrelskis wrote: Hi, > File hb_out.log is generated: > Application Memory Allocation Report - D:\TESTS\test.exe > Terminated at: 2009.09.22 13:19:25 > Total memory allocated: 107343446 bytes (913 block(s)) > Warning, memory allocated but not released: 99808005 bytes (7

Re: [Harbour] SF.net SVN: harbour-project:[12593] trunk/harbour

2009-09-22 Thread Przemyslaw Czerpak
On Tue, 22 Sep 2009, Przemyslaw Czerpak wrote: > We need self contain .prg example to replicate this problem. > Without it it's hard to guess what is wrong. In my tests all > works correctly without memory leaks. Ups, I see you were replying to Mindaugas message with test code. I haven't tested it

Re: [Harbour] SF.net SVN: harbour-project:[12599] trunk/harbour

2009-09-22 Thread Przemyslaw Czerpak
On Tue, 22 Sep 2009, Lorenzo Fiorini wrote: Hi, > Sorry I'm not sure I've understood correctly. > >      Warning CDX indexes created so far for such CDPs are not sorted using > >      the same conditions as current SVN code so new applications should > >      reindex. > Does it mean that we need

[Harbour] hbmemio issue

2009-09-22 Thread Viktor Szakáts
Hi Mindaugas and All, My very first problem towards implementing hbmemio as a replacement for temp tables is that I'd need to create *unique* "filenames". BTW the same problem goes to hbnetio, where I sometimes need to create unique temp files (which later get renamed to final table name) How t

[Harbour] build 12599 and os/2

2009-09-22 Thread Maurilio Longo
Hi, I'm getting a strange error gcc -I. -I../../../../../include -O3 -IE:/repository/harbour/external/zlib - opngwutil.o -c ../../../pngwutil.c for %i in ( *.o ) do @echo ADDMOD %i >> __lib__.tmp ar -M < __lib__.tmp & ..\..\..\..\..\config\os2rm -f __lib__.tmp SYS1079: & was unexpected at t

Re: [Harbour] build 12599 and os/2

2009-09-22 Thread Maurilio Longo
Uhmm, wait, could it be that $(ARSTRIP) is empty here and this adds an empty line at the bottom of the define create_dynlib which adds a \r\n to the generated rule? Maurilio. Maurilio Longo wrote: > Hi, > > I'm getting a strange error > > gcc -I. -I../../../../../include -O3 -IE:/repositor

Re: [Harbour] build 12599 and os/2

2009-09-22 Thread Viktor Szakáts
On 2009 Sep 22, at 14:37, Maurilio Longo wrote: Uhmm, wait, could it be that $(ARSTRIP) is empty here and this adds an empty line at the bottom of the define create_dynlib which adds a \r\n to the generated rule? Yes, that's it. If that causes a problem, we should add some sort of guar

[Harbour] SF.net SVN: harbour-project:[12600] trunk/harbour

2009-09-22 Thread vszakats
Revision: 12600 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12600&view=rev Author: vszakats Date: 2009-09-22 12:57:36 + (Tue, 22 Sep 2009) Log Message: --- 2009-09-22 14:57 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbmemio/tests/tes

Re: [Harbour] build 12599 and os/2

2009-09-22 Thread Maurilio Longo
Viktor, writing it like this works ok ifneq ($(filter $(HB_BUILD_STRIP),all lib),) ARSTRIP = ${HB_CCPATH}${HB_CCPREFIX}strip -S $(LIB_DIR)/$@ else ARSTRIP = @$(ECHO) did not strip $(LIB_DIR)/$@ endif :) Maurilio. Viktor Szakáts wrote: > > On 2009 Sep 22, at 14:37, Maurilio Longo wrote:

Re: [Harbour] build 12599 and os/2

2009-09-22 Thread Viktor Szakáts
On 2009 Sep 22, at 14:58, Maurilio Longo wrote: Viktor, writing it like this works ok ifneq ($(filter $(HB_BUILD_STRIP),all lib),) ARSTRIP = ${HB_CCPATH}${HB_CCPREFIX}strip -S $(LIB_DIR)/$@ else ARSTRIP = @$(ECHO) did not strip $(LIB_DIR)/$@ endif :) hm ;) can't we use something which

Re: [Harbour] haiku fallout

2009-09-22 Thread Przemyslaw Czerpak
On Sun, 20 Sep 2009, Szak�ts Viktor wrote: [...] Usually in system installation we have existing structure like: /bin - with executable files, one of PATH dirs we should not use any subdirectories here /lib - with shared libraries, one of system library

Re: [Harbour] build 12599 and os/2

2009-09-22 Thread Przemyslaw Czerpak
On Tue, 22 Sep 2009, Szak�ts Viktor wrote: >> writing it like this works ok >> ifneq ($(filter $(HB_BUILD_STRIP),all lib),) >> ARSTRIP = ${HB_CCPATH}${HB_CCPREFIX}strip -S $(LIB_DIR)/$@ >> else >> ARSTRIP = @$(ECHO) did not strip $(LIB_DIR)/$@ >> endif > hm ;) can't we use something which doesn

Re: [Harbour] SF.net SVN: harbour-project:[12593] trunk/harbour

2009-09-22 Thread Mindaugas Kavaliauskas
Hi, Przemyslaw Czerpak wrote: Ups, I see you were replying to Mindaugas message with test code. I haven't tested it yet by I guess you did not remove tables and indexes created in memory. Use dbDrob() before application exit. I'll add automatic memory file system cleanup on application exit.

Re: [Harbour] build 12599 and os/2

2009-09-22 Thread Maurilio Longo
Viktor Szakáts wrote: > I guess plain empty $(ECHO) will not work unless we redefine > it to GNU version. > Correct, OS/2 echo gives a echo is OFF (or ON) when called without parameters Maurilio. > Brgds, > Viktor > > ___ > Harbour mailing list > Ha

Re: [Harbour] build 12599 and os/2

2009-09-22 Thread Maurilio Longo
Przemyslaw, Przemyslaw Czerpak wrote: > > What about removing ARSTRIP from create_library and using sth like: > >ifneq ($(filter $(HB_BUILD_STRIP),all lib),) > ARSTRIP = & ${HB_CCPATH}${HB_CCPREFIX}strip -S $(LIB_DIR)/$@ >endif > >AR_RULE = $(create_library) $(ARSTRIP) & $(RM)

Re: [Harbour] haiku fallout

2009-09-22 Thread Viktor Szakáts
Hi Przemek, Just some quick reaction, I have to go now. and HB_ETC_INSTALL or HB_CNF_INSTALL. What is the difference between ETC and CNF? If possible IMO we should not differentiate between types of config files. /lib/ [//

Re: [Harbour] hbmemio issue

2009-09-22 Thread Mindaugas Kavaliauskas
Hi, Viktor Szakáts wrote: My very first problem towards implementing hbmemio as a replacement for temp tables is that I'd need to create *unique* "filenames". BTW the same problem goes to hbnetio, where I sometimes need to create unique temp files (which later get renamed to final table name)

[Harbour] SF.net SVN: harbour-project:[12601] trunk/harbour

2009-09-22 Thread snaiperis
Revision: 12601 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12601&view=rev Author: snaiperis Date: 2009-09-22 14:09:59 + (Tue, 22 Sep 2009) Log Message: --- 2009-09-22 17:10 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * contrib/hbmemio

[Harbour] OS/2 .dll

2009-09-22 Thread Maurilio Longo
Hi, Ok, I'm able to build .dlls on OS/2 using gcc and they work since build 12599 (I've tested hbtest.exe only, but if it works everything should work as well). I still have a question though: on OS/2 .dll names are restricted to 8.3 only. So, how can I name harbour .dlls? Best regards. Maurili

Re: [Harbour] haiku fallout

2009-09-22 Thread Przemyslaw Czerpak
On Tue, 22 Sep 2009, Szak�ts Viktor wrote: Hi, > Just some quick reaction, I have to go now. >> and HB_ETC_INSTALL or HB_CNF_INSTALL. > What is the difference between ETC and CNF? > If possible IMO we should not differentiate between > types of config files. These are my propositions for our new

Re: [Harbour] OS/2 .dll

2009-09-22 Thread Przemyslaw Czerpak
On Tue, 22 Sep 2009, Maurilio Longo wrote: Hi, > Ok, I'm able to build .dlls on OS/2 using gcc and they work since build 12599 > (I've tested hbtest.exe only, but if it works everything should work as well). Thank you very much. > I still have a question though: on OS/2 .dll names are restricte

Re: [Harbour] OS/2 .dll

2009-09-22 Thread Maurilio Longo
Przemyslaw Czerpak wrote: >> I still have a question though: on OS/2 .dll names are restricted to 8.3 >> only. >> So, how can I name harbour .dlls? > > harbour.dll :-) Sure, the st one, but the mt? I was thinking about harbor.dll and harbormt.dll, that is with the american spelling of harbour.

Re: [Harbour] hbmemio issue

2009-09-22 Thread Viktor Szakáts
Viktor Szakáts wrote: My very first problem towards implementing hbmemio as a replacement for temp tables is that I'd need to create *unique* "filenames". BTW the same problem goes to hbnetio, where I sometimes need to create unique temp files (which later get renamed to final table name) How to

Re: [Harbour] OS/2 .dll

2009-09-22 Thread Viktor Szakáts
Ok, I'm able to build .dlls on OS/2 using gcc and they work since build 12599 (I've tested hbtest.exe only, but if it works everything should work as well). I still have a question though: on OS/2 .dll names are restricted to 8.3 only. So, how can I name harbour .dlls? harbour.dll harbou

Re: [Harbour] build 12599 and os/2

2009-09-22 Thread Viktor Szakáts
Hi Przemek, On Tue, 22 Sep 2009, Szak�ts Viktor wrote: writing it like this works ok ifneq ($(filter $(HB_BUILD_STRIP),all lib),) ARSTRIP = ${HB_CCPATH}${HB_CCPREFIX}strip -S $(LIB_DIR)/$@ else ARSTRIP = @$(ECHO) did not strip $(LIB_DIR)/$@ endif hm ;) can't we use something which doesn't pr

[Harbour] MS SQL and ODBC.

2009-09-22 Thread Horodyski Marek (PZUZ)
I'm try to connect to MS SQL Serwer with code : * Local rdd Cls rdd := RDDSETDEFAULT( "SQLMIX" ) RDDINFO( 1001, { "ODBC", "Driver={SQL Server};Server=MSSQL.alias.firma;Database=FIRMY;Trusted_Connection=yes;" } ) DBUSEAREA( .T., "SQLMIX", "select ID_KLIENT, NAZWA from KLIENT where nazw

[Harbour] SF.net SVN: harbour-project:[12602] trunk/harbour

2009-09-22 Thread vszakats
Revision: 12602 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12602&view=rev Author: vszakats Date: 2009-09-22 16:52:31 + (Tue, 22 Sep 2009) Log Message: --- 2009-09-22 18:51 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg *

Re: [Harbour] MS SQL and ODBC.

2009-09-22 Thread Mindaugas Kavaliauskas
Hi, Horodyski Marek (PZUZ) wrote: I'm try to connect to MS SQL Serwer with code : > And app crash in dbusearea() with : oErr:severity_ 2 oErr:osCode___ 65527 oErr:subsystem()__SDDODBC oErr:subCode__ 1902 oErr:description__Invalid field type oErr:filename_ oE

Re: [Harbour] haiku fallout

2009-09-22 Thread Viktor Szakáts
Just some quick reaction, I have to go now. and HB_ETC_INSTALL or HB_CNF_INSTALL. What is the difference between ETC and CNF? If possible IMO we should not differentiate between types of config files. These are my propositions for our new envvar name. Chose one of them. Personally I preffer th

Re: [Harbour] SF.net SVN: harbour-project:[12601] trunk/harbour

2009-09-22 Thread Saulius Zrelskis
Hi, Now in previous sample dbDrop() returns .F. for Mem I/O. Is this expected? Best regards, Saulius ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] build 12599 and os/2

2009-09-22 Thread Maurilio Longo
I think, I'm still testing, that ARSTRIP has to start with an '&' which is command separator in OS/2. Maurilio. Maurilio Longo wrote: > Przemyslaw, > > Przemyslaw Czerpak wrote: >> What about removing ARSTRIP from create_library and using sth like: >> >>ifneq ($(filter $(HB_BUILD_STRIP),all

[Harbour] Possible OLE bug

2009-09-22 Thread Antonio Linares
Viktor, This code in olecore.c (hb_oleVariantToItem()) fails if the string has embedded zeroes, as hb_itemPutCPtr() uses strlen() to calculate the string length. case VT_BSTR: { char* szString = WideToAnsi( pVariant->n1.n2.n3.bstrVal ); hb_itemPutCPtr( pItem, szStrin

[Harbour] Error building last SVN

2009-09-22 Thread Francesco Saverio Giudice
Hi Viktor, I get this error building last SVN with mingw (msys + mingw on Vista) 2009-09-22 18:51 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) ! Building Harbour 2.0.0beta3 from source - http://www.harbour-project.org ! MAKE: make 3.81 /bin/sh clean install ! HB_USER_CFLAGS: -DHB_LEGACY_OFF -

Re: [Harbour] SF.net SVN: harbour-project:[12599] trunk/harbour

2009-09-22 Thread Lorenzo Fiorini
On Tue, Sep 22, 2009 at 1:27 PM, Przemyslaw Czerpak wrote: > I thought that ChangeLog entry is clear enough. > Have you used Harbour CDP with accented or multibyte characters? > If yes then you have to recreated all character indexes. Sorry but I have multi-millions records tables, I need to car

[Harbour] Which pelles c to use?

2009-09-22 Thread José Luis Capel
Hi, Which version of 32bits Pelles C can I use ? 5.xx 6.xx? Brgs, José Luis Capel ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] SF.net SVN: harbour-project:[12599] trunk/harbour

2009-09-22 Thread Przemyslaw Czerpak
On Tue, 22 Sep 2009, Lorenzo Fiorini wrote: > > I thought that ChangeLog entry is clear enough. > > Have you used Harbour CDP with accented or multibyte characters? > > If yes then you have to recreated all character indexes. > Sorry but I have multi-millions records tables, I need to carefully > p

Re: [Harbour] SF.net SVN: harbour-project:[12599] trunk/harbour

2009-09-22 Thread Lorenzo Fiorini
On Tue, Sep 22, 2009 at 9:27 PM, Przemyslaw Czerpak wrote: > Sorry it's terminology/translation problem, probably Phil Krylov is > the best person to define precis names but for sure not me not me. I guessed it, sorry if I was "pedantic" :) Using iso8859-15 terminology we call "accented" a char

[Harbour] SF.net SVN: harbour-project:[12603] trunk/harbour

2009-09-22 Thread vszakats
Revision: 12603 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12603&view=rev Author: vszakats Date: 2009-09-22 20:09:15 + (Tue, 22 Sep 2009) Log Message: --- 2009-09-22 22:05 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/global.mk ! Ty

Re: [Harbour] SF.net SVN: harbour-project:[12603] trunk/harbour

2009-09-22 Thread Francesco Saverio Giudice
Hi Viktor, Il 22/09/2009 22.09, vszak...@users.sourceforge.net ha scritto: Revision: 12603 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12603&view=rev Author: vszakats Date: 2009-09-22 20:09:15 + (Tue, 22 Sep 2009) Thank you. Best Regards, Francesco __

[Harbour] SF.net SVN: harbour-project:[12604] trunk/harbour

2009-09-22 Thread snaiperis
Revision: 12604 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12604&view=rev Author: snaiperis Date: 2009-09-22 21:11:13 + (Tue, 22 Sep 2009) Log Message: --- 2009-09-23 00:13 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * contrib/hbmemio

Re: [Harbour] SF.net SVN: harbour-project:[12601] trunk/harbour

2009-09-22 Thread Mindaugas Kavaliauskas
Saulius Zrelskis wrote: Now in previous sample dbDrop() returns .F. for Mem I/O. Is this expected? Hi, should be fixed now. Thank You. Regards, Mindaugas ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailma

Re: RE: [Harbour] "set deleted on"not workin anyore from last CVS

2009-09-22 Thread Przemyslaw Czerpak
On Mon, 21 Sep 2009, J. Lefebvre wrote: Hi, > Using an older ADSRDD do not solve the problem . seem to be higher in RDD > structure. >> Compiling the very last cvs version I discovered 'SET DELETED ON' do not >> work anymore (using ADSRDD). >> I see some modification around the 15-09-2009. >> A

[Harbour] Re: Possible OLE bug

2009-09-22 Thread Antonio Linares
Proposed change: case VT_BSTR: { char* szString = WideToAnsi( pVariant->n1.n2.n3.bstrVal ); hb_itemPutCLPtr( pItem, szString, WideCharToMultiByte( CP_ACP, 0, pVariant->n1.n2.n3.bstrVal, -1, NULL, 0, NULL, NULL ) ); break; } best regards Antonio 2009/

Re: [Harbour] Re: Possible OLE bug

2009-09-22 Thread Viktor Szakáts
To all: My dev PC (WinXP) died tonight, so don't expect frequent SVN updates until the situation gets resolved. I've also pulled Oracle access for the time being, pls tell if it's needed and I try to make it online. BTW, the patch looks wrong to me as WideToAnsi() isn't passed any length data,

Re: [Harbour] Re: Possible OLE bug

2009-09-22 Thread Przemyslaw Czerpak
On Wed, 23 Sep 2009, Szak�ts Viktor wrote: > To all: > My dev PC (WinXP) died tonight, so don't expect frequent > SVN updates until the situation gets resolved. Ups, hope you will resolve it soon. > BTW, the patch looks wrong to me as WideToAnsi() isn't > passed any length data, so the conversion

Re: [Harbour] SF.net SVN: harbour-project:[12601] trunk/harbour

2009-09-22 Thread Saulius Zrelskis
Hi, Mindaugai > should be fixed now. Thank You. Nooo, Thank You :) Excellent job ! Best regards, Saulius ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour