You are right
follow my row tried using debug thank to Przemek suggestion

   screenHeight:= HB_GTINFO( HB_GTI_SCREENWIDTH, HB_GTINFO(
HB_GTI_DESKTOPWIDTH ) )
   screenHeight:HB_GTINFO( HB_GTI_SCREENHEIGHT, HB_GTINFO(
HB_GTI_DESKTOPHEIGHT ) - 50 )

very bad code

2010/1/11 Przemysław Czerpak <dru...@acn.waw.pl>

> 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
> _______________________________________________
>
-- 
Massimo Belgrano
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to