>-----Original Message-----
>From: Massimo Belgrano [mailto:mbelgr...@deltain.it] 
>Sent: Sunday, November 29, 2009 7:14 PM
>To: Harbour Project Main Developer List.
>Subject: Re: [Harbour] hbvpdf
>
>I have made this routine that is able to convert one or more 
>file asci in txt txt2pdf I hope that maj be usefull for learn 
>http://libharu.sourceforge.net/
>
>compile using hbhpdf.hbc
>/*
>read info abour hbharu at 
>http://libharu.org/wiki/Documentation/API/Graphics
> */
>
>
>
>-------------txt2pdf.prg
>#include "harupdf.ch"
>
>//---------------------------------------------------------------------
-//
>
>Function Main( cFileToRead, cFileToSave )
>  if empty( cFiletoRead )
>     cFiletoRead:= "txt2pdf.prg"
>  endif
>
>  if empty( cFileToSave )
>     cFileToSave := "txt2pdf.pdf"
>  endif
>  HANDLE := fcreate("read.max")

Where is HANDLE defined ?

Regards,
Marek Horodyski
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to