aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/tutorial/adv3
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-06-30 02:33:10 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-06-30 02:33:10 +0000
commit86bdc7d828f8df51a072da396217ce6c38b7034a (patch)
tree4c5bbfeadd75ba0821c54d02f6103e74811e7b3a /externals/grill/flext/tutorial/adv3
parentd5c52075e76d9eb3a373b6367f59d457ee9e7c71 (diff)
""
svn path=/trunk/; revision=739
Diffstat (limited to 'externals/grill/flext/tutorial/adv3')
-rw-r--r--externals/grill/flext/tutorial/adv3/main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/externals/grill/flext/tutorial/adv3/main.cpp b/externals/grill/flext/tutorial/adv3/main.cpp
index 608897e6..ae557e26 100644
--- a/externals/grill/flext/tutorial/adv3/main.cpp
+++ b/externals/grill/flext/tutorial/adv3/main.cpp
@@ -16,7 +16,7 @@ flext doesn't support default arguments, hence a message "bound 1" will translat
This can be easily circumvented by using a method digesting a variable argument list, but
was omitted for the sake of clearness.
-Apart from that you'll notice several differences:
+Apart from that you'll notice several differences to the original C object:
- with flext, callbacks have to be declared for all registered methods
- Flext allows the full usage of integer types
- there are no real "passive" methods with flext.
@@ -24,7 +24,6 @@ Apart from that you'll notice several differences:
- Help symbols can't be defined that freely. This is because in Max/MSP help files always
have the name of the object with a suffix .help appended.
However with flext, a path to the respective help file may be specified
-
*/
// include flext header