potrei vedere il listato di test.hrb ?
Come ?
Moderator: Enrico Maria Giordano
Antonio Linares wrote:Dear Silvio,
> Can I load a Hrb file (or more) where I insert some procedure or functions, from a fwh prg without use Harbour.exe ?
yes
> Can you make a test here to compile ?
Please review hrb.prg and hrbext.prg in Harbour/tests folder
#include "fivewin.ch"
FUNCTION Main()
Local x, handle := hb_hrbLoad( "test.obj" )
x := Main() // from tet.obj
hb_hrbUnload( handle )
Return Nil
Antonio Linares wrote:You can not have two Main()s
Functions names must be different
Antonio Linares wrote:You can not have two Main()s
Functions names must be different
Return to All products support
Users browsing this forum: No registered users and 12 guests