Yes we can. (Sorry, couldn't resist.) I've copied a file I found on my PC to my PDA : rcp /usr/lib/thunderbird-2.0.0.19/res/samples/test.wav ipaq:/temp and compiled this trivial application #include <windows.h>
int APIENTRY WinMain(HINSTANCE a,HINSTANCE b,LPWSTR c,int d) { PlaySound(L"/temp/test.wav", NULL, SND_SYNC); } It worked. ("doink".) The compile was with arm-mingw32ce-gcc -o play.exe play.c Danny On Sun, 2009-02-08 at 08:58 +0100, Danny Backx wrote: > On Sat, 2009-02-07 at 22:06 -0600, Brad Riensche wrote: > > I agree, but then again, neither of those parties has any vested > > interest in my using cegcc. But we have digressed from my original > > question, which was: has any cegcc user successfully used the > > PlaySound() function. If the answer is yes, than I can go figure out > > what I'm doing wrong. If the answer is no, than I need to look for > > problems in cegcc as well as my own code. I am compiling cegcc from a > > recent copy of the svn tree, so I could try to hunt down a problem if it > > exists. However, I'd rather not go digging in the cegcc source until > > I'm _sure_ that my API call is right, initialization is right, etc. > > I didn't think about this before, apologies. > > I'm also working on RoadMap. There's a call to that function in the > sources I'm working on, but I've not tested it yet. I'm attaching the > source. A forked project has a similar source, I know they have that > stuff working but I don't know with which compiler(s). > > Danny > ------------------------------------------------------------------------------ > Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) > software. With Adobe AIR, Ajax developers can use existing skills and code to > build responsive, highly engaging applications that combine the power of local > resources and data with the reach of the web. Download the Adobe AIR SDK and > Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com > _______________________________________________ Cegcc-devel mailing list > Cegcc-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/cegcc-devel -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel