Search found 566 matches: pointer

Return to advanced search

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: 1757

Re: CLASS TGrid() for FiveWin

... of your C code place this line: LPWSTR AnsiToWide( LPSTR cAnsi ); thx for Answer. still got Warning Warning W8075 .\\HB_FUNC.PRG 1092: Suspicious pointer conversion in function HB_FUN_SETGRIDQUERYDATA but i have to use #define UNICODE to use Unicode Version so how to compile App where i use FW_SetUnicode( ...
by Jimmy
Wed Jan 04, 2023 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS TGrid() for FiveWin
Replies: 43
Views: 3476

Re: CLASS TGrid() for FiveWin

... 1090: Call to function 'AnsiToWide' with no prototype in function HB_FUN_SETGRIDQUERYDATA Warning W8069 .\\HB_FUNC.PRG 1090: Nonportable pointer conversion in function HB_FUN_SETGRIDQUERYDATA Warning W8075 .\\HB_FUNC.PRG 1091: Suspicious pointer conversion in function HB_FUN_SETGRIDQUERYDATA ...
by Jimmy
Wed Jan 04, 2023 1:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS TGrid() for FiveWin
Replies: 43
Views: 3476

New FTDN December/Diciembre 2022 (FW 22.12)

... for xHarbour users, as xHarbour LoadLibrary() gets used instead of FWH LoadLibrary(), and as xHarbour LoadLibrary() returns a "P" (pointer type) then it fails when calling Abs(). If you are a xHarbur user please remember to check this if you get an Abs() error. * New: Class TBtnClr ...
by Antonio Linares
Tue Jan 03, 2023 7:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2022 (FW 22.12)
Replies: 5
Views: 1235

Re: different Warning using BCC7 32 Bit / MSVC 64 Bit

... W8004 TEST1.prg 147: 'fRemoveSafely' is assigned a value that is never used in function EjectVolume Warning W8075 TEST1.prg 153: Suspicious pointer conversion in function HB_FUN_EJECTREMOVABLE as it are "only Warning" and CODE "seems" to work i can use it ... but i don´t ...
by Jimmy
Thu Dec 15, 2022 3:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: different Warning using BCC7 32 Bit / MSVC 64 Bit
Replies: 6
Views: 427

different Warning using BCC7 32 Bit / MSVC 64 Bit

... .\\HB_FUNC.PRG 132: 'fRemoveSafely' is assigned a value that is never used in function EjectVolume Warning W8075 .\\HB_FUNC.PRG 136: Suspicious pointer conversion in function HB_FUN_EJECTREMOVABLE msvc 64 bit HB_FUNC.PRG(97): warning C4244: "=": Konvertierung von "BOOL" in ...
by Jimmy
Thu Dec 15, 2022 1:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: different Warning using BCC7 32 Bit / MSVC 64 Bit
Replies: 6
Views: 427

Re: Gluing bitmaps

... this line in function LoadFreeImage() in image.prg      if hLib <= 32  This is because while using xHarbour, hLib is a pointer but not numeric. I also agree that this problem was not there in earlier versions. It is because some changes are made in the functions, LoadLibrary() ...
by nageswaragunupudi
Wed Dec 14, 2022 6:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Gluing bitmaps
Replies: 29
Views: 1407

Re: DLLCALL under Fivewin

... W8004 FWEJECT.prg 190: 'fRemoveSafely' is assigned a value that is never used in function EjectVolume Warning W8075 FWEJECT.prg 196: Suspicious pointer conversion in function HB_FUN_EJECTREMOVABLE --- What is DismountVolume()? It is not a Windows API. CODE is in Sample as "Prototype" ...
by Jimmy
Fri Dec 09, 2022 1:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLLCALL under Fivewin
Replies: 45
Views: 2639

Re: DLLCALL under Fivewin

... W8004 FWEJECT.prg 192: 'fRemoveSafely' is assigned a value that is never used in function EjectVolume Warning W8075 FWEJECT.prg 198: Suspicious pointer conversion in function HB_FUN_EJECTREMOVABLE Try: BOOL fRemoveSafely; // = FALSE;BOOL fAutoEject; // = FALSE; hb_retl( EjectVolume( ...
by Enrico Maria Giordano
Thu Dec 08, 2022 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLLCALL under Fivewin
Replies: 45
Views: 2639

Re: DLLCALL under Fivewin

... W8004 FWEJECT.prg 192: 'fRemoveSafely' is assigned a value that is never used in function EjectVolume Warning W8075 FWEJECT.prg 198: Suspicious pointer conversion in function HB_FUN_EJECTREMOVABLE
by Jimmy
Thu Dec 08, 2022 6:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLLCALL under Fivewin
Replies: 45
Views: 2639

"Name" of TOLE

hi,

when using
Code: Select all  Expand view
  FWLOG hb_valToExp( oObject)

i got
'__itemSetObj( {{"__HOBJ", <pointer>}}, {{"TOLEAUTO",}} )'

how to get "more" Information about it :?:
by Jimmy
Wed Nov 30, 2022 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Name" of TOLE
Replies: 6
Views: 484

Help with Wrapper libXL

... Embarcadero Technologies, Inc. C:\fivedit\Libxlfnc.c: Warning W8069 d:\\users\\jose\\desktop\\libxl-hbr\\source\\Libxlfnc.prg 112: Nonportable pointer conversion in function HB_FUN_XLBOOKSAVERAW Warning W8075 d:\\users\\jose\\desktop\\libxl-hbr\\source\\Libxlfnc.prg 319: Suspicious pointer ...
by jose_murugosa
Fri Nov 25, 2022 3:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with Wrapper libXL
Replies: 1
Views: 286

Help with Wrapper libXL

... Embarcadero Technologies, Inc. C:\fivedit\Libxlfnc.c: Warning W8069 d:\\users\\jose\\desktop\\libxl-hbr\\source\\Libxlfnc.prg 112: Nonportable pointer conversion in function HB_FUN_XLBOOKSAVERAW Warning W8075 d:\\users\\jose\\desktop\\libxl-hbr\\source\\Libxlfnc.prg 319: Suspicious pointer ...
by jose_murugosa
Fri Nov 25, 2022 3:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with Wrapper libXL
Replies: 0
Views: 180

Ayuda con Wrapper LibXL

... Embarcadero Technologies, Inc. C:\fivedit\Libxlfnc.c: Warning W8069 d:\\users\\jose\\desktop\\libxl-hbr\\source\\Libxlfnc.prg 112: Nonportable pointer conversion in function HB_FUN_XLBOOKSAVERAW Warning W8075 d:\\users\\jose\\desktop\\libxl-hbr\\source\\Libxlfnc.prg 319: Suspicious pointer ...
by jose_murugosa
Fri Nov 25, 2022 1:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con Wrapper LibXL
Replies: 9
Views: 702

Re: Position of Window CENTER ?

hi Antonio, FWH SetCursorPos() lets you place the mouse pointer where desired: YES, this is what i´m doing in PROCEDURE SnapToCtrl() of 1st full Sample but i must use a TIMER instead of INIT to call SnapToCtrl() while else i got wrong (Original) Position ...
by Jimmy
Mon Nov 14, 2022 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Position of Window CENTER ?
Replies: 10
Views: 508
PreviousNext

Return to advanced search