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 gkittelson 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. rickcheney

    Including mmsystem.h - ERRORS

    I am using C++ builder, but the class was not a form so VCL.h was not already included. It is now though, and it compiles! Thanks for your help!
  2. rickcheney

    Newb question about object and c ++ builder....

    It sounds like you've declare the variable 'myconst' as extern. If this is so, then before you use the variable in file.cpp you must also declare it there. e.g. In TForm1.h ============ extern int myconst = 10; In file.h or at the top of file.cpp ==================================== extern...
  3. rickcheney

    Including mmsystem.h - ERRORS

    Hello, I'm writing an app that uses the functions defined in mmsystem.h. At the moment its just a skeleton - a Form with a few controls on it but no code yet. I've started writing a new class CSoundDevice, which again only has a constructor with no code and its only include is mmsystem.h...

Part and Inventory Search

Back
Top