Hi
Viktor Szakáts wrote:
>
>> xbpappevents.cpp
>> =============
>> #include "appevents.ch"
>
> appevents.ch is an Xbase++ file, so it must go to hbxbp.
>
> If you need to place any logic depending on that file,
> you should place that logic in hbxbp, too.
>
appevent.ch is already in hbxbp.
New file is xbpappevents.cpp.
I have placed it in hbxbp only. How will look
Makefile of hbxbp if I add it there?
I mean I have added these lines in it
CPP_SOURCES=\
xbpappevents.cpp \
Now, what else in make system I have to add
to get it compiled. At this moment it terminated with
mingw32-make[1]: Entering directory `C:/harbour/contrib/hbxbp/win/mingw'
gcc -I. -I../../../../include -Wall -W -O3 -fomit-frame-pointer -march=i586
-mtune=pentiumpro -c ../../xbpappevents.cpp -oxbpappevents.o
../../xbpappevents.cpp:84:51: warning: missing terminating ' character
../../xbpappevents.cpp:89:23: error: QtGui/QtGui: No such file or directory
../../xbpappevents.cpp:97: error: 'Qt' has not been declared
../../xbpappevents.cpp:97: error: expected primary-expression before 'int'
../../xbpappevents.cpp:97: error: expected primary-expression before 'int'
../../xbpappevents.cpp:97: error: expected primary-expression before 'int'
../../xbpappevents.cpp:97: error: expected primary-expression before 'int'
../../xbpappevents.cpp:97: error: initializer expression list treated as
compound expression
../../xbpappevents.cpp:98: error: expected ',' or ';' before '{' token
../../xbpappevents.cpp:97: warning: 'hbqt_QTranslateKey' defined but not
used
mingw32-make[1]: *** [xbpappevents.o] Error 1
mingw32-make[1]: Leaving directory `C:/harbour/contrib/hbxbp/win/mingw'
mingw32-make: *** [descend] Error 2
Attached is the .cpp. Can you do the needful that it is included in the
make.
Regards
Pritpal Bedi
http://www.nabble.com/file/p24223592/xbpappevents.cpp xbpappevents.cpp
http://www.nabble.com/file/p24223592/appevent.ch appevent.ch
--
View this message in context:
http://www.nabble.com/QT---HBXBP---appevents-%7C-inkeys---.cpp---placeholder-tp24223195p24223592.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour