Search found 139 matches: affect

Return to advanced search

Re: compile errors

scratch the last message.
I forgot to update libcurl.dll

No errors now.

By adding this code, does it affect anything?

Code: Select all  Expand view

#pragma BEGINDUMP
void __get_std_stream() {}
void _chdir() {}
#pragma ENDDUMP
 
by Jeff Barnes
Thu Apr 11, 2024 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile errors - send a SMS
Replies: 19
Views: 301

Re: link error

... from \XHARBOUR32\LIB\RDDADS.LIB|ads1 Error: Unable to perform link can i use the same tip? void _streams() {} Yes, you can try it. this is affect my appl? It should not. someone have rddads and ace32 compiled with last harbour and xharbour? What do I need to compile them? Please note that ...
by Enrico Maria Giordano
Wed Feb 14, 2024 1:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 575

Re: link error

... '__streams' referenced from \XHARBOUR32\LIB\RDDADS.LIB|ads1 Error: Unable to perform link can i use the same tip? void _streams() {} this is affect my appl? someone have rddads and ace32 compiled with last harbour and xharbour? thanks again.
by NWKL
Wed Feb 14, 2024 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 575

file ID in the Windows file system

... developers or for specific administrative or forensic tasks. In summary, renaming a file to its File ID or copying it to another folder doesn't affect the file's actual unique identifier within the file system. These operations are primarily managed by the file system to ensure each file's unique ...
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: A Call for New Ideas and Web Integration

How Notifications Affect Our Real-Life Togetherness and Interest in Each Other: A No-Go Dear Enrico, Lately, I've been thinking a lot about how the constant flood of notifications affects our coexistence and our relationships. Here ...
by Otto
Mon Dec 11, 2023 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Call for New Ideas and Web Integration
Replies: 7
Views: 741

Re: DBF . Commit

... the same file, provided the cache is properly managed and synchronized. The function cmxSys( 1002, .f. ), when set to false, would likely affect the automatic commit or flush operations that write the cache to the hard disk. However, the changes, as long as they are in the cache, should ...
by Otto
Sat Oct 21, 2023 8:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2342

Re: Problem with xBrowse

Mr. Rao: Yes, USE is a mysql command, after this command all commands affect tables in TEST database Best regards Oh Sorry, yes. Pardon my forgetfulness. It selects TEST as current database. I am now copying your program with minor changes and trying to execute ...
by nageswaragunupudi
Sun May 28, 2023 4:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse (Fixed)
Replies: 34
Views: 2165

Re: Problem with xBrowse

Mr. Rao:

Yes, USE is a mysql command, after this command all commands affect tables in TEST database

Best regards
by Armando
Sun May 28, 2023 3:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse (Fixed)
Replies: 34
Views: 2165

Re: Error XBROWSE SEEK (while no Index) after change RDD

... - 1 )  I understand hb_OSIS64BIT() is to check if our Windows OS is 64 bit. If I am right, it always returns .t. In what way does that affect LockingScheme? For checking if the Exe is 64-bit (i.e., if the harbour library and RDD is 64-bit), we use FWH function IsExe64(). I do not know ...
by nageswaragunupudi
Wed May 03, 2023 8:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error XBROWSE SEEK (while no Index) after change RDD
Replies: 9
Views: 567

Re: Error en índices temporales

Temporary indexes do not affect the main cdx file. They are available for use in the work area (alias) where created and not available for other aliases of the same dbf. They are created as temporary files and deleted when the alias is ...
by wartiaga
Mon Dec 19, 2022 6:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en índices temporales
Replies: 8
Views: 496

Re: Error en índices temporales

Temporary indexes do not affect the main cdx file. They are available for use in the work area (alias) where created and not available for other aliases of the same dbf. They are created as temporary files and deleted when the alias is ...
by nageswaragunupudi
Sun Dec 18, 2022 5:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en índices temporales
Replies: 8
Views: 496

Re: DLLCALL under Fivewin

To find if a function is PASCAL or not, simply use such clause or remove it and check if it works or not. Thats the simplest way FWH should not affect Harbour's DllCall() behavior, so I guess that you are using wrong parameters with DllCall() Does your same syntax work in xBase++ ? If so, then ...
by Antonio Linares
Thu Dec 01, 2022 4:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLLCALL under Fivewin
Replies: 45
Views: 2634

Re: DWM ( Desktop Windows Manager ) Sample Code

... Antonio help me as i´m NOT a "C" Programmer --- but it does not work the Way i want ... :( DwmEnableBlurBehindWindow(Hwnd, lhRgn ) will affect hole Window (Hwnd) regradeless which Coordinate i use for CreateRectRgn() DwmExtendFrameIntoClientArea( Hwnd, L2Bin(-1), L2Bin(-1), L2Bin(-1), ...
by Jimmy
Tue Aug 30, 2022 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DWM ( Desktop Windows Manager ) Sample Code
Replies: 10
Views: 908

Re: Advantage Database Server

... users on your system - that at the same time you have opened one and the same DBF file from many users simultaneously. In my view this should not affect XYProgram because the size of DBFs is small and most importantly you are relying more on remote desktop. Performance penalties are very minimum. ...
by Otto
Thu Jan 13, 2022 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 3653

Re: Editar celda xBrowse

... the cells and make changes. ¿ese cambio afecta la tabla directamente o actua sobre el arreglo resultado de la consulta? ENGLISH Does this change affect the table directly or does it act on the array resulting from the query? All changes are saved immediately to the table on the Server. I undertanad ...
by nageswaragunupudi
Thu Oct 28, 2021 1:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Editar celda xBrowse
Replies: 4
Views: 689
Next

Return to advanced search