Search found 376 matches: comp

Return to advanced search

Re: .HBP para harbour y Visual Studio

Otro error C:\MiProj>if exist tutor01.exe del tutor01.exe C:\MiProj>set path=C:\harbour32\bin C:\MiProj>hbmk2.exe MiProj32.hbp -comp=msvc -run hbmk2[MiProj32]: Warning: Cannot find xhb.hbc (referenced from MiProj32.hbp) hbmk2[MiProj32]: Warning: Cannot find hbct.hbc (referenced from ...
by Compuin
Mon Nov 29, 2021 9:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: .HBP para harbour y Visual Studio
Replies: 36
Views: 3519

Re: .HBP para harbour y Visual Studio

Ahora me arroja esto C:\MiProj>Set include=C:\harbour64\include C:\MiProj>C:\harbour64\bin\hbmk2 MiProj.hbp -comp=msvc64 -run hbmk2[MiProj]: Warning: Ignoring explicitly specified core header directory: c:\harbour64\include (in option '-Ic:\fwh64\include;c:\harbour64\include' ...
by Compuin
Mon Nov 29, 2021 8:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: .HBP para harbour y Visual Studio
Replies: 36
Views: 3519

Re: .HBP para harbour y Visual Studio

Hola, Corri tu ejemplo y me arroja estos errores C:\MiProj>C:\harbour64\bin\hbmk2 MiProj.hbp -comp=msvc64 -run hbmk2[MiProj]: Warning: Cannot find xhb.hbc (referenced from MiProj.hbp) hbmk2[MiProj]: Warning: Cannot find hbct.hbc (referenced from MiProj.hbp) hbmk2[MiProj]: ...
by Compuin
Mon Nov 29, 2021 8:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: .HBP para harbour y Visual Studio
Replies: 36
Views: 3519

Error compilando con msvc 64 bits. (SOLUCIONADO)

Hola amigos: probando el compilador msvc de 64 bits, me da error al intentar generar un .exe con un simple archivo .prg con hbmk2 el cual es construido perfectamente con Borland 7.4 de 32 bits. Entorno harbour 64 bits bajado del repositorio ...
by jvtecheto
Fri Nov 26, 2021 2:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error compilando con msvc 64 bits. (SOLUCIONADO)
Replies: 13
Views: 1221

Re: .HBP para harbour y Visual Studio

Deberia de funcionar cambiando el compilador. Opción -comp=msvc64 También deberás de añadir al Path tu ruta del archivo cl.exe. Yo lo he probado con un simple .prg sin Fwh sin proyecto y me da error de compilación En el fichero .c Prueba a ...
by jvtecheto
Thu Nov 25, 2021 9:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: .HBP para harbour y Visual Studio
Replies: 36
Views: 3519

How to build hbtipssl

... and execute it, then run this from it: cd c:\harbour\contrib\hbtip\ c:\harbour\contrib\hbtip>c:\harbour\bin\win\msvc64\hbmk2 hbtipssl.hbp -comp=msvc64 finally rename the created hbtip.lib as hbtipssl.lib Here you have it already built: https://github.com/FiveTechSoft/Harbour_builder/tree/master/win64_hbtipssl
by Antonio Linares
Wed Nov 10, 2021 12:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to build hbtipssl
Replies: 2
Views: 415

Re: Campos empaquetados en archivo de texto

Usando comp-3 el valor 12.345 queda como 12 34 5C y el valor -1.2 queda como 01 2D (C es positivo y D negativo)

estamos cerca :-)
https://stackoverflow.com/questions/795523/interpreting-comp-3-packed-decimal-fields-into-numeric-values
by Antonio Linares
Sat Oct 16, 2021 7:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Campos empaquetados en archivo de texto
Replies: 47
Views: 3821

Re: Campos empaquetados en archivo de texto

... estos campos venían en EBCDIC pero ahora lo cambiaron. Lo que necesito es alguna función que convierta los campos empaquetados (COMP-3) por los menos en texto, después yo me arreglo. Gracias. Abrazo Miguel
by El Loco
Sat Oct 16, 2021 6:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Campos empaquetados en archivo de texto
Replies: 47
Views: 3821

Re: Campos empaquetados en archivo de texto

Miguel Angel, Aqui tienes unas funciones en C# y VB que facilmente (son pequeñas) puedes pasar a Harbour: https://newbedev.com/c-convert-comp-3-packed-decimal-to-human-readable-value https://stackoverflow.com/questions/142972/c-convert-comp-3-packed-decimal-to-human-readable-value
by Antonio Linares
Tue Oct 12, 2021 8:19 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Campos empaquetados en archivo de texto
Replies: 47
Views: 3821

Re: Fields packed in text file

Miguel,

Please provide us a Comp-3 (Packed Decimals) file example to analyze it
by Antonio Linares
Mon Oct 11, 2021 5:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fields packed in text file
Replies: 3
Views: 473

Re: Campos empaquetados en archivo de texto

Puedes proporcionar un fichero de ejemplo empaquetado con Comp-3 (Packed Decimals) ?
by Antonio Linares
Mon Oct 11, 2021 5:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Campos empaquetados en archivo de texto
Replies: 47
Views: 3821

Fields packed in text file

Hello everyone ... so long ... trying to get back in the ring. I hope you all are okay. I need help reading packed fields (Comp-3 (Packed Decimals)) in a text file coming from a mainframe. I have tried full-featured in Harbor and FiveWin and to no avail. Could someone guide me how to ...
by El Loco
Sun Oct 10, 2021 10:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fields packed in text file
Replies: 3
Views: 473

Campos empaquetados en archivo de texto

Hola a todos... tanto tiempo...tratando de volver al ruedo. Espero que estén muy bien. Necesito ayuda para leer campos empaquetados (Comp-3 (Packed Decimals)) en un archivo de texto proveniente de un mainframe. He probado con todas las funciones en Harbour y FiveWin y sin ningún resultado. ...
by El Loco
Sun Oct 10, 2021 10:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Campos empaquetados en archivo de texto
Replies: 47
Views: 3821

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

este es el archivo MAK completo ############################################################################## # Template make file for FWH and Borland 7 Make tool # # Pograma: Winfar64 # ############################################################################## # Make directives ###############...
by rterraz
Sat Sep 18, 2021 2:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 5847

Re: C into PRG problem

hmpaquito wrote:https://comp.lang.xharbour.narkive.com/ixJp2vGG/compilation-problemm


Thanks for your good information.
by richard-service
Thu Aug 19, 2021 7:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: C into PRG problem-RESOLVED
Replies: 6
Views: 710
PreviousNext

Return to advanced search