@@ -1,5 +1,4 @@
PROGRAM AslTest;
-{$mode objfpc}
uses Exec, Utility, Asl, msgbox, systemvartags;
@@ -49,7 +48,10 @@ END.
{
$Log$
- Revision 1.2 2002-11-28 19:40:45 nils
+ Revision 1.3 2003-01-19 14:57:12 nils
+ * removed mode objfpc
+
+ Revision 1.2 2002/11/28 19:40:45 nils
* update
}
@@ -1,6 +1,5 @@
Program Bezier;
This program draws Bezier curves using the degree elevation
@@ -262,9 +261,12 @@ end.
-
@@ -1,5 +1,5 @@
{ This program draws Bezier curves in the slow, simple, recursive
way. When it first runs, you enter points in the window by
@@ -282,9 +282,12 @@ end.
- Revision 1.1 2002-11-28 19:42:26 nils
+ Revision 1.2 2003-01-19 14:57:12 nils
+ Revision 1.1 2002/11/28 19:42:26 nils
* initial release
PROGRAM DirDemo;
How you can use unit linklist.
@@ -106,7 +105,10 @@ END.
PROGRAM EasyGadtools;
This is just a test on how to make a unit EasyGadtools.
@@ -180,7 +179,10 @@ END.
Program GadtoolsMenu;
{* gadtoolsmenu.p
** Example showing the basic usage of the menu system with a window.
@@ -169,7 +168,10 @@ end.
PROGRAM ImageGadget;
An example on how to use GadTools gadgets,
@@ -409,7 +408,10 @@ END.
Program Moire;
Will now open a default screen (can be any size) with
the new look. The window get it's size depending on
@@ -127,9 +127,12 @@ end.
Program PenShare;
{ Dieses Programm demonstriert die ObtainPen Funktion der graphics.lib V39+
@@ -107,7 +107,10 @@ end.
- Revision 1.1 2002-11-28 19:42:27 nils
+ Revision 1.1 2002/11/28 19:42:27 nils
Program Snowflake;
{ This program draws a fractal snowflake pattern. I think I got it out
of some magazine years ago. It was written, as I remember it, for the
PC in BASIC, which I converted to AmigaBASIC. I have long since
@@ -39,7 +39,6 @@ PROGRAM SortDemo;
uses Exec, Intuition, Graphics, Utility, GadTools, msgbox,systemvartags;
CONST
@@ -640,7 +639,10 @@ end.
PROGRAM Sterne;
uses Exec, Graphics, Intuition, Utility, systemvartags;
@@ -151,7 +151,10 @@ END.
@@ -1,7 +1,5 @@
PROGRAM Talk2Boopsi;
{ This example creates a Boopsi prop gadget and integer string gadget, connecting them
so they }
{ update each other when the user changes their value. The example program only
@@ -148,7 +146,10 @@ END.