I have found the source for compress and decompress zip files
but i don't know how integrate into my fwppc program
please help me
Thanks,
Santo Venezia
I have found the source for compress and decompress zip files
but i don't know how integrate into my fwppc program
please help me
Thanks,
Santo Venezia
Antonio
i have the follow error message:
SA.obj : error LNK2001: unresolved external symbol HB_FUN_HB_ZIPFILE
SA.EXE : fatal error LNK1120: 1 unresolved externals
Thanks
Antonio
I have another error message:
hbmzip.lib(hbmzip.obj) : error LNK2019: unresolved external symbol hb_snprintf referenced in function HB_FUN_HB_UNZIPFILEINFO
SA.EXE : fatal error LNK1120: 1 unresolved externals
Thanks
#pragma BEGINDUMP
int hb_snprintf( char * buffer, int bufsize, char * format, ... )
{
snprintf( buffer, bufsize, format );
  return 0;
}
#pragma ENDDUMPVersanto,
Better, try to use this hbcommon.lib file:
Thanks antonio,
but the program now NOT START
why ?
thanks
Have you tried with the above C function instead of linking the lib ?
Please check if there is a log file
Better, try to use this hbcommon.lib file:
http://www.mediafire.com/?sharekey=414c ... cb2fc36a03
Antonio Linares wrote:Marek,
Please try this one:
http://code.google.com/p/fivewin-contributions/downloads/detail?name=hbzlib.lib&can=2&q=
Marek,
Were you finally able to zip and unzip files using FWPPC ? thanks