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 strongm 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. iasonus

    VC++ vs. Turbo Compilers

    Hi I'm learning C++ from this old book (1998), that was aimed at Turbo users, but it's just basic C++ functions and syntax based on the ANSII standard, working mostly with IOSTREAM. I writing the exercises then compling them with VC++. It works fine, except, I can't initialise variables inside...
  2. iasonus

    New to VC++. Using MFC based apps.

    So, it's as easy as using the static libary? Ok! thanks!
  3. iasonus

    New to VC++. Using MFC based apps.

    Hi If I make an app using MFC, then it will only run on computers that have the MFC library. Therefore, I need to make sure that the files used by the library ship with the project. How do I know beforehand what files to include with my project? What's the standard way of approaching this...
  4. iasonus

    New to C++ ...need help

    Hi I redid the whole project and it worked just fine. So hard to spot the bugs / typos. Thanks all for the help.
  5. iasonus

    New to C++ ...need help

    I´keep getting these errors: error C2065: 'PlaySound' : undeclared identifier error C2065: 'SND_ASYNC' : undeclared identifier
  6. iasonus

    New to C++ ...need help

    Yup. I added it as a module in the Project settings box.
  7. iasonus

    New to C++ ...need help

    Thanks. I got the documentation on PlaySound() and sndPlaySound(), but whatever I try, it won't compile, and I get this message "Cannot open precompiled header file".
  8. iasonus

    New to C++ ...need help

    Hi Thanks Zech. I'm new to C++, but I read somewhere that is was easier to do with: sndPlaySound() Can you show me a method using this, and tell me what stuff to #include? Many thanks Jason
  9. iasonus

    New to C++ ...need help

    Hi Very simple one this. I'm using VC++ 6.0, with MFC. JUst need to know the easiest play to get a .wav to play. Many thanks jason

Part and Inventory Search

Back
Top