Hi,

traditionally , the  32bit version of the  Debugging-Tools  had to be used 
with 32bit -builds of Qt Creator even on 64bit Windows in order to get the 
Debugger plugin built. The same applied to the package we shipped since we do 
not ship 64 bit. This was a non-optimal solution for 64bit Windows, since the  
32bit version of the  Debugging-Tools does not work well there.

One solution is to switch over to using 64bit builds, however, it comes at the 
cost of no longer being able to use ibjom (which is actually not really a 
problem nowadays given the improved compilation speed of MSVC2010).

Still, if you do not want to switch over, it is now also possible to use the 
64bit Debugging-Tools with 32bit builds of Qt Creator.
All you need is a 64bit version of the extension library we load into cdb.exe.
It can be found at:

\\hegel\projects\qtcreatorcdbext64\qtcreatorcdbext.dll

Copy it into your build of Qt Creator:

lib\qtcreatorcdbext64\qtcreatorcdbext.dll

and you should be all set.

Regards,
Friedemann

P.S.:

Leena and I updated the README of Qt Creator master to contain step-by-step 
instructions to get it built under Windows avoiding common pitfalls.
Please take a look and point new people to it.

-- 
Friedemann Kleint
Senior Software Engineer
Nokia, Qt Development Frameworks

Nokia gate5 GmbH
Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany
Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443 B
Umsatzsteueridentifikationsnummer: DE 812 845 193
Geschäftsführer: Dr. Michael Halbherr, Karim Tähtivuori
_______________________________________________
Qt-creator mailing list
Qt-creator@qt.nokia.com
http://lists.qt.nokia.com/mailman/listinfo/qt-creator

Reply via email to