0

In a powerbuilder 12.5 I need to generate a zip file to send by email.

Aragorn
  • 843
  • 12
  • 25

2 Answers2

4

Roland Smith from Topwiz Software has published a zlib PB wrapper that consists of a dll and a PB object on top of it.

In the case where you would need to gzip streams, I have extended R. Smith component as n_zlib.

Seki
  • 11,135
  • 7
  • 46
  • 70
3

There is an interesting new project on codeplex called PbTools. I've not tried it but one of the listed features is

This application can make zip and then copy zip files.

It has a CDDL license and it says it supports Powerbuilder 5-12.5.

Colin Pickard
  • 45,724
  • 13
  • 98
  • 148