Update of /cvsroot/pure-data/externals/k_cext In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3374
Modified Files: README Log Message: Updated FAQ and CHANGES (0.3.0->0.3.1)
Index: README =================================================================== RCS file: /cvsroot/pure-data/externals/k_cext/README,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** README 8 Jan 2004 14:55:24 -0000 1.1 --- README 9 Aug 2004 13:54:28 -0000 1.2 *************** *** 162,165 **** --- 162,169 ---- ". "'s at the beginning of lines before compiling the code.
+ strings - + It does not seem to be possible to write "'s anymore in PD. + The workaround is to define strings like this: s<thisisastring>s +
More macros are defined in the k_cext.h header file. *************** *** 184,187 **** --- 188,195 ---- external. So you have to make it yourself.
+ Q: k_func does not work with Visual C. + A: Visual C does not have a varargs macro. Send complains to Microsoft. + +
CHANGES *************** *** 189,197 **** -Works with VisualC. (0.3.0 didn't): -Workaround for missing variable number of argument macros in VisualC, (which is not a gcc ! extension, by the way, but a part of the iso99 c-standard). -Workaround for missing stdbool.h file in VisualC. (also a part of the iso99 c-standard) ! (code by Thomas Grill) -Workaround for missing static <something> <something>[] in VisualC. -Fixed a variable which was not defined at the beginning of the function. (Thomas Grill)
0.2.5 -> 0.3.0: --- 197,210 ---- -Works with VisualC. (0.3.0 didn't): -Workaround for missing variable number of argument macros in VisualC, (which is not a gcc ! extension, by the way, but a part of the iso99 c-standard). (Does not work) -Workaround for missing stdbool.h file in VisualC. (also a part of the iso99 c-standard) ! (Thomas Grill) -Workaround for missing static <something> <something>[] in VisualC. -Fixed a variable which was not defined at the beginning of the function. (Thomas Grill) + -Added macros to bang outlet and to access values (Tim Blechman) + -Support for $0 values. (Tim Blechmann) + -Some changes to k_cext to link with functions defined in k_cext, which wasn't possible + before. (for Windows). (Tim Blechmann) + -Added code to make it possible to use strings again. See help-strings.pd.
0.2.5 -> 0.3.0: