Estaba ocupando la siguiente función y ahora al compilar me dice que no la encuentra, alguien me podría decir en donde la encuentro o que tengo que poner para encontrarla?
Uso
Code: Select all
HMG.3.1.5Code: Select all
#include "hmg.ch"
#include "hfcl.ch"
#include "Dbstruct.ch"
#include "Fileio.ch"La funcion es:
Code: Select all
GRID_SetBkImage ("Browse_1", "PantFiltros", _GRID_SETBKIMAGE_FILL_, ccPaisajes+"Paisaje1.bmp", 0, 0)
Code: Select all
`ISEXERUNNING'//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Hello everyone
He was taking the next function to compile and now tells me not found, someone could tell me where the meeting or that I have to put in to find it?
Use
Code: Select all
HMG.3.1.5 Code: Select all
# include "hmg.ch"
# include "hfcl.ch"
# include "Dbstruct.ch"The function is:
Code: Select all
GRID_SetBkImage ("Browse_1" "PantFiltros" _GRID_SETBKIMAGE_FILL_, ccPaisajes + "Paisaje1.bmp", 0, 0)It also tells me that already duplicated the function:
Code: Select all
`ISEXERUNNING 'El error que me sale al compilar es:
The error I get when compiling is:
Code: Select all
Harbour 3.2.0dev (r1307180024)
Copyright (c) 1999-2013, http://harbour-project.org/
C:/hmg.3.1.5/lib/libhmg.a(c_winapimisc.o):c_winapimisc.c:(.text+0xf60): multiple definition of `HB_FUN_ISEXERUNNING'
C:/Users/MAQUIN~1/AppData/Local/Temp/hbmk_h368y2.dir/Sistema.o:Sistema.c:(.text+0x80): first defined here
C:/Users/MAQUIN~1/AppData/Local/Temp/hbmk_h368y2.dir/Sistema.o:Sistema.c:(.data+0x1158): undefined reference to `HB_FUN_GRID_SETBKIMAGE'Un Abrazo!
Thanks for your help and possible solutions.
A Hug!