dumpcpp is a Qt tool that generates a C++ namespace for a type library.
The problem i am facing is that i have commercial Qt4.3 version, integrated with visual studio 2005. So i can't use visual studio 2008 just for attaining my one goal. That is why i am looking for some tool which can produce a C++ namespace from 2008 dll, usable in 2005.
Though i really doubt, if its possible. :(