[Qt-interest] Qt Debugging Libs for VS2010.

Bo Thorsen bo at fioniasoftware.dk
Fri Dec 17 09:30:47 CET 2010


Den 17-12-2010 01:48, Devendra Patel skrev:
> Well I also had similar issue with VS2005. At that time it seemed that Qt
> provided debug libs for VS2008 and not vs2005. So I had to build the debug
> version of Qt libs for VS2005 using VS2005 or at least that environment.
> I guess you can also do the same.

Yes, exactly.

A side by side error means you have a clash between two dll files with 
different versions. This can happen if you load something that loads a 
debug dll while you application loads the non-debug dll. Or if you use 
COM and one part of your application loads a registered dll while 
another links with a local one.

One of the things you often find in the event log when this happens is 
in a release build you see the debug manifest file mentioned. Or 
reverse, of course.

Bo Thorsen,
Fionia Software.

-- 

Expert Qt and C++ developer for hire
Contact me if you need expert Qt help
http://www.fioniasoftware.dk



More information about the Qt-interest-old mailing list