I was trying to extract the text from the LineEdit generated in QT designer embedded in Visual Studio 2005.
So it returns QString, so I had to manipulate the QString.
However, this gives a compile error:
ClientProject error LNK2019: unresolved external symbol...
From MSDN I noticed that it is due to the incompatibility of CString derived class with VS,
Detail see the following web page:
http://support.microsoft.com/kb/309801
The page has included a resolution for ATL. But what is the resolution for QT???
I am in urgent need of a resolution!!!
Thanks a lot!!!
Bookmarks