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 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. Therefore, none 
>> of the direct* uuids can be used.
>>
>> One patch is a copy of the file
>>
>> src/lib/directx/strmiids.c TO  src/libce/directx/strmiids.c.
>>
>> The other patch makes the uuids contained in strmidds.c extern so the 
>> executables can link.
>>
>>
>> NOTE:
>>      I dumped some library files from CE (strmiids.lib), and there are a few 
>> more/less iids and clsids than supported in CE ( i presume based on the 
>> platform ).
>>
>> Ryan
>>
>>
>> Danny Backx wrote:
>>> 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 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?
>>>>
>>>>
>>>> Example : CLSID_FilterGraph
>>>>
>>>> Thanks,
>>>> Ryan
>>>>
>>>> ------------------------------------------------------------------------------
>>>> This SF.net email is sponsored by:
>>>> SourcForge Community
>>>> SourceForge wants to tell your story.
>>>> http://p.sf.net/sfu/sf-spreadtheword
>>>> _______________________________________________
>>>> Cegcc-devel mailing list
>>>> Cegcc-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/cegcc-devel
>>>>
>> ------------------------------------------------------------------------------
>> This SF.net email is sponsored by:
>> SourcForge Community
>> SourceForge wants to tell your story.
>> http://p.sf.net/sfu/sf-spreadtheword
>> _______________________________________________ Cegcc-devel mailing list 
>> Cegcc-devel@lists.sourceforge.net 
>> https://lists.sourceforge.net/lists/listinfo/cegcc-devel

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to