Compress/Decompress Tool for Dynamics NAV

AdministratorAdministrator Member, Moderator, Administrator Posts: 2,500
edited 2007-12-13 in Download section
Compress/Decompress Tool for Dynamics NAV
This compress/decompress tool for text files. All code written in C/AL.
The functions compress/decompress can be used with dataports, xmlports, etc...

http://www.mibuso.com/dlinfo.asp?FileID=925

Discuss this download here.

Comments

  • ajhvdbajhvdb Member Posts: 672
    Well done. I'm using zip automation, but will think about this when needed.
  • AdministratorAdministrator Member, Moderator, Administrator Posts: 2,500
    Compress/Decompress Tool for Dynamics NAV
    This compress/decompress tool for text files. All code written in C/AL.
    The functions compress/decompress can be used with dataports, xmlports, etc...

    Update:
    - Fixed problem with big vocabulary.
    - Fixed bug with end of the files.

    http://www.mibuso.com/dlinfo.asp?FileID=925

    Discuss this download here.
  • RomariORomariO Member Posts: 4
    I think that this version of packer has limit of incoming stream size - 214748 bytes.

    Because when I trying to compress a big file (64 104 995 bytes) I'm getting the NAV error "Overflow in calculation of 214749 * 10000."

    Debugger stops on line
    > Dlg.UPDATE(1,ROUND(i*10000/Total,1));
  • Yaroslav_GaponovYaroslav_Gaponov Member Posts: 158
    RomariO wrote:
    I think that this version of packer has limit of incoming stream size - 214748 bytes.

    Because when I trying to compress a big file (64 104 995 bytes) I'm getting the NAV error "Overflow in calculation of 214749 * 10000."

    Debugger stops on line
    > Dlg.UPDATE(1,ROUND(i*10000/Total,1));

    Hi,

    This fixed - just "i" must have type BigInteger)
  • AdministratorAdministrator Member, Moderator, Administrator Posts: 2,500
    Compress/Decompress Tool for Dynamics NAV
    This compress/decompress tool for text files. All code written in C/AL.
    The functions compress/decompress can be used with dataports, xmlports, etc...

    Update 13/12/2007:
    - Fixed some problems but not all.

    Update 11/12/2007:
    - Fixed problem with big vocabulary.
    - Fixed bug with end of the files

    http://www.mibuso.com/dlinfo.asp?FileID=925

    Discuss this download here.
Sign In or Register to comment.