Hey
I am also trying this program but when i try to compile i get the following:
Compileren (make)...
C:/Qt/4.3.0/bin/mingw32-make.exe -f Makefile.Debug all
mingw32-make.exe[1]: Entering directory `C:/Qt/4.3.0/Projects/gotocell'
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"..\..\include\QtCore" -I"..\..\include\QtCore" -I"..\..\include\QtGui" -I"..\..\include\QtGui" -I"..\..\include" -I"c:\MySql\include" -I"." -I"..\..\include\ActiveQt" -I"tmp\moc\debug_shared" -I"." -I"..\..\mkspecs\win32-g++" -o tmp\obj\debug_shared\gotocelldialog.o gotocelldialog.cpp
mingw32-make.exe[1]: Leaving directory `C:/Qt/4.3.0/Projects/gotocell'
g++ wordt niet herkend als een interne
of externe opdracht, programma of batchbestand.
mingw32-make.exe[1]: *** [tmp\obj\debug_shared\gotocelldialog.o] Error 1
C:\Qt\4.3.0\bin\mingw32-make.exe: *** [debug-all] Error 2
Compileren (make)...
C:/Qt/4.3.0/bin/mingw32-make.exe -f Makefile.Debug all
mingw32-make.exe[1]: Entering directory `C:/Qt/4.3.0/Projects/gotocell'
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"..\..\include\QtCore" -I"..\..\include\QtCore" -I"..\..\include\QtGui" -I"..\..\include\QtGui" -I"..\..\include" -I"c:\MySql\include" -I"." -I"..\..\include\ActiveQt" -I"tmp\moc\debug_shared" -I"." -I"..\..\mkspecs\win32-g++" -o tmp\obj\debug_shared\gotocelldialog.o gotocelldialog.cpp
mingw32-make.exe[1]: Leaving directory `C:/Qt/4.3.0/Projects/gotocell'
g++ wordt niet herkend als een interne
of externe opdracht, programma of batchbestand.
mingw32-make.exe[1]: *** [tmp\obj\debug_shared\gotocelldialog.o] Error 1
C:\Qt\4.3.0\bin\mingw32-make.exe: *** [debug-all] Error 2
To copy to clipboard, switch view to plain text mode
g++ wordt niet herkend als een interne
of externe opdracht, programma of batchbestand.
means 'g++' is not recognized as an internal or external command
all the external programs except gdb and ctag are in C:/Qt/4.3.0/bin/ zo i set the location of those programs to that directory.
Bookmarks