>-----Original Message-----
>From: Przemyslaw Czerpak [mailto:dru...@acn.waw.pl] 
>Sent: Thursday, September 17, 2009 1:53 PM
>To: Harbour Project Main Developer List.
>Subject: Re: [Harbour] Ppo files
>
>On Thu, 17 Sep 2009, Horodyski Marek (PZUZ) wrote:
>> Please test the /p option in Harbour. 
>> Very often the resulting file is incomplete.
>
>I haven't heard about such situation and I quite often use /p.
>Can you present any example?
>
>best regards,
>Przemek

Yes.
Pls test with include in body function.
For example test.prg :

Proc main()
#include 'inkey.ch'

Cls
@ 12, 10 say 'cos tam'

Inkey( 0)
Return

After harbour test.prg /p, in test.ppo is only :

Proc main()

Its all.

Regards,
Marek Horodyski
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to