Enrico,

Could you please run this snippet in tests directory (we have the same
test.dbf):

#include "simpleio.ch"

PROCEDURE MAIN()

   LOCAL my7z

   WITH OBJECT my7z := T7Zip():New()
      :cArcName := "test.7z"
      :aFiles   := { "test.dbf" }
      ? :Create()
      ? :cCommand
   END

   RETURN

And please let me see what the program print in screen.

Andi


------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to