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 bkrike 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: *

  • Users: bio4ema
  • Content: Threads
  • Order by date
  1. bio4ema

    asynchronous waveOutWrite()

    hello. i'm looking for a way to use the waveOutWrite() function asynchronously. the problem is that after you call waveOutWrite() you need to use waveOutUnprepareHeader. i've tried the WHDR_DONE event and WAVERR_STILLPLAYING to determine whether waveOutWrite() has finshed playing before...
  2. bio4ema

    function that returns a handle to the main window

    hello. is there a (simple) function that returns a handle to the main window (of type HWND) of a c++/mfc program ? i tried using the Process.MainWindowHandle property and the IConsole2::GetMainWindow() method but couldn't quite get either of them to work... thanks, b.
  3. bio4ema

    VC++ 5.00 to VC 6.00

    hello. i've recently purchased 'a programmer's guide to sound' by tim kienzle which includes sample source code written in visual c++ 5.00. i'm using visual studio.net 2003 (visual c++ 6.00) and whenever i try to run the code, i get 'unresolved external' errors (LNK 2019 or LNK 2001). is this...

Part and Inventory Search

Back
Top