Search found 438 matches: tmp

Return to advanced search

Re: Problems with Preview

Hi Antonio, Both the TEMP and TMP variables were a strange folder that doesn't even exist and that was also the oprinter:cdir folder. So I created my own temp folder and changed oprinter:cdir to that folder. When running your sample code ...
by dtussman
Sat Nov 12, 2022 1:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with Preview
Replies: 14
Views: 830

Re: Problems with Preview

Dear David, Please check these values remotely: MsgInfo( GetEnv( "TEMP" ) ) MsgInfo( GetEnv( "TMP" ) ) MsgInfo( GetWinDir() ) MsgInfo( oPrinter:cDir ) will tell you which one is in use as this is the code where the preview sets the temporary folder:      ::cDir ...
by Antonio Linares
Fri Nov 11, 2022 8:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with Preview
Replies: 14
Views: 830

Re: hb_base64 link

... COMPILEERROR IF EXIST %1.rc %VCDIRBIN%\rc -nologo -r -d__FLAT__ -I%VCDIR%\include %1 IF ERRORLEVEL 1 GOTO RESOURCESERROR echo %1.obj > msvc.tmp echo %FWDIR%\lib\fiveh32.lib >> msvc.tmp echo %FWDIR%\lib\fivehc32.lib >> msvc.tmp echo %FWDIR%\lib\hbhpdf32.lib >> msvc.tmp echo ...
by carlos vargas
Sun Sep 04, 2022 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 3502

Re: FWH WebApp (HTML) testing

Dario,

copy buildh32.bat buildh32mt.bat

Y modifica solamente esta línea:
echo %hdirl%\hbvmmt.lib >> msvc.tmp

en vez de usar hbvm.lib, usamos hbvmmt.lib

con eso ya puedes construir los ejemplos en MultiThreading :-)
by Antonio Linares
Wed Aug 31, 2022 3:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH WebApp (HTML) testing
Replies: 32
Views: 2391

Migranting xHarbour for Harbour

... to solve this ? i'm compiling with harbour 3.2.0, before i used xharbour 1.2.3 Lines 7320, Functions/Procedures 18 Generating C source output to '\tmp\obj901\GER.c'... Done. bcc32 -M -c -I\harbour\INCLUDE;\BCC74\INCLUDE -tW -o\tmp\obj901\GER.obj \tmp\obj901\GER.c Embarcadero C++ 7.40 for Win32 ...
by Ari
Thu Aug 25, 2022 11:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migranting xHarbour for Harbour
Replies: 18
Views: 982

Re: RANDOM FileName ?

Windows API function GetTempFileName() always uses ".TMP" extension.
FWH functions are better.
by nageswaragunupudi
Tue Aug 16, 2022 8:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RANDOM FileName ?
Replies: 11
Views: 604

VS-Installer

... like the MS editor. After download and running the installer I get a window where I must make a choice for ???? https://www.hamelau.eu/tmp/VS-Installer.gif I don't know what to chose for my needs. Could someone guide me for that? Thanks and regards Detlef
by Detlef
Thu Jul 21, 2022 9:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: VS-Installer
Replies: 4
Views: 467

Re: Conectar SFTP con CURL

Estimado Paz, He modificado FWH\samples\buildh64.bat para añadir estas dos líneas: echo %hdirl%\hbcurl.lib >> msvc.tmp echo %hdirl%\libcurl.lib >> msvc.tmp y he probado el siguiente ejemplo, verhoven.prg #include "FiveWin.ch"function Main()   MsgInfo( ...
by Antonio Linares
Sat Jul 09, 2022 5:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conectar SFTP con CURL
Replies: 67
Views: 10258

Re: Conectar SFTP con CURL

... Y en el .bat para montar el exe incluyo la librería siguiente: echo %hdirl%\hbcurl.lib >> msvc.tmp Pero me arroja los errores que copio a continuación: hbcurl.lib(core.obj) : error LNK2019: símbolo externo __imp_curl_formadd sin resolver ...
by Verhoven
Thu Jul 07, 2022 4:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conectar SFTP con CURL
Replies: 67
Views: 10258

Re: xBrowse - how to oXbrw:gotop() after header is click?

... assign oCol:cSortOrder := <OrderTag> and oCol:cOrdBag := <cOrdBag> // if separate Example (DBFCDX): INDEX ON COLA+COLB TAG IDXAB TO TMP MEMORY oCol:cSortOrder := "IDXAB" oCol:cOrdBag := "TMP"
by nageswaragunupudi
Mon May 30, 2022 4:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - how to oXbrw:gotop() after header is click?
Replies: 9
Views: 546

Re: vertical position in preview

but true.
Image
by Detlef
Thu May 12, 2022 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: vertical position in preview
Replies: 15
Views: 847

Re: Class TFont different

... nRow, nCol, "Line below", oFont )         ENDPAGE   ENDPRINT   RELEASE FONT oFontRETURN The jpg file https://www.hamelau.eu/tmp/dgsv.jpg can be downloaded at https://www.hamelau.eu/tmp/dgsv.jpg I know that your advice will be to let the printer do the ...
by Detlef
Sun May 01, 2022 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Class TFont different
Replies: 2
Views: 312

Re: Error al Compilar archivo MAK

Maestro Antonio

Muy buen día.

Por mas que le doy, no logro conseguir, veo que era mas difícil de lo que pensé, mucho tiempo invertido.

Ni siquiera genera msvc.tmp.

Saludos.

Antonio
by remtec
Sun May 01, 2022 4:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al Compilar archivo MAK
Replies: 8
Views: 468

Re: Error al Compilar archivo MAK

... en otras publicaciones, pero nada, serán las macros que no andan? Muchos Saludos. Crea los directorios, OBJ, C, EXE No Crear el archivo msvc.tmp No indica nada mas. Saludos. Antonio Codigo de MAK #define macrosHBDIR=c:\util\harbour_win32_msvc_2020_10_19FWDIR=c:\util\fwh22.03VCDIR="Program ...
by remtec
Sat Apr 30, 2022 7:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al Compilar archivo MAK
Replies: 8
Views: 468

Re: Ayuda para Instalar Microsoft Visual Studio

... de instalar Microsoft Visual Studio ver 2022. Pero si he instalado la version 2019 y no me instala las librerias: echo kernel32.lib >> msvc.tmp echo user32.lib >> msvc.tmp echo gdi32.lib >> msvc.tmp echo winspool.lib >> msvc.tmp echo comctl32.lib >> msvc.tmp echo ...
by remtec
Mon Apr 18, 2022 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda para Instalar Microsoft Visual Studio
Replies: 30
Views: 1363
PreviousNext

Return to advanced search