[Mingw-w64-public] WIDL feature requests

2013-06-17 Thread Geoffroy Couprie
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,

Re: [Mingw-w64-public] Regression in trunk regarding InterlockedCompareExchange

2013-06-17 Thread Jacek Caban
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

Re: [Mingw-w64-public] how to link msvcr100.dll

2013-06-17 Thread Ruben Van Boxem
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

Re: [Mingw-w64-public] how to link msvcr100.dll

2013-06-17 Thread Kai Tietz
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

[Mingw-w64-public] how to link msvcr100.dll

2013-06-17 Thread 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%20Win32/Personal%20Builds/ rubenvb/gcc-4.8-release/