Clipper On Line • Ver Tópico - Incluir "hbziparc.hbc" na IDE HMG UNICODE ver 1.2a
Página 1 de 1

Incluir "hbziparc.hbc" na IDE HMG UNICODE ver 1.2a

MensagemEnviado: 31 Jan 2020 16:57
por susviela@bol.com.br
Quero usar ==> hb_ZipFile() hb_UnzipFile() essas funções em um projeto criado com essa IDE.

IDE : HMG UNICODE ver 1.2a

Onde seto / coloco essa opção para que a IDE inclua esses recursos na hora da compilação ?.

=============================================
hbmk2: Harbour: Compilando m¢dulos...
Harbour 3.2.0dev (r1703241902)
Copyright (c) 1999-2016, http://harbour-project.org/
hbmk2: Compilando...
hbmk2: Linkando... PowerKey-15.exe
.hbmk/win/mingw/Main.o:Main.c:(.data+0x188): undefined reference to `HB_FUN_HB_ZIPFILE'
collect2.exe: error: ld returned 1 exit status
hbmk2[PowerKey-15]: Erro: Executando linkeditor. 1
gcc.exe .hbmk/win/mingw/Main.o .hbmk/win/mingw/_hbmkaut_Main.o C:/power/win/PowerKey_15/_temp.o -pthread -static-libgcc -static-libstdc++ -static -lpthread -mwindows -Wl,--start-group -lhmg -lcrypt -ledit -leditex -lgraph -lini -lreport -lhfcl -lmsvfw32 -lvfw32 -lhbmysql -lmysql -lhbfimage -lhbpgsql -lsddmy -lhbvpdf -lhbct -lhbwin -lhbmzip -lminizip -lhbmemio -lhbmisc -lhbtip -lsqlite3 -lhbsqlit3 -lsddodbc -lrddsql -lhbodbc -lodbc32 -lhbhpdf -lhbnetio -lxhb -lpng -llibhpdf -lhbzebra -lhbextern -lhbdebug -lhbvmmt -lhbrtl -lhblang -lhbcpage -lgtcgi -lgtpca -lgtstd -lgtwin -lgtwvt -lgtgui -lhbrdd -lhbuddall -lhbusrrdd -lrddntx -lrddcdx -lrddnsx -lrddfpt -lhbrdd -lhbhsx -lhbsix -lhbmacro -lhbcplr -lhbpp -lhbcommon -lhbmainwin -lkernel32 -luser32 -lgdi32 -ladvapi32 -lws2_32 -liphlpapi -lwinspool -lcomctl32 -lcomdlg32 -lshell32 -luuid -lole32 -loleaut32 -lmpr -lwinmm -lmapi32 -limm32 -lmsimg32 -lwininet -lhbpcre -lhbzlib -Wl,--end-group -o"PowerKey-15.exe" -LC:/hmg.3.4.4/harbour/lib/win/mingw -LC:/hmg.3.4.4/lib

hbmk2: Dica: Adicionar op‡Æo 'hbziparc.hbc' faltando nas fun‡äes: hb_ZipFile()

.
Erro_IDE_HMG.png
Onde indicar ???
Erro_IDE_HMG.png (11.6 KiB) Visualizado 2351 vezes


#Susviela

Incluir "hbziparc.hbc" na IDE HMG UNICODE ver 1.2a

MensagemEnviado: 31 Jan 2020 17:12
por susviela@bol.com.br
Resolvido ...

- Só editar o arquivo hmg32.hbc e incluir a linha :

libs=hbziparc

#Susviela