PDA

View Full Version : vfprintf in msvcrt.dll



chris_helloworld
29th November 2010, 10:19
Can anyone help ?

My application, Qt 4.5.3 running on Windows XP, is calling a 3rd party library. Most functions in the library can be called with no problems, however, one function crashes. It seems to be crashing in vfprintf in msvcrt.dll.

I do know I can use vfprintf ok directly from my qt app, so I'm not sure as to why it should be failing when called from the library.

I also know that the library is built on linux, (cross compiled for Win using mingw - not sure of version). I'm trying to get hold of the source and / or a debug version.

Cheers in advance,
Chris.