On Mon, 11 Jan 2010, Massimo Belgrano wrote:

Hi,

> i compile my old  program without error but when running i receive
> Error base/1004 no exported method: HB_GTINFO
> 
> What can be appened?
> What is error "no exported method"
> Missing lib or sequence

you have somewhere in your code:
   <exp> : HB_GTINFO()
and <exp> is not an object which supports HB_GTINFO method, i.e.
   proc main()
      local var
      ? var:hb_gtinfo()
   return

best regards,
Przemek
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to