Hi Lorenzo,

----- Original Message ----- From: "Lorenzo Fiorini" <[EMAIL PROTECTED]>
To: "Harbour Project Main Developer List." <harbour@harbour-project.org>
Sent: Tuesday, January 15, 2008 8:48 AM
Subject: [Harbour] HB_EXECVP and __HRBLOAD(0) error


I'm trying to use the function HB_EXECVP  in a dynamic hrb but I get::

Unrecoverable error 9001:
Called from __HRBLOAD(0)

I've created a test but it dies:

hbcmp -gh tt52.prg
hbrun tt52.hrb

The same test works normally in executable format:

hbmk -n -gtcgi tt52.prg

What am I doing wrong?


did you need to add a REQUEST HB_EXECVP in your main program, otherwise it will not be linked as main program doesn't know that you want to use and linker doesn't add it to executable.

Best Regards,

Francesco

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to