Re: [Mingw-w64-public] WinRT headers

2017-01-07 Thread LRN
On 07.01.2017 20:13, LRN wrote: > On 07.01.2017 6:06, LRN wrote: >> On 06.01.2017 18:46, Jacek Caban wrote: >>> On 1/6/17 4:34 PM, LRN wrote: On 06.01.2017 13:12, LRN wrote: > Managed to compile and use cecil, wrote a C# program that churns the data > produced given by cecil and output

Re: [Mingw-w64-public] WinRT headers

2017-01-07 Thread LRN
On 07.01.2017 6:06, LRN wrote: > On 06.01.2017 18:46, Jacek Caban wrote: >> On 1/6/17 4:34 PM, LRN wrote: >>> On 06.01.2017 13:12, LRN wrote: Managed to compile and use cecil, wrote a C# program that churns the data produced given by cecil and outputs IDL files. Worked on it until the IDL

Re: [Mingw-w64-public] WinRT headers

2017-01-06 Thread LRN
On 06.01.2017 18:46, Jacek Caban wrote: > On 1/6/17 4:34 PM, LRN wrote: >> On 06.01.2017 13:12, LRN wrote: >>> Managed to compile and use cecil, wrote a C# program that churns the data >>> produced given by cecil and outputs IDL files. Worked on it until the IDL >>> files >>> it produced started t

Re: [Mingw-w64-public] WinRT headers

2017-01-06 Thread Jacek Caban
On 1/6/17 4:34 PM, LRN wrote: > On 06.01.2017 13:12, LRN wrote: >> Managed to compile and use cecil, wrote a C# program that churns the data >> produced given by cecil and outputs IDL files. Worked on it until the IDL >> files >> it produced started to look legit. >> >> Then i fed an IDL file to

Re: [Mingw-w64-public] WinRT headers

2017-01-06 Thread LRN
On 06.01.2017 13:12, LRN wrote: > Managed to compile and use cecil, wrote a C# program that churns the data > produced given by cecil and outputs IDL files. Worked on it until the IDL > files > it produced started to look legit. > > Then i fed an IDL file to a fresh (from mingw-w64-tools git) wid

Re: [Mingw-w64-public] WinRT headers

2017-01-06 Thread LRN
Managed to compile and use cecil, wrote a C# program that churns the data produced given by cecil and outputs IDL files. Worked on it until the IDL files it produced started to look legit. Then i fed an IDL file to a fresh (from mingw-w64-tools git) widl, and discovered that widl won't accept it.

Re: [Mingw-w64-public] WinRT headers

2016-12-30 Thread LRN
On 30.12.2016 19:18, LRN wrote: > Recently i've been thinking of using WinRT in C applications (GTK+, to be > specific). This is possible, because WinRT has COM interface, and COM is > usable > (with some verbosity) in C. > > fails to find one > crucial bit of information - names for overloaded f

[Mingw-w64-public] WinRT headers

2016-12-30 Thread LRN
Recently i've been thinking of using WinRT in C applications (GTK+, to be specific). This is possible, because WinRT has COM interface, and COM is usable (with some verbosity) in C. Thing is, we need C headers for that. These could be written by hand or generated from idl files, and idl files coul