Hi,
I have a working application developed natively in Linux using Qt, DCMTK, MITK, ITK and VTK and I'm trying to deploy it now on Windows XP. I was able to solve most dependencies and problems however I'm having a really annoying runtime issue and I'm asking you for you help.

So let's explain better....
When I try to run my application it throws an error as ask me if I want to debug.
I used depends to track down the error to QtGui4.dll. These 2 lines report what happens:

-First chance exception 0xC0000005 (Access Violation) occurred in "c:\documents and settings\[...]\QTGUI4.DLL" at address 0x65013E66.
-Second chance exception 0xC0000005 (Access Violation) occurred in "c:\documents and settings\[...]\QTGUI4.DLL" at address 0x65013E66.


I've found some thread about an issue more or less related to mine, things I've tried:
- Checked my lib/include configs;
- Reinstalled VC Redistribute;
- Qt version is 4.7, the same I used to compile the aforementioned libs;
None of them worked. Btw, the application works when I run it as Release inside VS2008, throwing the 1st Chance Error and when I click debug it runs fine (no more errors).

Specs:
Visual Studio 2008 Professional
MS Windows XP SP3
Qt 4.7

Thank you for any help.