Hi Olaf, it seems i haven't compiled with MSVC6 for some time. It has a rather old-fashioned STL implementation, but i introduces a workaround. Please find the attached file (which will be in CVS by tomorrow). Max compilation (for threaded flext versions) with MSVC6 suffers from the fact that the compiler provides rather old Windows SDK headers - it might not work. There's also another more subtle problem... here with MSVC6, math.h wants to be included with C++ linkage, therefore it has to be included before the "extern "C"" section in flstdc.h, which can easily be done.
best greetings, Thomas
----- Original Message ----- From: "Olaf Matthes" olaf.matthes@gmx.de To: "Thomas Grill" gr@grrrr.org Cc: "smoerk" smoerk@gmx.de; "pd" pd-list@iem.kug.ac.at Sent: Monday, August 09, 2004 12:41 PM Subject: *** GMX Spamverdacht *** Re: [PD] readanysf~ windows
Thomas Grill wrote:
Hi Olaf, since i often compile flext a few times a day i'm very much wondering
about
the source of this error. Which compiler, version etc. are you using?
MSVC++ 6.0, pd 0.37-3, flext 0.4.6 (just downloaded from your site again). Tried both Flext for Pd and Max/MSP...
Olaf