God damn, I am getting nervously mad!!!
I try to compile my project and in the line:
class CMerchandizeBrowser(QWidget* pParent) : public QGLWidget
To copy to clipboard, switch view to plain text mode
I get following compilation error:
In file included from COperationWIndow.h:27,
from CMainWindow.h:11,
from CMainWindow.cpp:1:
CMerchandizeBrowser.h:31: error: expected `)' before '*' token
CMerchandizeBrowser.h:31: error: expected `,' or `;' before '*' token
mingw32-make[1]: *** [debug/CMainWindow.o] Error 1
mingw32-make[1]: Leaving directory `C:/Documents and Settings/markofr/workspace/eROSystem'
mingw32-make: *** [debug] Error 2
In file included from COperationWIndow.h:27,
from CMainWindow.h:11,
from CMainWindow.cpp:1:
CMerchandizeBrowser.h:31: error: expected `)' before '*' token
CMerchandizeBrowser.h:31: error: expected `,' or `;' before '*' token
mingw32-make[1]: *** [debug/CMainWindow.o] Error 1
mingw32-make[1]: Leaving directory `C:/Documents and Settings/markofr/workspace/eROSystem'
mingw32-make: *** [debug] Error 2
To copy to clipboard, switch view to plain text mode
I simply do not see what is wrong with this line of code. Can comeone help me please???!!! 

Bookmarks