[Psi-Devel] debugging on windows
Justin Karneges
justin-psi2 at affinix.com
Fri Mar 14 08:54:45 PDT 2008
On Friday 14 March 2008 1:23 am, Norman Rasmussen wrote:
> I'll try that, but I don't think it's the problem. It's more that the Qt
> binaries's were built with vc9, and the qca/openssl/psi binaries were built
> with vc8. I think what's happening is that an object is being created with
> one runtime, and being deleted with the other. Obviously the runtime
> doesn't recognise the object, so it complains of heap corruption.
I thought this was only a problem if you mixed debug and release versions of
the runtimes. I recall being told that mixing release versions (say VC6 and
VC8) is acceptable. The official QCA binaries are built only with VC6, under
the expectation that you can use any version of VC to link with them.
-Justin
More information about the Psi-Devel
mailing list