aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/notes.txt
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-04-25 12:50:35 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-04-25 12:50:35 +0000
commite2e771a22a3fd072b16409932e339ad52b040a91 (patch)
tree1e70c160f99df157d19ed5fd3ebb875567c69892 /externals/grill/flext/notes.txt
parent6a08f42af3f1c3584882081936ca18c39693d8a1 (diff)
small fixes
fixes for MSVC6 svn path=/trunk/; revision=2813
Diffstat (limited to 'externals/grill/flext/notes.txt')
-rw-r--r--externals/grill/flext/notes.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/externals/grill/flext/notes.txt b/externals/grill/flext/notes.txt
index aed2641b..d5669606 100644
--- a/externals/grill/flext/notes.txt
+++ b/externals/grill/flext/notes.txt
@@ -24,7 +24,9 @@ Porting to new compilers/platforms:
----------------------------------------------------------------------------
KNOWN BUGS:
-- can't use MFC libraries because of global new and delete overloadings
+- Some few external libraries have troubles with flext's global new and delete overloadings.
+ In these cases one can switch back to the C library memory operators by defining the FLEXT_NOGLOBALNEW macro before
+ inclusion of the flext.h header file (e.g. as a -D compiler option)
- MaxMSP Mach-O DSP externals cannot be the first externals loaded (e.g. in Max Runtime)
there must be a CFM signal external loaded beforehand!!! (Max will crash otherwise)