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

Forth Applets

From: Schmitt Louis Jean-Pierre <louis.schmitt_at_eif.ch>
Date: Wed, 30 Apr 2003 09:21:02 +0200

Minimal applications

There is another way to obtain minimal applications.

Step 1: To shift the pointer of dictionary to the top (Pointer = Pointer +
1 Mo)
Step 2: To create a heading of applet (256 bytes) at this new address
Step 3: To compile the application following this heading
Step 4: To put the entrance point in the heading
Step 5: To safeguard on the hard disk
Step 6: To make an extension of the word Interpret to load and execut the
applications.

For exemple the name of an application
C:\EASY-WINDOW\WMS\SetingRs232(1534F23B9D5).WMS

The size of this application is 9KO. You can be used it in any other in
precompiled form.

Exemple For Use

S" SetingRs232(1534F23B9D5)" SetWindowCommand

Exemple for use in an Switch

[SWITCH EASYWINDOW-COMMANDS DEFWINPROC ( Wincode --- res )

 MI_CREATEVEC RUN: S" ChoixDirectory(1564D183FE5)" SetWindowCommand 0 ;
 MI_COMPILVEC RUN: S" ChoixVecteurPourCompiler(125B21F86E5)"
SetWindowCommand 0 ;
 MI_EDITVEC RUN: S" EditVecteur(167B628C355)" SetWindowCommand 0 ;
 MI_CREATECOMP RUN: S" ChoixDirectory(1564D183FE5)" SetWindowCommand 0 ;
 MI_EDITCOMP RUN: S" EditerUnComposant(231E9E084)" SetWindowCommand 0 ;

ETC....

It is not necessary that the built applications in this ways are on
the local disc, One can carry out them starting from a server. The loader
contain an
find algorithme.

The search order is given of an resource list

Y have developped all this.
You can have the sources files for 0,000 Euros

Louis Jean-Pierre SCHMITT

----------------------------------------------------------------------
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 Wed Apr 30 2003 - 00:25:57 PDT

This archive was generated by hypermail 2.2.0 : Wed Jan 07 2009 - 03:04:08 PST