Page 1 of 1

Buffer size GetPvProfString() profile.c

Posted: Thu Apr 07, 2022 8:16 am
by Enrico Maria Giordano
Dear Antonio, can you increase the buffer size in GetPvProfString()?

Code: Select all | Expand

#ifdef __HARBOUR__
   HB_FUNC( GETPVPROFSTRING )
#else
   HB_FUNC( GETPVPROFS )
#endif
{
   BYTE bBuffer[ 4096 ];


16384 would be great.

EMG

Re: Buffer size GetPvProfString() profile.c

Posted: Thu Apr 07, 2022 1:33 pm
by Antonio Linares
Dear Enrico,

Already modified for next FWH version

Also modified in GETPROFSTRING()

many thanks

Re: Buffer size GetPvProfString() profile.c

Posted: Thu Apr 07, 2022 1:48 pm
by Enrico Maria Giordano
Great! Many many thanks! :-)

EMG