Hi,
I am currently working on writing the IDL files for new WinRT interfaces
(mostly Windows.Storage and Windows.Foundation for now), and there are a
few things I would need to make it work. Right now, I can comment out the
problematic argument types and replace them with IInspectable (after all,
On 06/16/13 11:42, Erik van Pienbroek wrote:
> Erik van Pienbroek schreef op vr 14-06-2013 om 19:28 [+0200]:
>> For now I've managed to workaround the regression by partially reverting
>> r5713. This change makes intrincs/ilockcxch.c part of libmingwex instead
>> of libkernel32 (as it was before r5
2013/6/17 zhangxinghai
> hi
> I write a hello world program in c
> #include
> int main()
> {
> printf("Hello world!\n");
> return 0;
> }
> I try to link it with msvcr100.dll,I use the ruben win32 build from
>
> http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Wi
2013/6/17 zhangxinghai :
> hi
> I write a hello world program in c
> #include
> int main()
> {
> printf("Hello world!\n");
> return 0;
> }
> I try to link it with msvcr100.dll,I use the ruben win32 build from
> http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win3
hi
I write a hello world program in c
#include
int main()
{
printf("Hello world!\n");
return 0;
}
I try to link it with msvcr100.dll,I use the ruben win32 build from
http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/
rubenvb/gcc-4.8-release/