Search found 658 matches: temp

Return to advanced search

Re: Ayuda C++ : SOLUCIONADO

// hb_parc(3) -> "c:\temp\salida.pdf" // la impresora por defecto no pueder ser PDF24 O PDFCREATOR (VIRTUALES) HB_FUNC_STATIC( STARTDOC ) { HDC hDC = (HDC) hb_parnl(1) ; LPDOCINFO sDoc = NULL; BOOL Result = FALSE ; if (hDC ...
by russimicro
Fri Apr 19, 2024 9:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda C++ : SOLUCIONADO
Replies: 12
Views: 324

Re: Centrar texto VERTICALMENTE

... FONT oFont   ENDPAGE   ENDPRINT   RELEASE FONT oFontreturn nil Thank you very much mr. Nages But that's not how it works: PRINT oPrn FILE "C:\Temp\lerele.pdf" I don't use HaruPDF. Thank you very much anyway.
by FiveWiDi
Tue Apr 09, 2024 2:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 475

Re: Connecting to a BLE device

... here in function HB_FUN_TEST Error E2140 testble.prg 53: Declaration is not allowed here in function HB_FUN_TEST *** 16 errors in Compile *** c:\temp\BluetoothApis.lib * Linking errors *
by Jeff Barnes
Tue Feb 27, 2024 9:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connecting to a BLE device
Replies: 8
Views: 319

Re: Tdatabase ordcreate temp

nageswaragunupudi wrote:if DBFCDX

Code: Select all  Expand view
INDEX ON FIELD JUMP TAG JUMPTMP TO TMP TEMPORARY


OR
Using this syntax:
Code: Select all  Expand view
METOD CreateIndex( cFile, cTag, cKey, lUnique, lDescend, lMemory )

Code: Select all  Expand view
oTmp4:CreateIndex( "TMP", "JUMPTMP", "JUMP", nil, nil, .T. )


thanks
by Silvio.Falconi
Sat Jan 27, 2024 9:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tdatabase ordcreate temp
Replies: 2
Views: 498

Re: Tdatabase ordcreate temp

if DBFCDX

Code: Select all  Expand view
INDEX ON FIELD JUMP TAG JUMPTMP TO TMP TEMPORARY


OR
Using this syntax:
Code: Select all  Expand view
METOD CreateIndex( cFile, cTag, cKey, lUnique, lDescend, lMemory )

Code: Select all  Expand view
oTmp4:CreateIndex( "TMP", "JUMPTMP", "JUMP", nil, nil, .T. )
by nageswaragunupudi
Fri Jan 26, 2024 11:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tdatabase ordcreate temp
Replies: 2
Views: 498

Tdatabase ordcreate temp

I use tdatabase

Select( oTemp4:nArea )
index on oTemp4:jump To Temp

why make error ?
by Silvio.Falconi
Fri Jan 26, 2024 12:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tdatabase ordcreate temp
Replies: 2
Views: 498

Re: SAPI : change Voice

... -march=i586 -mtune=pentiumpro -fomit-frame-pointer -W -Wall -pipe -IC:/hmg.3.4.4/harbour/include -IC:/hm g.3.4.4/0/SAPI -IC:/hmg.3.4.4/include R:/Temp/hbmk_9tofgt.dir/Main.c R:/Temp/hbmk_9tofgt.dir/HB_FUNC.c R:/Temp/hbmk_5vro 0l.c the Error are in Lines which have "->" (Alias ?) in ...
by Jimmy
Thu Jan 25, 2024 4:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3567

Re: erase files

Silvo I create a local folder on the C: drive called c:\dbtmp and that is where I write all my temp files .. when the application starts it creates the folder c:\dbtmp if not alreacy exist then uses aDIr to create an array of all files in c:\dbtmp and I just use a For\Next ...
by Rick Lipkin
Wed Jan 24, 2024 7:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase files - Resolved!!
Replies: 20
Views: 1544

Re: phpBB to LLM

... config_settings, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\alerc\AppData\Local\Temp\pip-build-env-k67z_tif\overlay\Lib\site-packages\setuptools\build_meta.py", line 404, in build_wheel return self._build_with_temp_dir( ^^^^^^^^^^^^^^^^^^^^^^^^^^ ...
by alerchster
Mon Dec 25, 2023 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4696

Re: Using Microsoft AI Phi-2 from FWH

command prompt Run vcvarsall.bat Change to the directory from step 3 (temp). Call there cmake .. (parameter is ..) and this will create the sln file for VS. i did what you told me ... but still have Problem Microsoft Windows [Version 10.0.19045.3803] (c) Microsoft ...
by Jimmy
Fri Dec 22, 2023 1:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8330

Re: Using Microsoft AI Phi-2 from FWH

command prompt
Run vcvarsall.bat
Change to the directory from step 3 (temp).
Call there cmake .. (parameter is ..) and this will create the sln file for VS.
by alerchster
Thu Dec 21, 2023 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8330

Re: Using Microsoft AI Phi-2 from FWH

Steps to build llama64.dll: 1. git clone https://github.com/ggerganov/llama.cpp 2. cd llama.cpp 3. mkdir temp 4. cd temp 5. cmake .. 6. open created llama.cpp.sln using Visual Studio and select "Release" at the top bar 7. On the project tree, right click on build_info, ...
by Antonio Linares
Tue Dec 19, 2023 11:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8330

Re: Help splitting up a character address string

... Excel file and write a conversion program that starts at column 1 thru the end column ( whatever ) and take all those values and stuff them into a temp .dbf file. The SQL table has Street,City, State and Zip .. however the Address excel column has street,city,state and zip concatenated into one ...
by Rick Lipkin
Wed Nov 15, 2023 10:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 602

Re: Archivo .BAT no funciona

José
Saludos,
El resultado el .BAT quedó de esta manera:
c:\adp\mysql\mysql.exe SGEV60_TEST < c:\adp\dpsgev60\dpsgev60.sql -uroot -proot --host=127.0.0.1 --port=3306 > TEMP\MYSQL.LOG
by jnavas
Fri Sep 29, 2023 4:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Archivo .BAT no funciona
Replies: 8
Views: 538

Re: Incluyendo el SQLRDD

... -DHBMK_HAS_HBCT=1 -DHBMK_HAS_ HBTIP=1 -DHBMK_HAS_HBFSHIP=1 -DHBMK_HAS_HBXPP=1 -DHBMK_HAS_HBWIN=1 -DHBMK_HAS_XH B=1 -oC:\Users\gussw\AppData\Local\Temp\hbmk_yolxxb.dir\ -ic:\bcc7\Include -ic:\ bcc7\Include\dinkumware -ic:\bcc7\Include\windows\crtl -ic:\bcc7\Include\windows \rtl -ic:\bcc7\Include\windows\sdk ...
by Joaquim Ferrer
Fri Aug 25, 2023 6:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 2567
Next

Return to advanced search