Search found 565 matches: pointer

Return to advanced search

Re: SAPI : change Voice

... a value, in function returning void hbmk2[SapiVoice]: Error: Running C/C++ compiler. 1 gcc.exe -c -O3 -march=i586 -mtune=pentiumpro -fomit-frame-pointer -W -Wall -pipe -IC:/hmg.3.4.4/harbour/include -IC:/hm g.3.4.4/0/SAPI -IC:/hmg.3.4.4/include R:/Temp/hbmk_9tofgt.dir/Main.c R:/Temp/hbmk_9tofgt.dir/HB_FUNC.c ...
by Jimmy
Thu Jan 25, 2024 4:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3100

Re: DBF . Commit

... memory variables when the data needs to be saved I can append the data or edit the data and the last thing I do with dbfcdx is to move the record pointer after I write to the disk with GoTo Recno() ADO is a bit different with SQL .. Recordsets can be added to or edited one record at a time and ...
by Rick Lipkin
Tue Oct 24, 2023 4:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2214

Re: DBF . Commit

Goto Recno() works the same .. physically moves the record pointer back to itself thereby flushing and writing the buffers

Rick Lipkin
by Rick Lipkin
Fri Oct 20, 2023 3:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2214

Re: I have a question. Please help.

Yes, at least you can't return an unsigned short pointer as a character string and you haven't initialize the pointer itself.
by Enrico Maria Giordano
Fri Oct 20, 2023 8:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I have a question. Please help.
Replies: 2
Views: 226

Re: Execute php or vbs code

Enrico Maria Giordano wrote:Right. Try libcurl.lib from FWH lib directory.


Good, no error, but in execution gives: Unrecoverable error 9011 - hb_xfree called with null pointer
Thank you!
by wartiaga
Sat Sep 02, 2023 3:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Execute php or vbs code
Replies: 18
Views: 1037

Listview Unicode for CLASS TGrid()

... UNICODE#include "fwh.h" Question : why "#undef UNICODE" :?: --- now i get Warning Warning W8075 .\\HB_FUNC.PRG 702: Suspicious pointer conversion in function HB_FUN_LV_ADDITEM Warning W8075 .\\HB_FUNC.PRG 717: Suspicious pointer conversion in function HB_FUN_LV_ADDITEM Warning ...
by Jimmy
Wed Aug 30, 2023 1:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listview Unicode for CLASS TGrid()
Replies: 7
Views: 381

Re: need Help with oBro:bSeek

... in oCol:cSortOrder. When the header is clicked, xbrowse automatically sets the index tag to oCol:cSortOrder, without disturbing the cuurent record pointer. c.) what about ADO ? Whether ADO or other sources like Mysql, postgre, etc. XBrowse derives the field name from the expression and stores the ...
by nageswaragunupudi
Wed Aug 16, 2023 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: need Help with oBro:bSeek
Replies: 3
Views: 205

Re: xHarbour Commercial and latest FWH

Dear Randal, xHarbour provides a function LoadLibrary() that returns a pointer, thats why we modified dll.ch to check if a pointer is returned and then we turn it into a number. When you link FWH dll.c then you are using FWH LoadLibrary() that retuns a number ...
by Antonio Linares
Tue Aug 08, 2023 4:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour Commercial and latest FWH
Replies: 3
Views: 355

Re: xHarbour Commercial and latest FWH

... test and if works fine with Fivewin and Harbour (Borland) but not xBuilder/xHarbour. The problem is with LoadLibrary, this function returns a pointer instead of a numeric value. I'm linking these libs: \fwh\lib\xfw.lib \xhb\lib\xHBZIP.LIB \xhb\lib\xHBZipDll.lib \xhb\c_lib\win\gdiplus.lib I ...
by Randal
Mon Aug 07, 2023 5:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour Commercial and latest FWH
Replies: 3
Views: 355

FindReplace Dialog Unicode

... ( TCHAR * ) cTitle );#endif}#pragma ENDDUMP now when #define UNICODE i got these Warning Warning W8075 HBFUNC.prg 61: Suspicious pointer conversion in function HB_FUN_FINDREPLACEDLG Warning W8075 HBFUNC.prg 62: Suspicious pointer conversion in function HB_FUN_FINDREPLACEDLG Warning ...
by Jimmy
Wed Jul 19, 2023 6:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FindReplace Dialog Unicode
Replies: 2
Views: 144

Re: GET and bLostFocus

Dear Maurizio,

You example works fine here

> But when I switch from First to browse the update is on the wrong row because the pointer has already changed

Are you using an INDEX ? Here the xbrowse pointer does not change
by Antonio Linares
Thu Jul 13, 2023 5:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET and bLostFocus
Replies: 10
Views: 500

GET and bLostFocus

... in the browse udated . This works if I switch from First to Last But when I switch from First to browse the update is on the wrong row because the pointer has already changed. Regards Maurizio http://www.nipeservice.com #include "FiveWin.Ch" REQUEST DBFCDX//----------------------------------------------------------------------------//function ...
by Maurizio
Wed Jul 12, 2023 1:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET and bLostFocus
Replies: 10
Views: 500

Re: Numeric alignment with oPrn:SayText( )

... - Can be an array of colors in which case each line of multi-line text is painted with different colors. - Can also be a single Alpha Color of pointer to GDI+ brush. In such cases GDI+ is used to render the text with the brush. 6. nClrBack: By default, the painting is transparent. - RGB color. ...
by Marc Venken
Wed May 17, 2023 10:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric alignment with oPrn:SayText( )
Replies: 8
Views: 515

Re: Protecting certain functions to be used

I just realized that scope.pointer is member of an union and not a member of a struct, so modifying scope.pointer will be affecting the scope of the symbol. This would be the right way to do it: function Main()   local ...
by Antonio Linares
Wed May 03, 2023 6:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Protecting certain functions to be used
Replies: 6
Views: 338

New FTDN April/Abril 2023 (FWH 23.04)

... [npImage], [cType], [nJpgQuality], ; [lAlpha], [nClrBack], [nWidth], [nHeight] ) ; --> cBlob - 1.npImage: Optional. hBitmap or GDI+ image pointer If nil, defaults to hBitmap from Clipboard, if available. - 2.cType: Optional. Can be bmp,jpg/jpeg,png,tif/tiff,gif. Defaults to bmp. - Other ...
by Antonio Linares
Tue May 02, 2023 7:08 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 1678
Next

Return to advanced search