Hi Piotr,

> "Cannot debug '<here path to my exe>' (tool chain: 'Microsoft Visual C++'):
> Unable to load the debugger engine library 'C:\Program Files
> (x86)\Debugging Tools For Windows (x86)\dbgeng.dll': Cannot load library
> C:\Program Files (x86)\Debugging Tools For Windows (x86)\dbgeng.dll: The
> specified procedure could not be found."
> 
> After dismissing this message box by pressing OK debug session doesn't
> start. I have "Debugging Tools For Windows" installed and the dll is
> placed where Creator is looking for it. Any ideas?

It looks like you have installed the 64bit Debugging Tools for Windows and Qt 
Creator 2.1 (being a 32bit application) cannot load it.
This is a limitation which has been overcome in the current master branch 
(snapshots available at http://get.qt.nokia.com/qtcreator/snapshots ).
To get this working with Qt Creator 2.1, you would have to install the 32bit 
version of the Debugging Tools, which will give you limited functionality.
Alternatively, you could compile a 64bit version of Qt Creator 2.1 or master 
yourself (see http://qt.gitorious.org/qt-creator/qt-
creator/blobs/master/README ).
We generally recommended using plain 64 bit OS/ 64bit compiler setups.

I hope this helps,

Friedemann

-- 
Friedemann Kleint
Nokia, Qt Development Frameworks
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-creator

Reply via email to