From 86bdc7d828f8df51a072da396217ce6c38b7034a Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Mon, 30 Jun 2003 02:33:10 +0000 Subject: "" svn path=/trunk/; revision=739 --- externals/grill/flext/tutorial/adv3/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'externals/grill/flext/tutorial/adv3') 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 -- cgit v1.2.1