this is what i got in Compile Output tab
Running build steps for project byteConverter...
Configuration unchanged, skipping qmake step.
Starting: "C:/Qt/2010.04/mingw/bin/mingw32-make.exe" -w
mingw32-make: Entering directory `C:/Users/Administrator/Documents/byteConverter-build-desktop'
C:/Qt/2010.04/mingw/bin/mingw32-make -f Makefile.Debug
mingw32-make[1]: Entering directory `C:/Users/Administrator/Documents/byteConverter-build-desktop'
g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"..\..\..\..\Qt\2010.04\qt\include\QtCore" -I"..\..\..\..\Qt\2010.04\qt\include\QtGui" -I"..\..\..\..\Qt\2010.04\qt\include" -I"..\..\..\..\Qt\2010.04\qt\include\ActiveQt" -I"debug" -I"." -I"..\byteConverter" -I"." -I"..\..\..\..\Qt\2010.04\qt\mkspecs\win32-g++" -o debug\byteconverterdialog.o ..\byteConverter\byteconverterdialog.cpp
mingw32-make[1]: Leaving directory `C:/Users/Administrator/Documents/byteConverter-build-desktop'
mingw32-make: Leaving directory `C:/Users/Administrator/Documents/byteConverter-build-desktop'
..\byteConverter\byteconverterdialog.cpp: In constructor 'byteConverterDialog::byteConverterDialog()':
..\byteConverter\byteconverterdialog.cpp:27: error: 'm_decEdit' was not declared in this scope
..\byteConverter\byteconverterdialog.cpp:28: error: 'hexEdit' was not declared in this scope
..\byteConverter\byteconverterdialog.cpp:29: error: 'binEdit' was not declared in this scope
..\byteConverter\byteconverterdialog.cpp:32: error: 'decEdit' was not declared in this scope
..\byteConverter\byteconverterdialog.cpp: At global scope:
..\byteConverter\byteconverterdialog.cpp:70: error: no 'void byteConverterDialog::decChanged(const QString&)' member function declared in class 'byteConverterDialog'
..\byteConverter\byteconverterdialog.cpp:84: error: no 'void byteConverterDialog::hexChanged(const QString&)' member function declared in class 'byteConverterDialog'
..\byteConverter\byteconverterdialog.cpp:98: error: no 'void byteConverterDialog::binChanged(const QString&)' member function declared in class 'byteConverterDialog'
mingw32-make[1]: *** [debug/byteconverterdialog.o] Error 1
mingw32-make: *** [debug] Error 2
The process "C:/Qt/2010.04/mingw/bin/mingw32-make.exe" exited with code %2.
Error while building project byteConverter (target: Desktop)
When executing build step 'Make'
Running build steps for project byteConverter...
Configuration unchanged, skipping qmake step.
Starting: "C:/Qt/2010.04/mingw/bin/mingw32-make.exe" -w
mingw32-make: Entering directory `C:/Users/Administrator/Documents/byteConverter-build-desktop'
C:/Qt/2010.04/mingw/bin/mingw32-make -f Makefile.Debug
mingw32-make[1]: Entering directory `C:/Users/Administrator/Documents/byteConverter-build-desktop'
g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"..\..\..\..\Qt\2010.04\qt\include\QtCore" -I"..\..\..\..\Qt\2010.04\qt\include\QtGui" -I"..\..\..\..\Qt\2010.04\qt\include" -I"..\..\..\..\Qt\2010.04\qt\include\ActiveQt" -I"debug" -I"." -I"..\byteConverter" -I"." -I"..\..\..\..\Qt\2010.04\qt\mkspecs\win32-g++" -o debug\byteconverterdialog.o ..\byteConverter\byteconverterdialog.cpp
mingw32-make[1]: Leaving directory `C:/Users/Administrator/Documents/byteConverter-build-desktop'
mingw32-make: Leaving directory `C:/Users/Administrator/Documents/byteConverter-build-desktop'
..\byteConverter\byteconverterdialog.cpp: In constructor 'byteConverterDialog::byteConverterDialog()':
..\byteConverter\byteconverterdialog.cpp:27: error: 'm_decEdit' was not declared in this scope
..\byteConverter\byteconverterdialog.cpp:28: error: 'hexEdit' was not declared in this scope
..\byteConverter\byteconverterdialog.cpp:29: error: 'binEdit' was not declared in this scope
..\byteConverter\byteconverterdialog.cpp:32: error: 'decEdit' was not declared in this scope
..\byteConverter\byteconverterdialog.cpp: At global scope:
..\byteConverter\byteconverterdialog.cpp:70: error: no 'void byteConverterDialog::decChanged(const QString&)' member function declared in class 'byteConverterDialog'
..\byteConverter\byteconverterdialog.cpp:84: error: no 'void byteConverterDialog::hexChanged(const QString&)' member function declared in class 'byteConverterDialog'
..\byteConverter\byteconverterdialog.cpp:98: error: no 'void byteConverterDialog::binChanged(const QString&)' member function declared in class 'byteConverterDialog'
mingw32-make[1]: *** [debug/byteconverterdialog.o] Error 1
mingw32-make: *** [debug] Error 2
The process "C:/Qt/2010.04/mingw/bin/mingw32-make.exe" exited with code %2.
Error while building project byteConverter (target: Desktop)
When executing build step 'Make'
To copy to clipboard, switch view to plain text mode
Bookmarks