Well the program compiled in both Clipper and Harbour behaves differently on
the same machine, same environment, in this case, Vista 32-bit.  Hence an
incompatibility.

On Wed, Feb 3, 2010 at 7:53 PM, Xavi <[email protected]> wrote:

> smu,
>
>
>    set printer to
>>   ? set(24) // s/b "", but set to LPT1 again
>>
>
> Ok but it's also the default printer.
> Printer connected to port LPT1 in WoW and NTVDM DOS PC emulator under
> Windows.
>
> try .-
>
>
> FUNC MAIN()
>
>   ? set(24) // Clipper is "", Harbour is LPT1
>   set printer to ("junk.txt")
>   ? set(24) // junk.txt
>
>   set printer to
>   ? set(24) // s/b "", but set to LPT1 again
>
>   // set printer to LPT4
>   // set printer to
>   set printer on
>   ? "Printed on default printer."
>
>
> RETURN
>
> --
> Xavi
>
> El 03/02/2010 23:39, smu johnson escribió:
>
>> FUNC MAIN()
>>
>>   ? set(24) // Clipper is "", Harbour is LPT1
>>   set printer to ("junk.txt")
>>   ? set(24) // junk.txt
>>
>>   set printer to
>>   ? set(24) // s/b "", but set to LPT1 again
>>
>> RETURN
>>
>> --
>> smu johnson <[email protected] <mailto:[email protected]>>
>>
>>  _______________________________________________
> Harbour mailing list (attachment size limit: 40KB)
> [email protected]
> http://lists.harbour-project.org/mailman/listinfo/harbour
>



-- 
smu johnson <[email protected]>
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to