... MAIN<> 275->20241105 195326 252 + 0.001 Syswait( 0.001 ) 05-11-24/19:53:26 MAIN<> 277->20241105 195326 253 Son valores de TTos( DateTime() ) Con Inkey() no sé si funcionará igual, prefiero SysWait() que permite al sistema gestionar los eventos que estén en curso. Muchas ...
1) copie el two.prg que esta dentro del gccmake.prg a la carpeta bormake porque no lo trae (y en el test.mak hace referecia a two.c y two.obj), cambie las rutas e incluso las rutas dentro de los archivos CFG de borland. y al compilar con go.bat (que tambien cambie la ruta del make) me tira este erro...
Armando estás intentando linkar las librerias de Fivewin para el compilador MinGw en lugar de utilizar las de Borland Es cierto. Estaba apuntando a las librerias para Mingw de Fwh, a pesar que todas las variables de entorno apuntaban a Harbour y Bcc7. Ya corregí; pero el arreglo ha resultado peor q...
When I print my document I use a function to converte the time // Time To Seconds FUNCTION TTOS( cTime ) default cTime:= time() RETURN ( VAL( SUBSTR( cTime, 1, 2 )) * 3600 + ; VAL( SUBSTR( cTime, 4, 2 )) * 60 + ; VAL( SUBSTR( cTime, 7, 2 )) ; ) it run ok when I go to ...
Both the functions TTOS() and DATETIME() are provided by xHarbour, since a long time. I built this small program with buildxhb.bat (using xhb.com) in fwh\samples folder. #include "fivewin.ch"function Main() ...
Most of my builds are with Harbour and Microsoft Visual Studio. There are two functions used TToS( ) and DateTime() in database.prg and rpreview.prg and there is no problem at all with them. The issue is I'm trying to also build an xHarbour ( .com ) version ( Pelles ) ...
Hi, I recently upgraded from FWH ver 10.09 to ver 17 and I'm having troubles with the installation. I'm using buildh.bat as a model for a make file and after solving several errors I'm still getting these at the linking stage: Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technolog...