[PD-cvs] externals/grill/flext/tutorial/adv3 main.cpp,1.4,1.5

Thomas Grill xovo at users.sourceforge.net
Fri Sep 22 11:20:23 CEST 2006


Update of /cvsroot/pure-data/externals/grill/flext/tutorial/adv3
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3262/tutorial/adv3

Modified Files:
	main.cpp 
Log Message:
small fixes for tutorial examples
fixed help methods
fixed typos, dates, contact info
added typed flext::NewAligned


Index: main.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/tutorial/adv3/main.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** main.cpp	30 Jun 2003 02:33:10 -0000	1.4
--- main.cpp	22 Sep 2006 09:20:21 -0000	1.5
***************
*** 2,6 ****
  flext tutorial - advanced 3
  
! Copyright (c) 2002,2003 Thomas Grill (xovo at gmx.net)
  For information on usage and redistribution, and for a DISCLAIMER OF ALL
  WARRANTIES, see the file, "license.txt," in this distribution.  
--- 2,6 ----
  flext tutorial - advanced 3
  
! Copyright (c) 2002-2006 Thomas Grill (gr at grrrr.org)
  For information on usage and redistribution, and for a DISCLAIMER OF ALL
  WARRANTIES, see the file, "license.txt," in this distribution.  
***************
*** 31,36 ****
  
  // check for appropriate flext version
! #if !defined(FLEXT_VERSION) || (FLEXT_VERSION < 401)
! #error You need at least flext version 0.4.1
  #endif
  
--- 31,36 ----
  
  // check for appropriate flext version
! #if !defined(FLEXT_VERSION) || (FLEXT_VERSION < 501)
! #error You need at least flext version 0.5.1
  #endif
  
***************
*** 148,153 ****
  // instantiate the class (constructor has a variable argument list)
  // let "counter" be an alternative name
! // before the colon define the name of the path to the help file
! FLEXT_NEW_V("help, adv3 counter",adv3)
  
  
--- 148,153 ----
  // instantiate the class (constructor has a variable argument list)
  // let "counter" be an alternative name
! // after the colon define the path/name of the help file (a path has a trailing /, a file has not)
! FLEXT_NEW_V("adv3 counter,help/",adv3)
  
  





More information about the Pd-cvs mailing list