Search found 2166 matches: uses

Return to advanced search

Re: xHarbour.org updated!

xHarbour.org has been updated with the new xHarbour builds Rev. 10283!

http://xharbour.org/index.asp?page=download/windows/binaries_win

ADS uses version 10 for 32 and 64 bit now. Removed ADS DLLs.
by Enrico Maria Giordano
Thu Apr 18, 2024 9:18 am
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37763

Re: ADS with 64bit FWH Apps

Anyone who uses ADS already has those files. They are in the redistributable package that was included with the ADS SDK. You do not have to rebuild anything in the .lib files and you also don't really have to include those files. ...
by TimStone
Tue Apr 16, 2024 7:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2308

Re: incremental search on Xbrowse

Mauri

Have a look at the samples AdoRick.prg .... sample uses ado but I think you may be able to modify to use dbfcdx ..

Rick Lipkin
by Rick Lipkin
Mon Mar 25, 2024 1:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 2012

Re: Compiling with new harbour_bcc770_32_20240309

I made another test with another test.prg and not run ok

Antonio, do you know anyone who uses xmate?
by Silvio.Falconi
Wed Mar 20, 2024 11:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with new harbour_bcc770_32_20240309
Replies: 15
Views: 3408

Re: xbrowse No existe el metodo: LREADONLY

... it generates gpf when clicking on the exit button, for now I am going to use it like this, the example that asks me does not I can do it, it uses a TCP/IP biometric device. If it is not connected, the example works correctly
by albeiroval
Sun Mar 03, 2024 7:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse No existe el metodo: LREADONLY
Replies: 16
Views: 472

New FTDN February 2024 (FWH 24.02)

November 2023 - January 2024 ============================ * New: For Borland users: FWH uses now bcc 7.70. Please update your bcc to this version. * New: Class TWebView2 offers a very similar functionality to Class TWebView but does not need to use any DLL. It is a ...
by Antonio Linares
Sat Mar 02, 2024 8:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 212

Re: Problem with alignment in SAY command

... what all is possible. Just for the solution, you can also directly click on it in the resource editor, which I think is even easier when someone uses resources. https://mybergland.com/fwforum/right.jpg Joao, I often still think about the joint work on the appointment calendar, which ...
by Otto
Fri Mar 01, 2024 9:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with alignment in SAY command
Replies: 18
Views: 842

Re: Intentando un primer archivo make

Antonio Linares wrote:Estimado José,

Mi consejo es que uses la utilidad hbmk2.exe de Harbour.

Tienes un ejemplo completo en FWH\makes\hbmk2.zip


Bueno, lo probaré ya.
Gracias Antonio.

Cuales son los beneficios de utilizar hbmk2 ante make?
by jose_murugosa
Wed Feb 28, 2024 11:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Intentando un primer archivo make (RESUELTO)
Replies: 8
Views: 245

Re: Intentando un primer archivo make

Estimado José,

Mi consejo es que uses la utilidad hbmk2.exe de Harbour.

Tienes un ejemplo completo en FWH\makes\hbmk2.zip
by Antonio Linares
Wed Feb 28, 2024 6:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Intentando un primer archivo make (RESUELTO)
Replies: 8
Views: 245

Re: Controls behave different in Window as in Dialog

Dear Marc,

Windows uses different code procedures to manage windows and dialogs, thus the differences.
We try to make them behave the same but there may be differences as the ones that you have spotted.

How are you showing the cam view ? Please post the code so we can review it, thanks
by Antonio Linares
Sat Feb 24, 2024 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Controls behave different in Window as in Dialog
Replies: 2
Views: 155

Re: Fwh 23.10 TGet another problem (UNSOLVED)

Otto wrote:Dear Mr. Rao,
I know it's a bit late now. But wouldn't it be better to use the Edit Controls from the Win32 API instead of the TGet?

Best regards,
Otto


Dear Otto,

Class TGet uses a standard Edit control but (Windows) subclassed to have support for Harbour GET's pictures, behaviors, etc
by Antonio Linares
Tue Feb 20, 2024 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54328

Re: Problem with FiveWin and PDF995 on Windows 11.

... the Class does it still act as static? Also even through using Haru may be the best, I would have to rewrite many of my print routines which uses Inch2Pix, and Pix2Inch. And possibly many other methods. Which I will rewrite to using Unit2Pix, and Pix2Unit, or may not need at all because of ...
by nageswaragunupudi
Thu Feb 15, 2024 3:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1221

Re: Problem with FiveWin and PDF995 on Windows 11.

... the Class does it still act as static? Also even through using Haru may be the best, I would have to rewrite many of my print routines which uses Inch2Pix, and Pix2Inch. And possibly many other methods. Which I will rewrite to using Unit2Pix, and Pix2Unit, or may not need at all because of ...
by byron.hopp
Thu Feb 15, 2024 3:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1221

Re: Problem with FiveWin and PDF995 on Windows 11.

... Please do not use any FWH internal functions directly. How does FWH create PDFs? DEFAULT: if MS Word is installed on the PC, fwh uses MS Word to create PDF and if not uses its own internal function FWSavePreviewToPDF(). BEST OPTION is to use HaruPDF. Add these lines to your program: ...
by nageswaragunupudi
Tue Feb 13, 2024 1:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1221

Problem with FiveWin and PDF995 on Windows 11.

... the printer but preview, then in preview press the Acrobat button, that PDF is correct. I looked through the rpreview.prg and found I believe it uses FWSavePreviewToPDF(), is this code around because it seems to work better the PDF995. Or is there a way to save to PDF from the printer commands. ...
by byron.hopp
Tue Feb 13, 2024 12:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1221
Next

Return to advanced search