Hi everybody,

I'm developping an application using QT3 and visual C++6.
One of my interfaces contains 2 qlistview objects where I can drag one element from the first and drop it in the second.
It worked fine until I added this line in my main function:

Qt Code:
  1. HRESULT hr = CoInitializeEx(NULL,COINIT_MULTITHREADED );
To copy to clipboard, switch view to plain text mode 

What am I doing wrong?

Thanks for helping me.