[PD-cvs] externals/grill/flext flext.vcproj, 1.44, 1.45 notes.txt, 1.7, 1.8

Thomas Grill xovo at users.sourceforge.net
Mon Apr 25 14:50:37 CEST 2005


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

Modified Files:
	flext.vcproj notes.txt 
Log Message:
small fixes
fixes for MSVC6


Index: notes.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/notes.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** notes.txt	12 Mar 2005 04:56:31 -0000	1.7
--- notes.txt	25 Apr 2005 12:50:35 -0000	1.8
***************
*** 25,29 ****
  
  KNOWN BUGS:
! - can't use MFC libraries because of global new and delete overloadings
  
  - MaxMSP Mach-O DSP externals cannot be the first externals loaded (e.g. in Max Runtime)
--- 25,31 ----
  
  KNOWN BUGS:
! - 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)

Index: flext.vcproj
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/flext.vcproj,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** flext.vcproj	18 Apr 2005 22:05:51 -0000	1.44
--- flext.vcproj	25 Apr 2005 12:50:35 -0000	1.45
***************
*** 3179,3182 ****
--- 3179,3185 ----
  			</File>
  			<File
+ 				RelativePath=".\source\flmap.cpp">
+ 			</File>
+ 			<File
  				RelativePath=".\source\flmap.h">
  			</File>





More information about the Pd-cvs mailing list