Login  
Search All Forums
Dart Home | PowerTCP Zip Compression for Active | Custom Development Reply | PowerTCP Zip Compression for ActiveX Topics | Forums   
AuthorForum: PowerTCP Zip Compression for ActiveX
Topic: 'Zip On Stream' is Not Work. (dartzip_1.9.1.0)
Han JinWoo

From: Seoul, AL Republic of Congo
Posts: 1
Member Since: 08/25/10
posted August 25, 2010 1:23 AM

dartzip_1.9.1.0 is not work.
dartzip_1.8.8.0 is work.

Private Sub Command1_Click()

  Dim oZip As New DartZip.Zip
  Dim sIn As New DartSock.DartStream
  Dim sOut As New DartSock.DartStream
  
  
    
  Call sIn.Write("ABC") 'Work
  
  Call oZip.FileStore.Add(sIn)
  
  Call oZip.FileStore.Zip(sOut)  'NotWork
    
  MsgBox (sOut.Size) 'Size is 0 !!!
End Sub
Nick B (Admin)

From: Utica, NY USA
Posts: 619
Member Since: 05/25/10

Extra Support Options
Custom Application Development

posted August 25, 2010 4:27 PM

Hello,

This has been entered as TTWeb Issue #5340, and we are currently working to resolve it. Please contact sales@dart.com for information and updates regarding its status.
Reply | PowerTCP Zip Compression for ActiveX Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX