Revision: 4517
          http://pd-gem.svn.sourceforge.net/pd-gem/?rev=4517&view=rev
Author:   eighthave
Date:     2012-02-05 00:16:42 +0000 (Sun, 05 Feb 2012)
Log Message:
-----------
comment out printf() and std::cout statements since they seem to be fed to the 
Tcl interpreter on Mac OS X

Modified Paths:
--------------
    trunk/Gem/extra/pix_fiducialtrack/libfidtrack_fidtrackX.cpp
    trunk/Gem/src/Pixes/pix_freeframe.cpp

Modified: trunk/Gem/extra/pix_fiducialtrack/libfidtrack_fidtrackX.cpp
===================================================================
--- trunk/Gem/extra/pix_fiducialtrack/libfidtrack_fidtrackX.cpp 2011-08-28 
15:08:14 UTC (rev 4516)
+++ trunk/Gem/extra/pix_fiducialtrack/libfidtrack_fidtrackX.cpp 2012-02-05 
00:16:42 UTC (rev 4517)
@@ -211,7 +211,7 @@
     int i;
     FidSegRegion *adjacent;
 
-    printf( "(%d", r->depth );
+    // printf( "(%d", r->depth );
     if( r->adjacent_region_count != 1 ){
         
         for( i=0; i < r->adjacent_region_count; ++i ){
@@ -224,7 +224,7 @@
         }
     }
 
-    printf( ")" );
+    //printf( ")" );
 }
 
 

Modified: trunk/Gem/src/Pixes/pix_freeframe.cpp
===================================================================
--- trunk/Gem/src/Pixes/pix_freeframe.cpp       2011-08-28 15:08:14 UTC (rev 
4516)
+++ trunk/Gem/src/Pixes/pix_freeframe.cpp       2012-02-05 00:16:42 UTC (rev 
4517)
@@ -386,7 +386,7 @@
   bool getInfo_(void) {
     FFMixed result=callGlobal(FF_GETINFO);
     if(FF_FAIL==result.UIntValue) {
-      std::cout << "getInfo failed" << std::endl;
+        //std::cout << "getInfo failed" << std::endl;
       return false;
     }
     
PluginInfoStruct*pis=reinterpret_cast<PluginInfoStruct*>(result.PointerValue);
@@ -397,7 +397,7 @@
     m_id = nchar2str(pis->PluginUniqueID, 4);
     m_type = pis->PluginType;
 
-    std::cout << "FF-API: 
"<<pis->APIMajorVersion<<"."<<pis->APIMinorVersion<<std::endl;
+    //std::cout << "FF-API: 
"<<pis->APIMajorVersion<<"."<<pis->APIMinorVersion<<std::endl;
 
     return true;
   }
@@ -556,7 +556,7 @@
       default:
         val = def.FloatValue;
       }
-      std::cout << "param#"<<i<<": "<<name<<std::endl;
+      //std::cout << "param#"<<i<<": "<<name<<std::endl;
       m_parameterNames.push_back(name);
       m_parameter.set(name, val);
     }

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
pd-gem-CVS mailing list
pd-gem-CVS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pd-gem-cvs

Reply via email to