mol wrote:I've created my own GETAPPLYKEY function, which is already system function placed in libhbrtl.a.
With clipper - I've got an message about duplicate definition of this function.
With HMG, error occurs and no .exe file is built.
I'll try to places a sample tomorrow...
Thanks, Marek
Ok. I understand now.
This can be easily tested.
You only must to add a an empty function using a system function name (ie: function alert() ; return).
As you've said no error arises.
I'm almost sure that this is Harbour/hbmk2 related (not HMG specific).
You should test it in a clean/standard Harbour installation with a console test to confirm it.