Lines 152, Functions/Procedures 2, pCodes 447
xHarbour 1.3.1 Intl. (SimpLex) (Build 20240624)
Copyright 1999-2024, http://www.xharbour.org http://www.harbour-project.org/
Cannot open input file: hymlyma.exe
hbmk2[xhbcmp]: Error: Running Harbour compiler. 1
c:\xHar2407_64\bin\harbour.exe -n hymlyma.exe -ic:\xHar2407_64\include -ic:\fwh64_2407\include
C:\cmplar_64>
-gui
#los prgs
.\prg\R32_MENU.prg
.\prg\R32_PERM.prg
#recursos
.\res\CONTABLE.res
-info
#-traceonly
-workdir=
-optim-
-ldflag+=-aa
-Ic:\fwh64_2407\include
-Lc:\fwh64_2407\lib
-lFivehx64
-lFiveC64
-lct
-lhbzip
-ltip
-lhbcomm
-lhbcurl
-llibcurl
-ofilename hymlyma.exe
Cgallegoa wrote:Ya lo logré. Tenia el "manifest" equivocado. Ya compilé mi primer prg con hHarbour64 y Borland7764 usando hbmk2 . Ahora, a aprender a usarlo a fondo.
Leando pudiste hacerlo funcionar ? Si aún no lo logras y si quieres, te puedo pasar lo que tengo a ver si te sirve.
Un abrazo,
-gui
#los prgs
.\prg\R32_MENU.prg
.\prg\R32_PERM.prg
#recursos
.\res\CONTABLE.res
-info
#-traceonly
-workdir=
-optim-
-ldflag+=-aa
-Ic:\fwh64_2407\include
-Lc:\fwh64_2407\lib
-lFivehx64
-lFiveC64
-lct
-lhbzip
-ltip
-lhbcomm
-lhbcurl
-llibcurl
-ohymlyma
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*" />
</dependentAssembly>
</dependency>
</assembly>
Enrico Maria Giordano wrote:This manifest is fine for both 32 and 64 bit:
R32_TABL.prg
alerchster wrote:
- Code: Select all Expand view
-gui
#los prgs
.\prg\R32_MENU.prg
.\prg\R32_PERM.prg
#recursos
.\res\CONTABLE.res
-info
#-traceonly
-workdir=
-optim-
-ldflag+=-aa
-Ic:\fwh64_2407\include
-Lc:\fwh64_2407\lib
-lFivehx64
-lFiveC64
-lct
-lhbzip
-ltip
-lhbcomm
-lhbcurl
-llibcurl
-ohymlyma
-inc
-gui
#los prgs
.\prg\R32_MENU.prg
.\prg\R32_PERM.prg
.\prg\R32_RCA1.prg
#recursos
.\res\CONTABLE.res
-info
#-traceonly
-workdir=
-optim-
-ldflag+=-aa
-Ic:\fwh64_2407\include
-Lc:\fwh64_2407\lib
-lFivehx64
-lFiveC64
-lct
-lhbzip
-ltip
-lhbcomm
-lhbcurl
-llibcurl
-ohymlyma
-run
-inc
hbmk2: Linking... hymlyma.exe
Turbo Incremental Link64 6.98 Copyright (c) 1997-2023 Embarcadero Technologies, Inc.
Error: Unresolved external 'HB_FUN_R32_RCA1' referenced from C:\CMPLAR_64\R32_MENU.O
hbmk2[xhbcmp]: Error: Running linker. 2
ilink64.exe @C:\Users\leandro\AppData\Local\Temp\64\8nbpbx.lnk
hbmk2: Error: Referenced, missing, but unknown function(s): R32_RCA1()
C:\cmplar_64>
Lines 2047, Functions/Procedures 3, pCodes 10441
xHarbour 1.3.1 Intl. (SimpLex) (Build 20240624)
Copyright 1999-2024, http://www.xharbour.org http://www.harbour-project.org/
Compiling '.\prg\R32_RCA1.prg'...
.\prg\R32_RCA1.prg(13) Error E0001 Statement not allowed outside of procedure or function
.\prg\R32_RCA1.prg(14) Error E0001 Statement not allowed outside of procedure or function
.\prg\R32_RCA1.prg(15) Error E0001 Statement not allowed outside of procedure or function
.\prg\R32_RCA1.prg(16) Error E0001 Statement not allowed outside of procedure or function
.\prg\R32_RCA1.prg(17) Error E0001 Statement not allowed outside of procedure or function
.\prg\R32_RCA1.prg(18) Error E0001 Statement not allowed outside of procedure or function
.\prg\R32_RCA1.prg(19) Error E0001 Statement not allowed outside of procedure or function
.\prg\R32_RCA1.prg(21) Error E0001 Statement not allowed outside of procedure or function
.\prg\R32_RCA1.prg(22) Error E0001 Statement not allowed outside of procedure or function
.\prg\R32_RCA1.prg(25) Error E0001 Statement not allowed outside of procedure or function
10 errors
*************************
* Modulo: Reporte de Cartera *
*************************
#include "fivewin.ch"
#include "report.ch"
#include "Ado.ch"
#include "vrd.ch"
#include "dtpicker.ch"
#include "xbrowse.ch"
SET DATE BRITISH
SET CENTURY ON
SET CONFIRM ON
SET DELETE ON
SET EPOCH TO 1920
SET EXCLUSIVE OFF
SET MULTIPLE ON
SET 3DLOOK ON
SET ESCA OFF
SET AUTOPEN OFF
REQUEST DBFCDX
pImprCar1()
*******************
*INFORME DE CARTERA
*******************
Function pImprCar1()
Local oRptCar
//Creamos el objeto
oRptCar:= cReci():New(oLamcla:oServer)
oRptCar:cartera()
//oRptCar:cartera_hash()
oRptCar:=nil
Return nil
Return to FiveWin para Harbour/xHarbour
Users browsing this forum: Google [Bot], Willi Quintana and 26 guests