Menu

#42 Function not found HWG_ISWINDOWS

v1.0_(example)
closed
nobody
None
1
2020-11-30
2020-05-17
No

Hi!
\samples\testfunc.prg

undefined reference to `HB_FUN_HWG_ISWINDOWS'
Best regards,
Itamar M. Lins Jr.

Discussion

  • Wilfried Brunken

    Hello Itamar,
    the function was realized in file "hmisc.prg", must be added in the makefile of your compiler.
    (Entry $(OBJ_DIR)/hmisc.o \ or $(OBJ_DIR)/hmisc.obj )
    I added this correctly in following commits:

    2020-05-03 20:30 UTC+0200 Wilfried Brunken DF7BE
    * makedll.bc
    * makefile.bc
    * makefile.pc
    * makefile.vc
    * makefile.wc
    !
    ! Added in all Windows makefiles:
    ! $(OBJ_DIR)\hmisc.o \
    ! in the hope, that the modification
    ! works. Tested only with MinGW, OK.
    ! see 2020-04-24 18:00: Added hmisc.prg r2831

    2020-04-24 18:00 UTC+0200 Wilfried Brunken DF7BE
    * source\winapi\misc.c
    * source\winapi\hmisc.prg (New)
    * makefile.gcc
    * Makefile.scr
    * source\gtk\misc.c
    * source\gtk\hmisc.prg (New)
    * source\gtk\Makefile.mingw
    * source\gtk\Makefile.scr
    * source\gtk\Makefile.linux
    * samples\gtk_samples\GetWinVers.prg (New)
    * samples\GetWinVers.prg (New)
    * samples\Readme.txt
    !
    ! Functions added:
    ! hwg_isWindows()
    ...

    MNI TNX, 73 es 55 de DF7BE, Wilfried

     
  • Itamar M. Lins Jr.

    Hi!
    Please add hmisc.c on hwgui.hbm. using it is simple to understand and cross platform.
    hbmk2 is default maker of Harbour.

    Best regards,
    Itamar M. Lins Jr.

     
  • Wilfried Brunken

    Hello Iramar,
    committed:
    Sende Changelog
    Sende hwgui.hbm
    Übertrage Daten ..erledigt
    Übertrage Transaktion...
    Revision 2843 übertragen.

    Please test modification and give feedback. TNX fer ur support.
    I'll give a response to your ticket #43 as soon as possible, i am very busy at this time.
    I amcreating an "easy to install" archive for MinGW64 and then i try to retrace your case.

    With regards,
    73 es 55 de
    DF7BE, Wilfried

     
  • Maurizio la Cecilia

    • status: open --> closed
     

Log in to post a comment.