Re: [Cegcc-devel] CLSID's UUID's usage

2009-02-02 Thread Ryan Raasch
Ok. I am working on it. Kinda' new to configure and generated Makefiles. Should i alter the src/w32api/lib/directx/Makefile.in to work in the src/w32api/libce directory? Ryan Danny Backx wrote: > You did't include Makefile changes. What are they ? > > Danny > > On Thu, 2009-01-29 at 1

Re: [Cegcc-devel] CLSID's UUID's usage

2009-02-01 Thread Danny Backx
You did't include Makefile changes. What are they ? Danny On Thu, 2009-01-29 at 11:30 +0100, Ryan Raasch wrote: > The issue is the uuids under > > src/lib/directx > > ( many needed uuids are in src/lib/directx/strmiids.c ) > > are not compiled in when using the mingw32ce compiler. Ther

Re: [Cegcc-devel] CLSID's UUID's usage

2009-01-28 Thread Danny Backx
I've not needed this so I've never investigated. Can you by any chance submit a patch ? Danny On Tue, 2009-01-27 at 15:39 +0100, Ryan Raasch wrote: > Hello, > > I am trying to use the CLSID's located in the file > > src/w32api/lib/directx/strmiids.c > > Two issues. > > 1. There is not

[Cegcc-devel] CLSID's UUID's usage

2009-01-27 Thread Ryan Raasch
Hello, I am trying to use the CLSID's located in the file src/w32api/lib/directx/strmiids.c Two issues. 1. There is not a defining header for the CLSID's ( could use extern const's). 2. There are no symbols in the toolchain's import libraries or dlls to link to. Why is this file not compiled