Code: Select all
Error: Unresolved external '_HB_FUN___CLSLOCKDEF'
EMG
Code: Select all
Error: Unresolved external '_HB_FUN___CLSLOCKDEF'
Code: Select all
EXTEND CLASS TControl WITH DATA lSel
Code: Select all
#include "Fivewin.ch"
FUNCTION MAIN()
MEMOWRIT( "testà", "" )
? COPYFILE( "testà", "testb" )
RETURN NIL
The problem is that I'm linking both gtwin.lib and gtgui.lib. But if I remove gtwin.lib I get:Enrico Maria Giordano wrote:One more problem: a console pops up when I run my EXEs. How to get rid of it?
Code: Select all
Error: Unresolved external '_HB_FUN_HB_GT_WIN' referenced from E:\HARBOUR\LIB\HBRTL.LIB|gtsys
Thank you, I will try them. And sorry, I don't have Harbour source code.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
What is hClass?Antonio Linares wrote: __clsAddMsg( hClass, "NewData" , 1, HB_OO_MSG_ACCESS )
__clsAddMsg( hClass, "_NewData" , 1, HB_OO_MSG_ASSIGN )