Search found 306 matches: rename

Return to advanced search

Re: FWH 17.03 : Using FWMARIADB for Embedded Server

... from the link: https://github.com/FiveTechSoft/FWH_tools/raw/master/errmsg.fwh Copy the downloaded file to fwh\samples\ folder and then rename it as "errmsg.sys". (This is important) Now, make this small modification to buildh.bat Open "notepad.exe buildh.bat" and ...
by nageswaragunupudi
Tue Apr 23, 2024 9:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.03 : Using FWMARIADB for Embedded Server
Replies: 43
Views: 9989

Re: Compiling with new harbour_bcc770_32_20240309

... also want uuid.lib But I saw on bcc7.30 there are two uuid.lib one on C:\Work_old\bcc7\lib of 2k one on C:\Work_old\bcc7\lib\psdk of 1 k but it is rename UUID and not uuid Me di por vencido y hasta tuve migrañas.
by Silvio.Falconi
Thu Mar 21, 2024 8:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with new harbour_bcc770_32_20240309
Replies: 15
Views: 3399

Re: Error 32 al querer renombrarse un achivo

Prueba a hacer un SysRefresh() antes del rename para darle opción a Windows a procesar tu petición:

fclose(hfile)
SysRefresh()
...
by Antonio Linares
Thu Mar 07, 2024 7:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error 32 al querer renombrarse un achivo
Replies: 7
Views: 291

New FTDN February 2024 (FWH 24.02)

... review samples\rctoprg.prg for an example of use. samples\rctoprg.prg is a powerfull FWH source code generator for your resources dialogs. Simply rename your RC file as rctoprg.rc, build rctoprg.prg and it will generate the code for the dialogs that you select: https://fivetechsupport.com/forums/viewtopic.php?p=267777#p267777 ...
by Antonio Linares
Sat Mar 02, 2024 8:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 208

Re: Problem with FiveWin and PDF995 on Windows 11.

... Class TPrinter with Data" and "with Message", can this be the problem? I use this everywhere I print, if this is the problem, can I rename the class and solve the problem? Yes. Works correctly if you are using unmodified printer.prg
by nageswaragunupudi
Thu Feb 15, 2024 1:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1218

Re: Problem with FiveWin and PDF995 on Windows 11.

I will try your suggestion, but I do have several "Extend Class TPrinter with Data" and "with Message", can this be the problem? I use this everywhere I print, if this is the problem, can I rename the class and solve the problem?
by byron.hopp
Wed Feb 14, 2024 5:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1218

Re: RC to PRG generator

Now we list all the dialogs that are available in the embedded RES inside the EXE and allows you to select one and generate the code for it: simply rename your RC file as rctoprg.rc and build rctoprg.prg If you keep your dialogs inside a DLL then replace GetInstance() for LoadLibrary( "yourdll.dll" ...
by Antonio Linares
Tue Feb 13, 2024 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1202

Re: SAPI : change Voice

hi Antonio, i have follow Link and download File than i rename old Folder and unpack file harbour_bcc770_32_20231117.zip into c:\harbour when now try to build my Fivewin Project i got Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, ...
by Jimmy
Sun Jan 28, 2024 8:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3564

file ID in the Windows file system

... is a more permanent reference to a file. The File ID is unique on the volume on which the file resides. This means even if the file is moved or renamed on the same volume, it will retain the same File ID. This is particularly useful for tracking files in more complex operations and is used by ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 628

Re: Using Microsoft AI Phi-2 from FWH

... and select ".dll" intead of ".exe" 17. On the project tree, right click on simple and select "rebuild" 18. rename simple.dll as llama64.dll
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: 8326

Re: Long file names

Maybe: \SAMPLES: LONGNAME.PRG TESTLFN.PRG TESTLFN2.PRG XBRDBU.PRG -> RENAME https://forums.fivetechsupport.com/viewtopic.php?f=3&t=42417&p=255468&hilit=RENAME&sid=216421a28c115c805699ba43cda6d5f9&sid=491f528a93b52f527df7c1b52022960a#p255468 ...
by karinha
Mon Oct 30, 2023 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Long file names
Replies: 3
Views: 305

Long file names

Hi,

In the archives (and just like that) files come across the length of the name + path exceeds 259.
Is it possible to pull them out and rename them on FW?
by Natter
Mon Oct 30, 2023 11:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Long file names
Replies: 3
Views: 305

Re: Falta unicows.dll al crear librerias con Harbour

You don't have to disable anything. You only have to rename the directory

Code: Select all  Expand view
lib\3rd\win\bcc


And then rebuild everything with

Code: Select all  Expand view
win-make.exe clean install


Nothing else.
by Enrico Maria Giordano
Fri Oct 20, 2023 5:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Falta unicows.dll al crear librerias con Harbour
Replies: 11
Views: 472

Re: Falta unicows.dll al crear librerias con Harbour

Just rename this directory:

lib\3rd\win\bcc
by Enrico Maria Giordano
Fri Oct 20, 2023 8:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Falta unicows.dll al crear librerias con Harbour
Replies: 11
Views: 472

Re: DBF to Excel Sheet, without Excel, using ADO ?

hi,
nageswaragunupudi wrote:
FW_XLCreateTableSQL2

Can you please share with us what modifications did you make?

FW_XLCreateTableSQL2() is the same as FW_XLCreateTableSQL()
i just have rename it while i had test both Version which you have show us
by Jimmy
Wed Aug 16, 2023 5:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to Excel Sheet, without Excel, using ADO ?
Replies: 50
Views: 2582
Next

Return to advanced search