Bugs item #1727054, was opened at 2007-05-28 18:43
Message generated for change (Comment added) made by pedroalves
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=865514&aid=1727054&group_id=173455
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: MinGW32CE (arm-wince-mingw32ce
Group: None
>Status: Pending
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Carsten S�rensen (surfsmurf)
>Assigned to: Pedro Alves (pedroalves)
Summary: waveOutGetDevCaps problem
Initial Comment:
Using mingw32ce-0.10.0.20070208-cygwin
There's a problem with waveOutGetDevCaps - mmsystem.h defines
waveOutGetDevCapsA and waveOutGetDevCapsW, but libcoredll.a exports only
waveOutGetDevCaps.
If I do
---
#undef waveOutGetDevCaps
extern "C" MMRESULT WINAPI waveOutGetDevCaps(UINT,LPWAVEOUTCAPSW,UINT);
---
in my source, waveOutGetDevCaps works.
Regards,
Carsten Sorensen
----------------------------------------------------------------------
>Comment By: Pedro Alves (pedroalves)
Date: 2007-05-28 23:19
Message:
Logged In: YES
user_id=1370634
Originator: NO
Hi Carsten,
Thanks for reporting.
It looks like there are other functions with the
same problem, so I fixed them too. Please could you
try the attached patch to mmsystem.h?
Cheers,
Pedro Alves
File Added: mmsystem.h.diff
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=865514&aid=1727054&group_id=173455
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel