heiko wrote: > It should be > MMRESULT WINAPI waveOutOpen > (LPHWAVEOUT,UINT,LPCWAVEFORMATEX,PDWORD,PDWORD,DWORD);
No it shouldn't. DWORD_PTR != PDWORD. This is what I see in documentation: MMRESULT WINAPI waveOutOpen(LPHWAVEOUT,UINT_PTR,LPWAVEFORMATEX,DWORD_PTR,DWORD_PTR,DWORD); the DWORD_PTR and UNIT_PTR are new typedefs for win64-win32 compatability Danny Danny http://careers.yahoo.com.au - Yahoo! Careers - 1,000's of jobs waiting online for you! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/