![]() |
||
| Home | SwiftForth Archive | SwiftX Archive | |

I want to use type and . to output debug information from a windows
application in development. Ie switch between output to my window
and output to the console window.
For example:
: TL_LButtonDown
( switch to console output )
lParam lohi ." Hi:" . ." Lo:" . Cr
( switch back to windows output )
0 ;
[+Switch TL_Message_Handler ( -- res )
WM_LBUTTONDOWN Runs TL_LButtonDown
Switch]
I am sure I knew how to do this before, but I can't find the
information ANYWHERE. :-(
Can somebody help me please?
Morten A. Steien
BMC
----------------------------------------------------------------------
sftalk_at_forth.com The SwiftForth programming discussion email list
To unsubscribe, send subject "unsubscribe" to sftalk-request_at_forth.com
For list command help, send subject "help" to sftalk-request_at_forth.com
Message archives are located at http://www.forth.com/archive/sftalk
----------------------------------------------------------------------
This list is a forum for SwiftForth users. For product support and bug
reports, please send email to support_at_forth.com
----------------------------------------------------------------------
Received on Thu Jul 24 2003 - 03:45:28 PDT
This archive was generated by hypermail 2.2.0 : Wed Jan 07 2009 - 03:04:09 PST