Search found 558 matches: utility

Return to advanced search

Re: ADS Question

Thanks Tim, My problem was that even in the Uniform Datalink Utility the driver would not show to be selected under the Provider - OLE DB Provider(s) tab of the utility. This is a Microsoft utility so I am not even in Fivewin or Harbour as of yet. The ...
by byron.hopp
Thu Oct 31, 2024 11:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS Question
Replies: 10
Views: 318

Re: how to link multiple Files using Bcc or MSVC

so do i but as i understand, we are recommend to use hbmk2.exe and *.hbp file hbmk2 is a powerful harbour built utility to make changing C compiler easy. It will auto detect C compiler to use based on path with minimal to no change to the link script I still use .mak most of the ...
by hua
Thu Sep 12, 2024 6:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to link multiple Files using Bcc or MSVC
Replies: 8
Views: 488

Re: The picture is too big

I'll probably make some small .png files and glue them (from below) using the imagemagick utility into a single .png file. Can anyone tell me how to write a command for imagemagick ?
by Natter
Thu Aug 15, 2024 9:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The picture is too big
Replies: 5
Views: 1300

Re: harbour/xharbour appear ADS functions error-SOLVED

... bad one. It is automatically used by win-make.exe during the build process and I have no control over it. I keep fixing bugs using my hrbfix.exe utility. I can't do more, sorry. Dear Mr.EMG, I see. Never mind. Thank you very much for the [x]Harbour assistance.
by richard-service
Thu Jun 20, 2024 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 59
Views: 13217

Re: harbour/xharbour appear ADS functions error-SOLVED

Unfortunately, the problem was in the very bugged hbmk2.exe tool, a very bad one. It is automatically used by win-make.exe during the build process and I have no control over it. I keep fixing bugs using my hrbfix.exe utility. I can't do more, sorry.
by Enrico Maria Giordano
Thu Jun 20, 2024 7:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 59
Views: 13217

RC to PRG generator

many times when we are done designing a dialog box, it is tedious to write the code for each control using REDEFINE ... Here you have an utility that automatically writes the code for you: (work in progress, we do appreciate your feedback) #include "FiveWin.ch"static nButtons := ...
by Antonio Linares
Sun Feb 11, 2024 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 2644

WebView2 Essentials: Guides, Tips & Resources

... the rendering of web content. There's usually a separate renderer process for each website or web app, which helps with security and stability. Utility Process: Performs various tasks, such as networking or decoding media files. GPU Process: Handles GPU-related tasks. This architecture, where ...
by Otto
Wed Jan 10, 2024 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 655

file ID in the Windows file system

... Windows API. Here's a general outline of how you can retrieve the File ID: **Using Command Line:** - **fsutil**: Windows includes a command-line utility called fsutil that can display the File ID among other file and volume information. To use it, you'll need to open Command Prompt as an administrator ...
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: 1072

Re: check on get

Nages, I'm making a complex but simple procedure to be able to use it even for those who don't have the latest version of fwh, it's a utility that I started a long time ago and then left because I was hoping for other procedures started by certain people who then didn't have having completed ...
by Silvio.Falconi
Sat Nov 25, 2023 3:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 5416

Re: Help splitting up a character address string

... all Harbourino functions can be managed from one console. This document provides a good overview of Harbourino's capabilities, emphasizing its utility in making code more manageable and maintainable, especially for beginners or less experienced programmers. User kannst du mir ein beispiel geben, ...
by Otto
Wed Nov 15, 2023 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 1633

Include exe file as a resource (solved)

Good afternoon, I have created a small program in fwh64, for example, "myapp.exe." The program "myapp.exe" calls a utility, "pdftopng.exe," which is open-source and occupies 1MB, in the background. I would like to distribute my program as a single file, "myapp.exe." ...
by alvaro533
Thu Oct 19, 2023 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Include exe file as a resource (solved)
Replies: 3
Views: 365

Re: XML, CON ARCHIVO ADJUNTO PDF

... xmlns:wsu="http://schemas.xmlsoap.org/ws/2002/07/utility" xmlns:work="http://bea.com/2004/06/soap/workarea/"><java class="java.beans.XMLDecoder"> <string>weblogic.app.sveParametrosEAR</string> ...
by elmoiquique
Sat Sep 30, 2023 6:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XML, CON ARCHIVO ADJUNTO PDF
Replies: 40
Views: 6905

Re: Announcing DrXlsx 1.0 by Charles Kwon

... trying to resolve this. 2. If DrXlsx operates correctly in 64bit, I would recommend creating the xlsx export program in 64bit and using it as a utility. Regards, Chalres KWON hi, i have try to make some Sample to "test" Speed using a 32 Bit Apps ADO Records = 59780 Time = 41.74 1432.23 ...
by CharlesKwon
Sun Aug 27, 2023 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Announcing DrXlsx 1.0 by Charles Kwon
Replies: 34
Views: 9195

Re: password manager with mod harbour

Hello friends, I have a utility to encrypt the original passwords. For now, I have to manually copy the encrypted value and the IV into the database. For internal use, this is entirely sufficient. Perhaps someone is interested and we ...
by Otto
Tue Jul 25, 2023 6:46 am
 
Forum: mod_harbour
Topic: password manager with mod harbour
Replies: 4
Views: 1308

Re: Another try for using the FWH debugger - some more questions

Mark,

With a debugger, the source is shown while it is executing. It is a very easy utility to help you find a logical error.
by driessen
Sun Jul 16, 2023 2:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another try for using the FWH debugger - some more questions
Replies: 7
Views: 640
Next

Return to advanced search