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/