lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Lorenzo Donati wrote:
> On 06/09/2016 20:39, Valentin wrote:
> [snip]
> 
>>
>> Concerning MinGW/gcc support: from what I found on the web supporting
>> DirectShow via MinGW/gcc is pretty tough. I couldn't find any project
>> that actually does this. Qt4's phonon uses directshow for media support
>> on windows (code found in /src/3rdparty/phonon/ds9), but I found posts
>> that claimed that this can't be compiled with MinGW on windows.
>>
> 
> Have you ever tried TDM-GCC [1]. It's a standalone windows port of GCC 
> toolchain without the need of using MinGW and producing executable that 
> are linked to native MS DLLs/libraries.

Yes, I actually did. But unfortunately also TDM-GCC has no DirectShow
support, it only comes with customized versions of the basic winapi
includes. And combining those with the directshow related includes from
an official Win SDK (like Win SDK v7.1 which I use for the directshow
code) doesn't work, it produces tons of errors...

But thanks for the suggestion!

> BTW, nice and interesting project. Welcome on Lua mailing list!

Thank you! ;)

Valentin