Search found 146 matches: unexpected

Return to advanced search

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

More information it maybe help To optimize the function and avoid unexpected crashes in Borland C 64-bit, you can take a methodical approach focusing on improving type safety, error handling, and ensuring compatibility with the 64-bit architecture. Here are ...
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

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

Hi team, I'm encountering an unexpected issue in María_Connect() FWH-24.07 64-bit. I'm wondering if it's a bug or if I've overlooked something: Please try the following steps: compile the attached example, run it, click on "Show table ...
by Cgallegoa
Fri Sep 20, 2024 6:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Maria_Connect() FWH-24.07 64 bits ???
Replies: 37
Views: 1330

send an email using the Outlook object

... 53: Undefined symbol 'OATTACHMENT' Error E2141 C:\FWH\samples\msendok.c 53: Declaration syntax error Error E2190 C:\FWH\samples\msendok.c 53: Unexpected } Error E2040 C:\FWH\samples\msendok.c 53: Declaration terminated incorrectly Error E2190 C:\FWH\samples\msendok.c 61: Unexpected } My question: ...
by Otto
Mon May 13, 2024 5:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: send an email using the Outlook object
Replies: 5
Views: 722

Re: DNS

... any thread in your application. This cancellation happens without notification messages or event object signaling, which could potentially lead to unexpected behavior if not handled carefully.
by Antonio Linares
Fri Mar 29, 2024 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DNS
Replies: 5
Views: 1920

Re: Connecting to a BLE device

... C++ 7.30 for Win32 Copyright (c) 1993-2017 Embarcadero Technologies, Inc. testble.c: Error E2187 c:\bcc730\include\windows\sdk\prsht.h 919: Unexpected end of file in conditional started on line 20 Error E2139 c:\bcc730\include\windows\sdk\commdlg.h 933: Declaration missing ; Error E2139 ...
by Jeff Barnes
Tue Feb 27, 2024 9:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connecting to a BLE device
Replies: 8
Views: 768

Re: future of Rich Text Editor maybe time to start with WEBVIEW

... integrated into Windows 11, users can still install and use other web browsers if they prefer. However, uninstalling or removing Edge can lead to unexpected problems, as some system functions rely on Edge. Therefore, it is generally recommended to leave Edge in the system, even if another browser ...
by Otto
Wed Jan 24, 2024 8:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 2941

Conectarse con mariaDB

... in testdlg.o clang: error: linker command failed with exit code 1 (use -v to see invocation) done! The application cannot be opened for an unexpected reason, error=Error Domain=NSOSStatusErrorDomain Code=-10827 "kLSNoExecutableErr: The executable is missing" UserInfo={_LSLine=4129, ...
by goosfancito
Mon Jan 01, 2024 9:22 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Conectarse con mariaDB
Replies: 4
Views: 11618

Re: DBF . Commit

... disk. All that is handled by the Windows OS and we can trust the Windows OS to flush its own buffers to the physical disk safely even in case of unexpected shut downs except in extremely rare situations. So, I believe that COMMIT does not do anything extra.
by nageswaragunupudi
Sun Oct 22, 2023 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 5329

Re: DBF . Commit

... doubt if (x)Harbour has an control over when the OS physically writes to the disk. But we can normally trust the OS on this issue even in case of unexpected power failures and shut-downs. But for the purpose of visibility to all users, flushing harbour dbf buffers to OS is enough.
by nageswaragunupudi
Sun Oct 22, 2023 11:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 5329

Re: Announcing DrXlsx 1.0 by Charles Kwon

... many versions of harbour(32/64)/xHarbour(32/64) and VC/BCC/Clang under the same protocol. It's a time-consuming task and some versions can cause unexpected issues due to their unique characteristics. I am also testing the desired features for each version, and I will announce them once it is ...
by CharlesKwon
Sat Aug 26, 2023 12:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Announcing DrXlsx 1.0 by Charles Kwon
Replies: 34
Views: 9195

New FTDN October/Octure (FWH 22.10)

... to bClrEdit to avoid this runtime error. - While browsing ordered datasources, incremental seek feature is on by default. At times this creates unexpected and undesired movement of records. Eg: USE CUSTOMER VIA "DBFCDX" SET ORDER TO TAG LAST XBROWSER ALIAS() COLUMNS "FIRST","CITY" ...
by Antonio Linares
Wed Nov 02, 2022 11:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octure (FWH 22.10)
Replies: 2
Views: 1771

Re: Transaction security with DBF

... saved 3. going to save the items of the invoice 4. invoice items properly saved and so on... if at step 5 (in example) there is an error or an unexpected mistake, then you undo what you did, going backwards from step 4
by Antonio Linares
Wed Aug 31, 2022 2:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transaction security with DBF
Replies: 9
Views: 991

Re: Undo function (Ctrl+Z) in :TGet

oGet:undo() -> works Works only when oGet has focus. By any chance/mistake if oGet:undo() is called when oGet is out of focus, unexpected and undesirable results can happen. oGet:cText := v:oGet:Original -> works This works always. Actually, I am testing and considering changing ...
by nageswaragunupudi
Mon Nov 01, 2021 3:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Undo function (Ctrl+Z) in :TGet
Replies: 11
Views: 864

Re: Bug in Harbour Descend()

The purpose of Descend () is to be Clipper compatible. Therefore it is not an error, but an unexpected behavior for those who use codepages
The existence of hb_Descend (), compatible with the codepage system, would be highly desirable.
by hmpaquito
Tue Apr 13, 2021 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in Harbour Descend()
Replies: 34
Views: 2428

Errors with test.mak, FW 32 bit, bcc582

... , expected Error E2451 obj\alert.c 23: Undefined symbol 'NULL' Error E2141 obj\alert.c 23: Declaration syntax error Error E2190 obj\alert.c 23: Unexpected } Error E2040 obj\alert.c 23: Declaration terminated incorrectly Error E2190 obj\alert.c 32: Unexpected } Error E2109 obj\alert.c 32: Not ...
by FWExplorer
Fri Nov 27, 2020 2:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Errors with test.mak, FW 32 bit, bcc582
Replies: 4
Views: 645
Next

Return to advanced search