Re: [Cegcc-devel] [PATCH] winbase device manager funcs.

2009-01-29 Thread Ryan Raasch
Great! Danny Backx wrote: > I've added one definition (EnumDevices) and committed. > Thanks ! > > Danny > > On Tue, 2009-01-27 at 12:02 +0100, Ryan Raasch wrote: >> Hello, >> >> This is a patch including the function to iterate through the system >> devices based on >> >> http://msdn.micr

[Cegcc-devel] error: cannot find ltdl.h - when compile the cacao JVM

2009-01-29 Thread 杨永志
Hey, When i use cegcc to compile the cacao JVM for wince, i got the error: "cannot find ltdl.h" I build the cegcc in Fedora 7 with source from SVN (in Jan, 2009) and by the script cegcc/src/build-cegcc.sh Then i build the GNU Classpath (0.97.2) with AR=arm-cegcc-ar AS=arm-cegcc-as CXX=arm-cegc

[Cegcc-devel] using PlaySound() with cegcc

2009-01-29 Thread Brad Riensche
Has anyone used the PlaySound API call with cegcc? I can't make it work, but I have limited debugging capability at the moment. It would be nice to rule out ordinal mis-matches, etc. -- This SF.net email is sponsored by

[Cegcc-devel] using PlaySound() with cegcc

2009-01-29 Thread Brad Riensche
Has anyone used the PlaySound API call with cegcc? I can't make it work, but I have limited debugging capability at the moment. It would be nice to rule out ordinal mis-matches, etc. -- This SF.net email is sponsored by

Re: [Cegcc-devel] error: cannot find ltdl.h - when compile the cacao JVM

2009-01-29 Thread Danny Backx
That's probably because the contents of ltdl.h is not supported on Windows CE : /* ltdl.h -- generic dlopen functions CE has another API than unix/linux/.. for this kind of stuff, see e.g. the LoadLibrary function. Danny On Thu, 2009-01-29 at 23:23 +0800, 杨永志 wrote: > Hey, > > When i u