User forums > Help
uses MSVCR70
juli:
hello
it appears that codeblock uses msvcrt.dll as default, how do i switch it to use MSVCR71.DLL
stahta01:
--- Quote from: juli on June 27, 2008, 09:39:03 pm ---hello
it appears that codeblock uses msvcrt.dll as default, how do i switch it to use MSVCR71.DLL
--- End quote ---
The above is misleading; Code::Blocks uses mingwm10.dll which uses msvcrt.dll.
Note, some non official builds of MinGW-Like GCC links mingwm10.dll to MSVCR71.DLL.
See Python language builds like http://www.develer.com/oss/GccWinBinaries
Tim S
juli:
Here is my real problem ...
I would build my program inside windows and it would work fine on one computer, but it would crash at another, the only thing that's really different are the dlls, i read that the microsoft periodically update msvcrt.dll which means one version could be different from another, so an alternative would be if I just supply my own msvcr71.dll with my distribution , since mingw uses msvcrt.dll, i guess there's really no way around this problem.
stahta01:
Are you suppling mingwm10.dll with your code? if not, then that is most likely causing the problem.
Why do you think msvcrt.dll is related to the cause of the problem?
You are using MinGW GCC to compile your project, right?
If you are using Visual C++ then the MSVCR71.DLL issue makes sense; are you?
What complier are you using? What version is it?
Tim S
juli:
No
I didn't include mingwm10.dll, I'll give that a try, where exactly is that?
and yes, i am using gcc and therefore i shouldn't worry about msvcr71.dll, I was a little confused, cus I saw msvcrt.dll inside dependency walker
Navigation
[0] Message Index
[#] Next page
Go to full version