programming tools for Windows applications development
  Home  |   SwiftForth Archive  |   SwiftX Archive  |

Re: Help for graphic ... errata

From: Charles Melice <mail_at_forthcad.com>
Date: Wed, 21 Nov 2001 19:15:19 +0100

Jean-Pierre,

Please replace DRAW with the next definition:

: DRAW ( x0 y0 x1 y1 -- )
    2SWAP (sfhdc) -ROT 0 MoveToEx DROP
    ( x1 y1) (sfhdc) -ROT LineTo DROP ;

Charles

----- Original Message -----
From: "Schmitt Louis Jean-Pierre" <louis.schmitt_at_eif.ch>
To: <sftalk_at_forth.com>
Sent: Wednesday, November 21, 2001 2:05 PM
Subject: [sftalk] Help for graphic application with swiftforth

----------------------------------------------------------------------
sftalk_at_forth.com The SwiftForth programming discussion email list
To unsubscribe, send subject "unsubscribe sftalk" to listar_at_forth.com
For help with listar commands, send subject "help" to listar_at_forth.com
Archives are located at http://www.forth.com/sftalk -- check them out!
Search the archives! Visit http://www.forth.com/search for details.
Received on Wed Nov 21 2001 - 10:10:42 PST

This archive was generated by hypermail 2.2.0 : Fri Nov 21 2008 - 03:04:20 PST