FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Buffer size GetPvProfString() profile.c
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Buffer size GetPvProfString() profile.c
Posted: Thu Apr 07, 2022 08:16 AM
Dear Antonio, can you increase the buffer size in GetPvProfString()?

Code (fw): Select all Collapse
#ifdef __HARBOUR__
   HB_FUNC( GETPVPROFSTRING )
#else
   HB_FUNC( GETPVPROFS )
#endif
{
   BYTE bBuffer[ 4096 ];


16384 would be great.

EMG
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Buffer size GetPvProfString() profile.c
Posted: Thu Apr 07, 2022 01:33 PM

Dear Enrico,

Already modified for next FWH version

Also modified in GETPROFSTRING()

many thanks

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: Buffer size GetPvProfString() profile.c
Posted: Thu Apr 07, 2022 01:48 PM

Great! Many many thanks! :-)

EMG

Continue the discussion