- Code: Select all Expand view RUN
- Error: Unresolved external '_HB_FUN___CLSLOCKDEF'
What is this?
EMG
Error: Unresolved external '_HB_FUN___CLSLOCKDEF'
EXTEND CLASS TControl WITH DATA lSel
#include "Fivewin.ch"
FUNCTION MAIN()
MEMOWRIT( "testà", "" )
? COPYFILE( "testà", "testb" )
RETURN NIL
Enrico Maria Giordano wrote:One more problem: a console pops up when I run my EXEs. How to get rid of it?
Error: Unresolved external '_HB_FUN_HB_GT_WIN' referenced from E:\HARBOUR\LIB\HBRTL.LIB|gtsys
Antonio Linares wrote:Enrico,
__clsAddMsg( hClass, "NewData" , 1, HB_OO_MSG_ACCESS )
__clsAddMsg( hClass, "_NewData" , 1, HB_OO_MSG_ASSIGN )
Please review tclass.prg from harbour source code
Antonio Linares wrote: __clsAddMsg( hClass, "NewData" , 1, HB_OO_MSG_ACCESS )
__clsAddMsg( hClass, "_NewData" , 1, HB_OO_MSG_ASSIGN )
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 97 guests