Search found 567 matches: pointer

Return to advanced search

Re: Dividir Un Array

... of subscript elements to copy from aSource. nTargetPos the starting subscript position in aTarget to copy elements to. Returns aTarget an array pointer reference
by hmpaquito
Fri May 21, 2021 11:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dividir Un Array "SOLUCIONADO"
Replies: 5
Views: 605

Re: Speedtest CLIPPER vs. xHarbour - COMMIT

... when you finish adding or editing a record in a .dbf .. a simple Goto Recno() is just as good as dbCommit() .. because you are moving the record pointer which flushes the buffers ... Rick Lipkin Sorry. I do not agree. https://vivaclipper.wordpress.com/2014/01/17/dbcommit/ https://vivaclipper.wordpress.com/2014/03/15/hb_frecno/ ...
by karinha
Fri Apr 30, 2021 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Speedtest CLIPPER vs. xHarbour - COMMIT
Replies: 20
Views: 5718

Re: Speedtest CLIPPER vs. xHarbour - COMMIT

To All

I still contend that when when you finish adding or editing a record in a .dbf .. a simple Goto Recno() is just as good as dbCommit() .. because you are moving the record pointer which flushes the buffers ...

Rick Lipkin
by Rick Lipkin
Fri Apr 30, 2021 2:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Speedtest CLIPPER vs. xHarbour - COMMIT
Replies: 20
Views: 5718

Ayuda compilar funcion en C mingw32(SOLUCIONADO)

... NumberOfFreeClusters, 4 );   hb_stornl( TotalNumberOfClusters, 5 );}  warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] LPSTR lpRootPathName = hb_parc( 1 ); Para los expertos en C, solicito su ayuda, me dice la inicializacion ...
by jvtecheto
Tue Apr 20, 2021 2:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda compilar funcion en C mingw32(SOLUCIONADO)
Replies: 3
Views: 363

Re: DANIEL - TDolphin xHarbour - BCC 7.3 - FWH-20.07 - 32b.

... 427: 'bResult' is assigned a value that is never used in function HB_FUN_MYSQLSSLCONNECT Warning W8075 .\source\c\function.c 582: Suspicious pointer conversion in function HB_FUN_MYSQLFETCHROW Error E2451 .\source\c\function.c 696: Undefined symbol 'HB_LONGLONG' in function HB_FUN_MYSQLNUMROWS ...
by Cgallegoa
Tue Apr 13, 2021 4:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TDolphin xHarbour - BCC 7.3 - FWH-20.07 - 32b.
Replies: 7
Views: 802

Re: ENV de xmate para fwh con mingw

... /q0 Option prefix=/ [C] C_INSTALL=D:\compiler\mingw C_COMP_COMMAND=%C_BIN_INSTALL%\gcc.exe -c -O3 -march=i586 -mtune=pentiumpro -fomit-frame-pointer -W -Wall -pipe %CRLF%-I%HB_INC_INSTALL% %CRLF%-Id:\fwh\include %CRLF%-Id:\fwh\includex %CRLF%-I%HOME%\include %CRLF%-Id:\fwh\extras\libhbmysql\include ...
by jvtecheto
Sat Mar 13, 2021 2:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ENV de xmate para fwh con mingw
Replies: 1
Views: 401

ENV de xmate para fwh con mingw

... /q0 Option prefix=/ [C] C_INSTALL=D:\compiler\mingw C_COMP_COMMAND=%C_BIN_INSTALL%\gcc.exe -c -O3 -march=i586 -mtune=pentiumpro -fomit-frame-pointer -W -Wall -pipe %CRLF%-I%HB_INC_INSTALL% %CRLF%-Id:\fwh\include %CRLF%-Id:\fwh\includex %CRLF%-I%HOME%\include %CRLF%-Id:\fwh\extras\libhbmysql\include ...
by carlos vargas
Sat Mar 13, 2021 3:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ENV de xmate para fwh con mingw
Replies: 1
Views: 401

Re: Funciones C en Harbour

... función de tipo hb_parxx() es la hb_parptr() que esta definida así: extern HB_EXPORT void * hb_parptr( int iParam ); /* retrieve a parameter as a pointer */ Si se usa será el propio compilador el que determine la memoria que ocupa el puntero, aunque no podrás evitar hacer cast. La función quedaría ...
by xmanuel
Wed Feb 10, 2021 12:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones C en Harbour
Replies: 19
Views: 1666

Re: MariaDB FWMaria OrdWildSeek

... "not found"endif if oRs:OrdWildSeek(...) succeeds, it returns .T. and if it failed, it returns .F., but does not move the record pointer. It does not move to Eof() like DBF. So, please do not check for Eof()
by nageswaragunupudi
Tue Feb 09, 2021 8:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB FWMaria OrdWildSeek (Solved)
Replies: 4
Views: 446

Re: Funciones C en Harbour

Syntax void Animate_Open( hwnd, szName); Parameters hwnd Type: HWND A handle to the animation control. szName Type: LPTSTR A pointer to a buffer that contains the path of the AVI file or the name of an AVI resource. Alternatively, this parameter can consist of the AVI resource identifier ...
by carlos vargas
Mon Feb 08, 2021 9:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones C en Harbour
Replies: 19
Views: 1666

FW MariaDB/MySql native

... the "Codigo" field, so if I try to create a record with an existing code, it gives me an error, but the problem is that it is as if the pointer moved and gets lose their values ​​(they go blank). Do you know or do you have any example to be able to carry out this basic process? Best ...
by Mike Serra
Wed Dec 30, 2020 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW MariaDB/MySql native
Replies: 8
Views: 1378

New FTDN December/Diciembre 2020 (FWH 20.12)

... int len; int xlen; double * array; } MATRIX, * PMATRIX; - Harbour level functions to access the C level functions: MATRIX_CREATE( aArray ) --> Pointer to Matrix structure using aArray MATRIX_IDENTITY( nSize ) --> pIdentityMatrix MATRIX_RANDOM ( nRows, nCols, nMin = -1.0, nMax = 1.0, lIntegers ...
by Antonio Linares
Mon Dec 28, 2020 10:16 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2020 (FWH 20.12)
Replies: 8
Views: 2562

Re: FWH: Support for Matrix calculations

... * array;} MATRIX, * PMATRIX;  Harbour level functions to access the C level functions: MATRIX_CREATE( aArray ) --> Pointer to Matrix structure using aArrayMATRIX_IDENTITY( nSize ) --> pIdentityMatrixMATRIX_RANDOM ( nRows, nCols, nMin = -1.0, nMax = ...
by nageswaragunupudi
Fri Dec 11, 2020 12:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: Support for Matrix calculations
Replies: 3
Views: 725

Re: Are there any Treeview samples with associated edit boxes?

... & forth between the tree and the text area. However - Go ahead and pick a node, and then Tab back & forth, several times. Each time the pointer moves into the Text area, it will generate a new tab inside the text area. In other words, you start with a node and a blank text area. We start ...
by FWExplorer
Fri Dec 04, 2020 2:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 4837

Re: Diferencia entre oRs:save y oRs:update

... update() never fail oRS:Fields( 'Descri' ):value:=cDescrioRS:Update()  oRs:Save() never writes data to the server. When record pointer is moved, oRs:Update() is automatically executed without your knowledge. Note: FWH MariaDB library uses both Save() and Update() for writing ...
by nageswaragunupudi
Sun Sep 06, 2020 3:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Diferencia entre oRs:save y oRs:update
Replies: 4
Views: 808
PreviousNext

Return to advanced search