msvcr90.dll Questions
4
How do I install MSVCR90D.DLL? I have a small test DLL(debug mode) that I created a setup project. In my setup project, I included merge modules & policy for vc90_debugcrt_x86.msm, etc. When I ...
Woolpack asked 8/12, 2010 at 16:44
1
How to link against msvcr90.dll with mingw gcc? I tried -lmsvcr90, here's the minimal example:
#include <stdio.h>
int main(int argc, const char *argv[]) {
printf("%s\n", "hello");
return 0...
Kries asked 4/8, 2010 at 2:49
1
© 2022 - 2024 — McMap. All rights reserved.