MSVCRT is the Microsoft Visual C++ Runtime

learn more… | top users | synonyms

2
votes
2answers
48 views

timegm cross platform

I'm using Visual Studio c++ Compiler ( 2010 ), but the library has different implementation of ANSI C and POSIX libraries function. What is the difference between ANSI C Function and Windows CRT ...
0
votes
1answer
20 views

Corrupt C runtime library?

I'm using Visual Studio Professional 2012 (with Update 2) and since I have a project that needs to be built with the VC++ 2010 toolset I also installed Visual C++ 2010 Express (with SP1). I use the ...
0
votes
1answer
56 views

cvQueryFrame produces msvcrt access error

new user here and fairly new to programming using OpenCV. I am using Visual Studio 2012, and have installed all OpenCV modules as per instructions have no problem running code to capture video stream ...
8
votes
1answer
269 views

What memory management algorithms are used by the major compiler vendors?

This is a subset of a previous question. As an exercise I am writing a memory manager - that is, the code which implements malloc, realloc and free (or new and delete.) The RTL for my language, ...
1
vote
1answer
35 views

Embed manifest with C Extension dll using distutil

What is the preferred way to embed a manifest with a C Extension DLL when I generate it through distutil. Currently when I build a C Extension as part of the distutil process, it creates a manifest ...
0
votes
0answers
18 views

Visual C++ Runtime on Network Location

I have a MATLAB executable that I am trying to deploy within my company, but I don't want people to need to install a bunch of stuff. The executable is saved to a network location and I want them to ...
0
votes
1answer
46 views

Why does this CMake project not set the appropriate MSVC runtime?

I'm trying to understand why the libmysql CMake project configured with /MD and /MDd flags does not generate the appropriate Visual Studio 10 project files. The appropriate CMAKE_ macros have been ...
1
vote
0answers
30 views

How can I reduce potential issues from conflicting MSVCRT's?

I have a Visual Studio 2010 C++ application with a few 3rd-party libraries that include the Winsock2 header, which drags in MSVCRT.dll when linking with /MD. I have chosen to recompile these ...
1
vote
1answer
105 views

Why does my application require Visual C++ Redistributable package

I'm writing a simple C++ application in Visual Studio. It also has a setup project. It works well on my development machine, but when I'm installing this application on user's machine it requires ...
2
votes
0answers
18 views

Using msvcrt.getch() in Eclipse / PyDev

I wanted to use msvcrt.getch() in Eclipse with PyDev to read a signe char but I found out that it just don't work (but It works in the Windows console). Any idea what to do ?
0
votes
0answers
27 views

Process hangs in CRT_INIT when exiting

I have a console app that sometimes hangs when it exits. Maybe one out of a thousand times, it will hang. When it hangs, there is one thread left and it consumes 100% of a CPU. If I look at the ...
-1
votes
1answer
41 views

msvcrt mistakes

May be I'm missing something (Surely I do) but I don't understand a thing : Each brand new version of Visual Studio is shipped with a particular msvcrtxx (msvcr100.dll, msvrct.dll, ...) Right. ...
0
votes
0answers
50 views

How to detect key press when the console window has lost focus (2)

My application sends a mouse click to an area of the screen outside my console window using win32api.mouse_event(). This causes my window to lose focus so I can't detect key presses using ...
3
votes
1answer
206 views

Building a DLL for Windows using MinGW but without a dependency on msvcrt.dll

I am trying to build a DLL using MinGW for Windows. I know that by default building using MinGW introduces a dependency on msvcrt.dll that ships with Windows. However, I want my DLL not to have a ...
2
votes
1answer
69 views

Are Visual C++ dynamic runtime libraries part of the Windows OS nowadays?

Are the dynamic runtime libraries for Visual C++ (more specifically 2008) part of the Windows OS nowadays? I noticed that at least on Windows 8 you no longer need to ship these with your application ...
0
votes
1answer
102 views

How to detect key press when the console window has lost focus

My application sends a mouse click to an area of the screen outside my console window using win32api.mouse_event. This causes my window to lose focus so I can't detect key presses using msvcrt.kbhit. ...
0
votes
3answers
362 views

MS Visual C++ Runtime Library error on launch - any debugging tricks?

When launching my app, I'm getting the below error dialog. I understand this indicates a problem loading the runtime library. The problem is, I'm not seeing any way to get more specific info. Which ...
0
votes
2answers
265 views

Application crashes due to issue with MSVCR110.dll on Vista and XP

I am having trouble diagnosing an issue running my C++ (Qt) application. I build the application on Visual Studio 2012 on a windows 7 machine, using Qt 4.8.5. I compile using the switches: ...
5
votes
0answers
136 views

What memory management algorithms are well-regarded and used by major compiler vendors? [closed]

As an exercise I am writing a memory manager - that is, the code which implements malloc, realloc and free (or new and delete.) The RTL for my language, Delphi, allows the RTL's memory manager to be ...
1
vote
1answer
56 views

Allocate C++ object across MSVCRT versions

I have VS2010 and i need to build application. Also i have .dll with .lib and .h built with VS2005. This library depend on log4cxx.dll (i built 2010 and downloaded 2005 binary). When i call library ...
0
votes
0answers
51 views

LNK2005 errors despite matching runtime library (/MD)

I am attempting to use the OFELI library in a CLI/C++ solution containing both C# and C++ projects, under VS2010. In short, the UI is written in WPF, and computations are done in CLR-enabled C++. I ...
2
votes
0answers
64 views

tclmagick load error

I try to call in a Tcl script: load tclmagick.dll and get couldn't load library "TclMagick.dll": invalid argument I've tried the Dependency Walker, which tells me that the msvcrt.exe doesn't ...
1
vote
2answers
104 views

Can a single process load/use mscvr100.dll and msvcr110.dll without causing problems?

An mixed-mode C++ application is built using VS2012, it references the managed DLL Noesis.Javascript.dll (which I believe was built with VS2010) which in turn links at runtime with msvcr100.dll. I ...
1
vote
1answer
79 views

What is msvcr80!_NLG_Return?

I have the following call stack in one of my crash-dumps: ChildEBP RetAddr Args to Child 1ac5f400 74e68ed7 1ac5feb4 1ac5f6d8 1ac5f420 ...
0
votes
0answers
60 views

list available platform toolsets

Is there any method to list platform toolsets available in VS2012? I mean a list that might contain v90, v100, v110, v110_xp and any externally provided platform toolset. Alternatively (should that be ...
2
votes
3answers
798 views

vs2012 toolset compatibility

In my VS2012 I have 4 toolsets available: v90, v100, v110 and v110_xp. I did a simple test with two projects testlib (a static library) and testexe (console application). The interface was just one ...
2
votes
1answer
161 views

MSVC2008 c/c++ console application spawns new console

Where does an application decide/cause to spawn a new console window (when linking dynamically)? Is there some define or pragma I may have overlooked or some change in standard behavior in the ...
0
votes
1answer
113 views

Use fprintf on a socket in Windows

I'm trying to use fprintf on a socket on Windows. Many of the online examples are UNIX examples. The equivalent code for Windows is what I'm asking about here. Ultimately, I'd like to do this: ...
1
vote
1answer
64 views

Python recursion error, but not using recursion

I'm not using recursion in my code so I don't get why I'm getting an error about recursion. ........................................................................................... The code is: ...
2
votes
4answers
104 views

Why does a C program crash if a large variable is declared?

I have the following C program compiled in Microsoft Visual Studio Express 2012: int main() { int a[300000]; return 0; } This crashes with a stack overflow in ...
0
votes
1answer
105 views

Windows 8 certification requirements: dynamically linking with the runtime

Our product consists in DLLs we ship to our customers. When providing Windows 8 versions, I noticed I couldn't link against the CRT statically otherwise applications using our DLLs don't pass the ...
2
votes
3answers
2k views

Qt 5 with MSVC and NMake doesn't work

When I compile a fresh Qt project with the new Qt Creator 2.6.1 and Qt 5.0 I get the following errors: C:\Qt\Qt5.0.0\Tools\QtCreator\bin\jom.exe -f Makefile.Debug Error: cannot open ...
0
votes
0answers
48 views

Step debugging works fine but debugging without stepping causes strange error when using _tprintf

Ok, i am going to keep this simple and not include all the code (yet) if I don't need to. My inner senses tell me that there is probably a simple answer to this and I have overlooked it as usual. More ...
0
votes
2answers
69 views

Why CRT gets seperated from kernel?

We all konw that when a C program executes, there are lots of plumbing jobs done by the OS under the hood, before entering main, such as allocating a stack, initiating some resources, loading the ...
2
votes
0answers
146 views

Download VC++ 2008 Merge Modules without installing VS2008?

Is it possible to download the merge modules for VC++ 2008 (CRT) without having Visual Studio? I have an old Visual Studio 6 project and an old Install Shield Installer. I am using some third-party ...
0
votes
2answers
115 views

How to get location of needed runtime libraries for msvc

I have custom wrapper over CMake, which perform configuring, compilation, and creating distrib for various platforms (win32, SunOS and so on) and different compilers. I need to put into distrib all ...
3
votes
1answer
64 views

Global constructors and MSVCRT in a DLL

What happens with the following code in a DLL ? #include <vector> std::vector<int> global_vector; BOOL WINAPI DllMain(HANDLE hModule, DWORD fdwReason, LPVOID lpReserved) { if ...
2
votes
1answer
348 views

An application has made an attempt to load the C runtime library incorrectly

I started getting this error every time I try to: install Python package with installer use PyWin extension (through COM application) start Notepad++ (with Python script plugin) This started to ...
3
votes
4answers
250 views

How to check which application is using msvcr80.dll?

I have a .exe that is compiled with MSVC2005 using release configuration. Problem is that when I distribute this .exe to others, they are getting this message: "This application could not be ...
1
vote
0answers
929 views

Conflicting Runtime Libraries in MSVC/VS2012

I know: this has already been addressed, but after reading as much as I could about this I still haven't been able to figure out why I haven't been able to fix it, or what to fix even. You see, ...
1
vote
1answer
55 views

Compiling for specific version of c runtime for windows mobile

I have mobile device that, from all the msvcrXX files has msvcr80.dll. Visual studio compiles my library into one dependent on msvcr90.dll. How can i change dependencies of my dll? I do not want to ...
0
votes
0answers
110 views

Link to the system C library msvcrt.dll

In Windows, there is a default C library msvcrt.dll. Is it possible to write simple C programs that uses functions from msvcrt.dll only? That would relieve the need for installing the recent VC ...
0
votes
0answers
111 views

Python+ctypes trying to get function address

I am trying to run this simple code on windows (python 2.6), but it only returns 0. I would really appreciate some help! from ctypes import * kernel32 = windll.kernel32 def resolve_function(dll, ...
1
vote
3answers
514 views

MinGW MSYS, MSVCRT, and the TZ environment variable

In short, how to make both MSVCRT and MinGW MSYS share the TZ environment variable without conflicts? Or, how to make both support timezones without conflicts? Further information In order to have ...
3
votes
0answers
454 views

FreeConsole behaviour on Windows 8

On Windows 8, we have an issue with FreeConsole. It seems to close the stdio handles, without shutting the file streams. This may be a Windows 8 problem, or it could be that I simply don't understand ...
0
votes
1answer
158 views

Visual C++ 2008 (VC9) project in debug fails to execute due to side-by-side error on unavailable VC8 debug crt

I am using visual studio 2008 to build an app that has 40 projects. We also link agains some 3rd party libs, which I suspect is causing my headache. When I build in release it runs fine. When I try ...
0
votes
1answer
128 views

Linking msvcrt.lib cannot find __imp__InterlockedCompareExchange@12

I am trying to solve following linking error for past few days, But I have no clue yet. VS and window sdk installation I guess is fine because there are 100's other projects that are being built ...
0
votes
2answers
102 views

MSVCR100 on one computer, but MSVCR80 on another

I am developing an application that relies on Lua. On my Windows XP machine, the application runs fine but on my Windows 7 machine, the app refuses to start and complains that MSVCR80.dll can't be ...
1
vote
1answer
179 views

Visual C++ CRT debugging

I ran into a really nasty linker error when I start using the debugging discussed here. I managed to narrow it down to the new ( _NORMAL_BLOCK , __FILE__ , __LINE__ ) construct. As soon as this ...
0
votes
1answer
197 views

How to know the version of Microsoft's C runtime in use?

I have a program which depends on MSVCR90.dll, library which I'm shipping with it alongside the main executable among other things: ProgramFolder\Main.exe ProgramFolder\MSVCR90.dll I wanted to know ...

1 2 3 4