compress and decompress zip files
compress and decompress zip files
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
but i don't know how integrate into my fwppc program
please help me
Thanks,
Santo Venezia
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: compress and decompress zip files
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
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 Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: compress and decompress zip files
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
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
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: compress and decompress zip files
Versanto,
Please add this code to your main PRG:
Please add this code to your main PRG:
Code: Select all
#pragma BEGINDUMP
int hb_snprintf( char * buffer, int bufsize, char * format, ... )
{
snprintf( buffer, bufsize, format );
return 0;
}
#pragma ENDDUMP
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: compress and decompress zip files
Versanto,
Better, try to use this hbcommon.lib file:
http://www.mediafire.com/?sharekey=414c ... cb2fc36a03
Better, try to use this hbcommon.lib file:
http://www.mediafire.com/?sharekey=414c ... cb2fc36a03
Re: compress and decompress zip files
Thanks antonio,
but the program now NOT START
why ?
thanks
but the program now NOT START
why ?
thanks
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: compress and decompress zip files
Have you tried with the above C function instead of linking the lib ?
Please check if there is a log file
Please check if there is a log file
Re: compress and decompress zip files
Where can i find this lib? The link above is broken.Better, try to use this hbcommon.lib file:
http://www.mediafire.com/?sharekey=414c ... cb2fc36a03
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: compress and decompress zip files
Thanks, but i think that i need some a one another library - hbmzip.libAntonio Linares wrote:Marek,
Please try this one:
http://code.google.com/p/fivewin-contri ... b&can=2&q=
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: compress and decompress zip files
Marek,
Were you finally able to zip and unzip files using FWPPC ? thanks
Were you finally able to zip and unzip files using FWPPC ? thanks