@ Marcel: the problem is that I am not using the open source edition. I am just trying to install the commercial/educational edition of that on my PC at home. supposedly I should be able to build and run the programs with just clicking the
pretty green button in the VS IDE
.
I think I am installing the package uncorrectly. After your post I uninstalled all the Qt versions from my PC and tried to clean the registery from trolltech things.
then I just installed VS2005 integration.
then i made a test program for VS2005/Qt and another one for VS2003/Qt. well niether of them worked this time again! but the difference was that I received different building errors. (I am not at home so I can not send the two error reports right now, but I will do it as soon as possible!)
I hoep somebody can help me to solve this problem...... it is becoming an obssesion for an ignorant Qt beginner
It is weird because the computer I am having at work and Qt was working fine on it suddenly has been making problems as well.... see this error also please.
1>------ Build started: Project: test, Configuration: Debug Win32 ------
1>Rcc'ing test.qrc...
1>C:\Qt\4.2.2\bin\rcc.exe -name "test" -no-compress ".\test.qrc" -o .\GeneratedFiles\qrc_test.cpp
1>Uic'ing test.ui...
1>Creating windows resources...
1>Moc'ing test.h...
1>Compiling...
1>test.cpp
1>c:\qt\4.2.2\include\qtcore\../../src/corelib/tools/qmap.h(906) : error C2244: 'QMultiMap<Key,T>::replace' : unable to match function definition to an existing declaration
1> c:\qt\4.2.2\include\qtcore\../../src/corelib/tools/qmap.h(891) : see declaration of 'QMultiMap<Key,T>::replace'
1> definition
1> 'QMap<aKey,aT>::iterator QMultiMap<Key,T>::replace(const Key &,const T &)'
1> existing declarations
1> 'QMap<aKey,aT>::iterator QMultiMap<Key,T>::replace(const Key &,const T &)'
1>c:\qt\4.2.2\include\qtcore\../../src/corelib/tools/qmap.h(910) : error C2244: 'QMultiMap<Key,T>::insert' : unable to match function definition to an existing declaration
1> c:\qt\4.2.2\include\qtcore\../../src/corelib/tools/qmap.h(892) : see declaration of 'QMultiMap<Key,T>::insert'
1> definition
1> 'QMap<aKey,aT>::iterator QMultiMap<Key,T>::insert(const Key &,const T &)'
1> existing declarations
1> 'QMap<aKey,aT>::iterator QMultiMap<Key,T>::insert(const Key &,const T &)'
1>main.cpp
1>c:\qt\4.2.2\include\qtcore\../../src/corelib/tools/qmap.h(906) : error C2244: 'QMultiMap<Key,T>::replace' : unable to match function definition to an existing declaration
1> c:\qt\4.2.2\include\qtcore\../../src/corelib/tools/qmap.h(891) : see declaration of 'QMultiMap<Key,T>::replace'
1> definition
1> 'QMap<aKey,aT>::iterator QMultiMap<Key,T>::replace(const Key &,const T &)'
1> existing declarations
1> 'QMap<aKey,aT>::iterator QMultiMap<Key,T>::replace(const Key &,const T &)'
1>c:\qt\4.2.2\include\qtcore\../../src/corelib/tools/qmap.h(910) : error C2244: 'QMultiMap<Key,T>::insert' : unable to match function definition to an existing declaration
1> c:\qt\4.2.2\include\qtcore\../../src/corelib/tools/qmap.h(892) : see declaration of 'QMultiMap<Key,T>::insert'
1> definition
1> 'QMap<aKey,aT>::iterator QMultiMap<Key,T>::insert(const Key &,const T &)'
1> existing declarations
1> 'QMap<aKey,aT>::iterator QMultiMap<Key,T>::insert(const Key &,const T &)'
1>Generating Code...
1>Build log was saved at "file://c:\Dokumente und Einstellungen\Ali\Eigene Dateien\Visual Studio 2005\QtTut7\test\test\Debug\BuildLog.htm"
1>test - 4 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
what is wrong!? am i sending negative energy to the Qt installations on computers
Thnx for yr time,
Regards
Bookmarks