.hbmk\win\mingw\ideeditor.o:ideeditor.c:(.data+0xa18): undefined reference to
B_FUN_QT_CONNECT_EVENT'
.hbmk\win\mingw\ideeditor.o:ideeditor.c:(.data+0xa38): undefined reference to
B_FUN_QT_DISCONNECT_EVENT'
.hbmk\win\mingw\idethemes.o:idethemes.c:(.data+0x9a8): undefined reference to
B_FUN_QT_CONNECT_SIGNAL'
.hbmk\win\mingw\idethemes.o:idethemes.c:(.data+0x9c8): undefined reference to
B_FUN_QT_DISCONNECT_SIGNAL'
C:/HARBOUR/lib/win/mingw/libhbxbp.a(xbpmenubar.o):xbpmenubar.c:(.data+0x4b8):
defined reference to `HB_FUN_QT_DISCONNECT_SIGNAL'
C:/HARBOUR/lib/win/mingw/libhbxbp.a(xbpwindow.o):xbpwindow.c:(.data+0x9e8): un
fined reference to `HB_FUN_QT_GETEVENTFILTER'
collect2: ld returned 1 exit status

2010/1/4  <[email protected]>:
> Revision: 13463
>          
> http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13463&view=rev
> Author:   vouchcac
> Date:     2010-01-04 10:15:18 +0000 (Mon, 04 Jan 2010)
>
> Log Message:
> -----------
> 2010-01-04 01:58 UTC-0800 Pritpal Bedi ([email protected])
>  * contrib/hbide/hbide.hbp
>  * contrib/hbide/hbide.prg
>  * contrib/hbide/ideactions.prg
>  * contrib/hbide/idedocks.prg
>  * contrib/hbide/ideeditor.prg
>  * contrib/hbide/idefindreplace.prg
>  * contrib/hbide/idemisc.prg
>  * contrib/hbide/ideobject.prg
>  * contrib/hbide/ideprojmanager.prg
>  * contrib/hbide/idesaveload.prg
>  * contrib/hbide/idethemes.prg
>  * contrib/hbide/projects/hbide.hbi
>
>  + contrib/hbide/resources/insert-datetime.png
>  + contrib/hbide/resources/insert-external-file.png
>  + contrib/hbide/resources/insert-procname.png
>  + contrib/hbide/resources/readonly.png
>  * contrib/hbide/resources/tabreadonly.png
>
>  * contrib/hbxbp/xbpqtuiloader.prg
>
>    A lot of changes are in effect including the patch
>    sent by Vailton. The code is in the middle of restructing
>    phase and may take several days to finish. Till the I request
>    you all to bear with me and may expect some bumps too.
>    Please do not update this code until I finish preliminaries.
>
>    To sumup this commit includes:
>    ! Thourough reclassification of classes and separation of
>      code fragments in a way that not two developers collide
>      with each other. One may takeup one segment and the other another.
>
>    + Used hbide_* namespace and have changed almost every function.
>
>    + Implemented, though not in a way I wanted, building a project
>      via Qt's process classes. You will see a refreshing difference.
>
>    + A major breakthrough in XbpQtUiLoader() class implementation.
>      Now you can access the child widgets of a .ui component per
>      this syntax:
>          oUI:qObj[ "checkMatchCase" ]:setChecked( .t. )
>                    =>
>          oUI:q_checkMatchCase:seChecked( .t. )
>              ^^
>      just prefix object name with "q_" ( Q + Underscore ).
>      This greatly simmplifies coding and allows to exploit child
>      widgets as real-time objects.
>
>


-- 
Massimo Belgrano
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to