Hi ¡ Kjetil Svalastog Matheussen
[ nice pd_external = k_cext v0.3.1 ]
will be nice to get the k_cext.dll
did you get compiled in W32 DLL
gracias
Ivan_VJ
From: Kjetil Svalastog Matheussen k.s.matheussen@notam02.no Reply-To: pd-list@iem.kug.ac.at To: pd-announce@iem.at Subject: [PD-announce] k_cext v0.3.1 Date: Mon, 9 Aug 2004 17:00:25 +0200 (CEST)
http://www.notam02.no/arkiv/src/pd/
The k_cext PD external makes you able to program the programming language "C" directly within the PD objects.
+-------------------------------------------------------+ | Which means: You don't need an external text-editor. | +-------------------------------------------------------+
0.3.0 -> 0.3.1:
-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. -Fixed horrible bug that sometime caused FLOAT k_cfuncs to crash PD.
--
PD-announce mailing list PD-announce@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-announce
Dale rienda suelta a tu tiempo libre. Encuentra mil ideas para exprimir tu ocio con MSN Entretenimiento. http://entretenimiento.msn.es/
will be nice to get the k_cext.dll
did you get compiled in W32 DLL
i don't think that anyone would be able to use a precompiled dll, since you need vc installed and k_cext configured to your machine ...
cheers... tim
did you get compiled in W32 DLL
i don't think that anyone would be able to use a precompiled dll, since you need vc installed and k_cext configured to your machine ...
Would it be possible to make the configuration editable in PD, or must it be hardwired? (compiler paths for example - no time to look into it myself....)
best greetings, Thomas
Would it be possible to make the configuration editable in PD, or must it be hardwired? (compiler paths for example - no time to look into it myself....)
it _should_ be possible, but on the other hand a patch written on linux won't be portable to windows ... iirc, the compile string is the only instance where the path is set at compile time ...
cheers... tim