Search found 158 matches: debugging

Return to advanced search

Re: Most powerfull Xbrowser and PDF

... a bitmap. Converts the processed bitmap to a JPEG file. 8. FindAllWnd() Retrieves all window titles and their handles on the desktop. Useful for debugging or identifying target windows for further processing. 9. MSGToJpeg(cMSG) Converts an Outlook MSG file to a JPEG image. Steps: Opens the MSG ...
by Otto
Mon Nov 18, 2024 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Most powerfull Xbrowser and PDF
Replies: 16
Views: 666

Re: Bug Maria_Connect() FWH-24.07 64 bits ???

... following: - `-m64`: For 64-bit compilation. - Ensure optimization flags are enabled for error checking (e.g., `-O2` for optimization, `-g` for debugging). - If available, enable additional warning levels to catch potential issues at compile time (`-Wall` or equivalent). ### 9. **Use 64-bit ...
by nnicanor
Wed Sep 25, 2024 2:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Maria_Connect() FWH-24.07 64 bits ???
Replies: 37
Views: 1330

Re: Bug Maria_Connect() FWH-24.07 64 bits ???

... `hb_vmSend()` function relies on the state of the Harbour VM stack. Ensure that the stack is in a valid state before invoking `hb_vmSend(0)`. Use debugging tools to verify that the objects being pushed onto the stack (like `pDestructor` and `pObject`) are correct and in the right order. Specifically: ...
by nnicanor
Wed Sep 25, 2024 2:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Maria_Connect() FWH-24.07 64 bits ???
Replies: 37
Views: 1330

Re: GdiPlus

Mr. Rao,

I only use xHarbour Professional for debugging reasons.
For the versions which I give to my customers, I always use Harbour.
And for Harbour, these files are needed.
by driessen
Tue Aug 20, 2024 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GdiPlus
Replies: 12
Views: 2090

How to Code in HARBOURINO STYLE vs. React

... the code remains easily readable and maintainable, which can be particularly useful for smaller projects or quickly developed prototypes. Debugging and Maintainability: Clear Output: Since the patcher directly generates the final HTML code, debugging is often easier because you can see ...
by Otto
Sat Aug 03, 2024 9:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Code in HARBOURINO STYLE vs. React
Replies: 0
Views: 549

Advantages of a Patcher and Preprocessor over OOP

... different versions or customizations. Direct Contro l: Provide developers with high control over the build process and code structure. Improved Debugging Capabilities :Original Source Code: Debugging and troubleshooting occur in the original source code, not the generated code, increasing traceability. ...
by Otto
Mon Jul 29, 2024 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantages of a Patcher and Preprocessor over OOP
Replies: 1
Views: 267

Problem with FWH 24.04 and xHarbour Builder - solved

Hello,

In FWH 24.02 everything is building just fine with xHarbour Builder (which I use for debugging).

But with FWH 24.04 I get an error "Can't build" without any specification.

Anyone any idea what is wrong?

Thanks.
by driessen
Wed May 22, 2024 8:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FWH 24.04 and xHarbour Builder - solved
Replies: 4
Views: 448

Re: XIMAGE

We regret the inconvenience. While releasing 2111 we forgot to remove a trace we used for debugging. Please open \fwh\source\function\imgtxtio.prg. In the function FW_SaveImage() you please locate this code in Line No:2304 ? "here",valtype( uimage ), ...
by nageswaragunupudi
Wed Mar 06, 2024 2:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XIMAGE
Replies: 10
Views: 1103

Re: SAPI : change Voice

... repo that allows to run Harbour from Visual Studio in debug mode: https://github.com/FiveTechSoft/harbour_app_msvc64_sources I have been debugging the Harbour code and it seems as when we try to assign oVoice:Voice if fails though it admits "Voice" as a valid message Its strange, ...
by Antonio Linares
Fri Jan 26, 2024 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 20115

Re: copy a row of xbrowse

... ) All you need is there. This is the biggest benefit of FiveWin that you have source code of the classes. And xbrowse() is so great for debugging. Best regards, Otto Otto, For Only one Row this run ok (also on modify) MENUITEM "Copy" WHEN acopy=NIL .and. oBrw:IsSelectedRow(); ...
by Silvio.Falconi
Wed Dec 06, 2023 11:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 7666

Re: copy a row of xbrowse

... ) All you need is there. This is the biggest benefit of FiveWin that you have source code of the classes. And xbrowse() is so great for debugging. Best regards, Otto
by Otto
Wed Dec 06, 2023 10:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 7666

Re: Some problems with the FWH-debugger

Dear Michel,

debugging an event driven environment is not easy. Better use traces instead of a debugger
by Antonio Linares
Mon Sep 11, 2023 3:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Some problems with the FWH-debugger
Replies: 11
Views: 951

Re: RWD WebApp use mod_harbour

... simplicity, and as a visual person, I prefer things to be straightforward. Otto Personally, I prefer to complete the code, just open a file for debugging! :)
by ssbbs
Thu Jul 20, 2023 1:40 pm
 
Forum: mod_harbour
Topic: RWD WebApp use mod_harbour
Replies: 6
Views: 1533

Re: how to open devtoolswindow from application.

Dear Hakan,

https://learn.microsoft.com/en-us/microsoft-edge/webview2/how-to/context-menus?tabs=cpp#adding-menu-items-to-a-context-menu

thats not simple at all and it would require some hours (if not days) of coding and debugging
by Antonio Linares
Sat Jul 08, 2023 10:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to open devtoolswindow from application.
Replies: 21
Views: 1994

Re: WorkSpaceList()

Yes indeed,

But just to see what is open while running the program. Can be handy for debugging.

aahh.. I forgot to mention that it is source from FW-Team. Sorry
by Marc Venken
Thu Jun 01, 2023 7:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WorkSpaceList()
Replies: 6
Views: 376
Next

Return to advanced search