Search found 91 matches: suspicious

Return to advanced search

Re: Testing Harbour -gc3 flag

... you explain? Here in Brazil, there are many reports that when compressed with UPX.exe, most ANTI VIRUS do not accept the .EXE, as they say it is a suspicious file. This is why I stopped using UPX.exe Aquí en Brasil, hay muchos informes de que cuando se comprime con UPX.exe, la mayoría de ANTI VIRUS ...
by karinha
Sat Nov 18, 2023 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4343

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 ...
by Jimmy
Wed Aug 30, 2023 1:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listview Unicode for CLASS TGrid()
Replies: 7
Views: 410

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 ...
by Jimmy
Wed Jul 19, 2023 6:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FindReplace Dialog Unicode
Replies: 2
Views: 148

Re: CLASS TGrid() for FiveWin

... At the top 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 ...
by Jimmy
Wed Jan 04, 2023 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS TGrid() for FiveWin
Replies: 43
Views: 3459

Re: CLASS TGrid() for FiveWin

... 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 #define UNICODEHB_FUNC( SETGRIDQUERYDATA ){   #ifndef _WIN64      LPARAM ...
by Jimmy
Wed Jan 04, 2023 1:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS TGrid() for FiveWin
Replies: 43
Views: 3459

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

... Warning 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 ... ...
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: 420

different Warning using BCC7 32 Bit / MSVC 64 Bit

... Warning W8004 .\\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" ...
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: 420

Re: DLLCALL under Fivewin

... Warning 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: 2634

Re: DLLCALL under Fivewin

... Warning 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: 2634

Re: DLLCALL under Fivewin

... Warning 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: 2634

Help with Wrapper libXL

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

Help with Wrapper libXL

... 112: Nonportable pointer conversion in function HB_FUN_XLBOOKSAVERAW Warning W8075 d:\\users\\jose\\desktop\\libxl-hbr\\source\\Libxlfnc.prg 319: Suspicious pointer conversion in function HB_FUN_XLBOOKSETKEY Warning W8075 d:\\users\\jose\\desktop\\libxl-hbr\\source\\Libxlfnc.prg 319: Suspicious ...
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

... 112: Nonportable pointer conversion in function HB_FUN_XLBOOKSAVERAW Warning W8075 d:\\users\\jose\\desktop\\libxl-hbr\\source\\Libxlfnc.prg 319: Suspicious pointer conversion in function HB_FUN_XLBOOKSETKEY Warning W8075 d:\\users\\jose\\desktop\\libxl-hbr\\source\\Libxlfnc.prg 319: Suspicious ...
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: My regex fails under Harbour

Thanks Cristobal.
The sentence now works in my standalone test but not my module.
Is there anyway to check where the linker is pulling hb_regex() from? It seems suspicious that I get an empty array when there is no match instead of NIL
by hua
Mon Nov 07, 2022 2:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: My regex fails under Harbour
Replies: 6
Views: 587

Re: Very strange problem - ideas needed

I can´t see anything suspicious in your code. Perhaps the executable file was somehow corrupted. I would try to recompile with an irrelevant modification and try to run under another name on my client's installations.
by ADutheil
Wed Aug 24, 2022 9:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Very strange problem - ideas needed
Replies: 17
Views: 1753
Next

Return to advanced search

cron