Buffer size GetPvProfString() profile.c

Post Reply
User avatar
Enrico Maria Giordano
Posts: 8767
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Has thanked: 1 time
Been thanked: 5 times
Contact:

Buffer size GetPvProfString() profile.c

Post 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
User avatar
Antonio Linares
Site Admin
Posts: 42599
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 41 times
Been thanked: 88 times
Contact:

Re: Buffer size GetPvProfString() profile.c

Post by Antonio Linares »

Dear Enrico,

Already modified for next FWH version

Also modified in GETPROFSTRING()

many thanks
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply