Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. gennaropirozzi

    compiler error

    Hello. sfm.QueryStaticSampleMemorySize(max, avail); // cout<<std::setiosflags(ios::fixed)<<std::setprecision(1) cout<<ios::std::setiosflags(ios::fixed)<<ios::std::setprecision(1) dont'works!!!!! The compiler error is: Error: sf2load.cpp(455,25):Qualifier 'std' is not a class...
  2. gennaropirozzi

    compiler error

    Thanks you. with map<string,int,less<string> > m_optionMap; // >space> the problem go away. I now have only 2 errors in this section: int max, avail; sfm.QueryStaticSampleMemorySize(max, avail); cout<<std::setiosflags(ios::fixed)<<std::setprecision(1) <<"Available...
  3. gennaropirozzi

    compiler error

    I am using c++ borland 5.0. The software is for borland c++ 4.5. I now go to change compiler down to 4.5. Can be this my problem? Thanks you for support.
  4. gennaropirozzi

    compiler error

    hello, in this code: /* This file is a part of the OSC Library (Open Sound Code). Visit the OSC website at http://www.pvv.org/~thammer/HammerSound/osc/ for the complete OSC library, the latest update, documentation, user forum, etc. Allthough the source code to the OSC Library is...

Part and Inventory Search

Back
Top