Bugs item #1727054, was opened at 2007-05-28 20:43
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Carsten S�rensen (surfsmurf)
Assigned to: Nobody/Anonymous (nobody)
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

----------------------------------------------------------------------

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

Reply via email to