Error Amigous reference
Posted: Fri Apr 28, 2017 7:25 am
Hello friends,
I have one problem with harbour compailing.
I changed h_edit_ex.prg to get my desktop height and width from my program:
// TamaĆo de la pantalla.
*_nAltoPantalla := getDesktopHeight()
*_nAnchoPantalla := getDesktopWidth()
_nAltoPantalla := ndesktoph
_nAnchoPantalla := ndesktopw
In compiling I get error:
c:\hmg.3.4.4\SOURCE\EditEx>buildlib
Harbour 3.2.0dev (r1703241902)
Copyright (c) 1999-2016, http://harbour-project.org/
Compiling 'h_edit_ex.prg'...
h_edit_ex.prg(551) Warning W0001 Ambiguous reference 'NDESKTOPH'
h_edit_ex.prg(552) Warning W0001 Ambiguous reference 'NDESKTOPW'
In my old Harbour days this worked without errors. Is there any solution?
br Rado
I have one problem with harbour compailing.
I changed h_edit_ex.prg to get my desktop height and width from my program:
// TamaĆo de la pantalla.
*_nAltoPantalla := getDesktopHeight()
*_nAnchoPantalla := getDesktopWidth()
_nAltoPantalla := ndesktoph
_nAnchoPantalla := ndesktopw
In compiling I get error:
c:\hmg.3.4.4\SOURCE\EditEx>buildlib
Harbour 3.2.0dev (r1703241902)
Copyright (c) 1999-2016, http://harbour-project.org/
Compiling 'h_edit_ex.prg'...
h_edit_ex.prg(551) Warning W0001 Ambiguous reference 'NDESKTOPH'
h_edit_ex.prg(552) Warning W0001 Ambiguous reference 'NDESKTOPW'
In my old Harbour days this worked without errors. Is there any solution?
br Rado