[SettingsInfo] Target = Provides a space for you to specify an output file and location of the program that the linker creates. Working Directory = Provides a space for you to specify the directory in which executing occurs. If you do not specify a directory, executing occurs in the directory where the executable is located. Command Line Arguments = Provides a space for you to specify command-line arguments you want to pass to the program at startup. Compiler Options = Provides a space for you to specify an additional compiler options. Linker Options = Provides a space for you to specify an additional linker options. Debugger=Provides a space for you to set the debugger you want to use to debug application.
Fatal: Unable to open file 'HBSIX.LIB' email.exe - 0 errors(s), 0 warning(s)
E continua sem gerar o email.exe.
Nao encontro a HBSIX.LIB. Compilando com o buildx.bat dá o erro mas gera o executavel. Se retirar a linha: Cmd10 = echo $(CPATH)\lib\b32\hbsix.lib + >> b32.bc não dá erro mas fico na mesma sem o email.exe
O ficheiro makefile que o UEStudio cria em: X:\xHarbour\FWH260\SAMPLES\Release continua a ter a linha que me da ideia que apaga o executavel depois de ser gerado: CLEAN: -@erase "email.res" -@erase "email.c" -@erase "email.obj" -@erase "email.EXE"
------------------------------------
Utilizo o FWH 2.6 e o xHarbour 0.99.3 (simplex) que veio com o FWH 2.6
Com a versão que me enviou FWH 2.6 vem o xharbour 0.99.3 e não existe essa LIB. Fiz download do file www.fivetechsoft.com/files/xharbour.exe e este ja tem essa LIB mas é a versão 0.99.60. Posso utilizar esta ultima versão com a versão do FHW que tenho ? Preciso de fazer alguma alteração ?
Substitui o x:\xharbour\lib\hbsix.lib por x:\xharbour\lib\dbfdbt.lib conforme disse. Não tem erros: ------------------------- Borland Resource Compiler Version 5.40 Copyright (c) 1990, 1999 Inprise Corporation, All rights reserved. email.EXE - 0 erro(s), 0 warning(s) ------------------------- Mas não cria o email.exe. Os novos ficheiros que cria são:
no X:\xHarbour\FWH260\SAMPLES ........................ email.RES ........................ email.prj ........................ email.udp no X:\xHarbour\FWH260\SAMPLES\Release ........................ b32.bc ........................ makefile ........................ email.obj ........................ email.c
e não cria mais nenhum ficheiro. Será algum parametro do UEStudio ?
Em vez de apagar a instrução e renumerar os CMD deixei a linha assim: ------ Cmd10 = echo $(CPATH)\lib\b32\dbfdbt.lib + >> b32.bc #Cmd11 = echo $(CPATH)\lib\b32\hbsix.lib + >> b32.bc Cmd12 = echo $(CPATH)\lib\b32\debug.lib + >> b32.bc
-----
Depois de retirar a linha e renumerar os CMD ---- Cmd9 = echo $(CPATH)\lib\b32\dbffpt.lib + >> b32.bc Cmd10 = echo $(CPATH)\lib\b32\dbfdbt.lib + >> b32.bc Cmd11 = echo $(CPATH)\lib\b32\debug.lib + >> b32.bc ------------
deu erro: --------- Fatal: Unable to open file 'CODEPAGE.LIB' --------
Retirei a linha e renumerei ---- Cmd13 = echo $(CPATH)\lib\b32\pp.lib + >> b32.bc Cmd14 = echo $(BPATH)\lib\cw32.lib + >> b32.bc -----
e ficou a criar o email.EXE na pasta Release.
Nao é possivel alterar a pasta onde é criado o EXE ?
Tentei colocar ---- [Settings] Target = x:\MyApp\Testes Category&01 = DEFAULT RUN CONFIGURATION Working Directory =. Command Line Arguments = Category&02 = COMPILER OPTIONS Warnings = no|yes Assumed Variables = no|yes Compiler Options = Libraries = ----- mas continua a criar o EXE na pasta Release