Search found 1527 matches: warning

Return to advanced search

Re: De *.C Para *.Obj en BCC74 no funciona más.

... -D__HARBOUR__ -D__FLAT__ c_dibbmp.C Embarcadero C++ 7.40 for Win32 Copyright (c) 1993-2018 Embarcadero Technologies, Inc. c_DibBmp.c: Warning W8012 c_DibBmp.c 488: Comparing signed and unsigned values in function DibBmp_SetTransparentColor2 Warning W8012 c_DibBmp.c 547: Comparing signed ...
by karinha
Fri Sep 08, 2023 6:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: De *.C Para *.Obj en BCC74 no funciona más.
Replies: 84
Views: 39507

Re: De *.C Para *.Obj en BCC74 no funciona más.

... -D__FLAT__ c_tthememanager.C Embarcadero C++ 7.40 for Win32 Copyright (c) 1993-2018 Embarcadero Technologies, Inc. c_TThemeManager.c: Warning W8065 c_TThemeManager.c 282: Call to function 'FontHeight2Pt' with no prototype in function _i_GetSetFont *** 1 errors in Compile *** c:\TTaskPan>C:\BCC74\bin\bcc32 ...
by karinha
Fri Sep 08, 2023 4:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: De *.C Para *.Obj en BCC74 no funciona más.
Replies: 84
Views: 39507

Re: how to "override" Function of FiveH64.lib using MSVC

... flags linker: /FORCE:MULTIPLE i have write this into hbmk.hbm DUALGRID.HBC -w1 -es2  -ldflag=-FORCE:MULTIPLE and got FiveH64.lib(ADOFUNCS.obj) : warning LNK4006: HB_FUN_FW_RDBMSNAME ist bereits in "ADO.obj" definiert; zweite Definition wird ignoriert. FiveH64.lib(ADOFUNCS.obj) : warning ...
by Jimmy
Sun Sep 03, 2023 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to "override" Function of FiveH64.lib using MSVC
Replies: 4
Views: 337

Re: not ISOEM(), ISANSI() or IsUTF8()

YES this "seems" to work, no Error in LOG :D but when try to open Excel Sheet i got Warning and all Type "C" are empty ... :shock: This is the test I made. #include "fivewin.ch"function Main()   local cOemHex  := "8494818E999AE1"  ...
by nageswaragunupudi
Wed Aug 30, 2023 2:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2099

Listview Unicode for CLASS TGrid()

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

Re: not ISOEM(), ISANSI() or IsUTF8()

... ) Please use UML_OEMTOANSI() but not OemToAnsi() YES this "seems" to work, no Error in LOG :D but when try to open Excel Sheet i got Warning and all Type "C" are empty ... :shock: --- i have compare   cText := UTF16toUTF8( strToWide( UML_OEMTOANSI( cText ) ...
by Jimmy
Wed Aug 30, 2023 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2099

Re: New FTDN July/Julio (FWH 23.07)

gracias

Esto no tiene inconvenietnes al ser WARNING?
Source\tree_fw\treeview.c:
Warning W8060 Source\tree_fw\treeview.c 74: Possibly incorrect assignment in function HB_FUN_TVINSERTITEM
Warning W8019 Source\tree_fw\treeview.c 305: Code has no effect in function HB_FUN_TVEDITLABEL
by goosfancito
Tue Aug 15, 2023 7:27 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 1066

Re: Nuevo FWH 23.07

Estimado Carlos,

Revisa si te aparece algún warning al construir el EXE y copia aqui lo que te aparezca, para que lo revisemos.

File() es una función propia de Harbour que funciona correctamente. Comprueba que el path al fichero sea correcto.
by Antonio Linares
Sun Jul 30, 2023 6:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 24.04
Replies: 23
Views: 32908

FindReplace Dialog Unicode

hi, my HB_FUNC( FINDREPLACEDLG ) ANSI Version compile without Error / Warning and work #pragma BEGINDUMP#include <windows.h>#include <commctrl.h>#include <hbapi.h>#include <shlobj.h>#include <tchar.h>#define UNICODE#ifdef UNICODELPWSTR ...
by Jimmy
Wed Jul 19, 2023 6:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FindReplace Dialog Unicode
Replies: 2
Views: 149

Re: Crear HBSSL.LIB con CMS para firma de Xml

Al construir Harbour hbssl me aparecen muchos warnings W8080 que finalmente procesa como error He conseguido deshabilitar este warning modificando hbssl.hbm y añadiendo esto: -cflag+=-w-8080 tambien he añadido estas líneas en hbssl.hbp: -depimplibs=openssl:../bin/libcrypto-3.dll ...
by Antonio Linares
Sat Jun 03, 2023 6:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear HBSSL.LIB con CMS para firma de Xml
Replies: 24
Views: 1205

Como evitar warnings

... Prueba()  Local oQuery  Local cQuery.........  oQuery:=oQuery:=_oSqlConex:Query( cQuery )return .t. Al compilar, me muestra este warning: Variable 'OQUERY' is assigned but not used in function ... Es como si detectara a oQuery como una constante y no como variable, estoy compilando ...
by JoseAlvarez
Tue May 30, 2023 5:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como evitar warnings
Replies: 5
Views: 257

Re: New FWH 23.04

Dear Tim,

This is the right code:
BYTE * bBuffer = ( BYTE * ) hb_xgrab( BUFSIZE );

but you may have got a warning, not an error

Just curiosity: why have you recompiled profile.c ?
by Antonio Linares
Tue May 02, 2023 7:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 23.04
Replies: 13
Views: 817

Re: Harbour's multi-head self-attention transformer

hi Antonio,

does the CODE really work :?:

i can compile it (with some Warning) but i got "no Display" (and no Error LOG)
by Jimmy
Mon Apr 17, 2023 2:06 pm
 
Forum: Utilities / Utilidades
Topic: Harbour's multi-head self-attention transformer
Replies: 4
Views: 554

Re: Warning under 64 Bit MSVC but none unde BCC 32 Bit

Antonio Linares wrote:Dear Jimmy,

Remove this line:
LPSTR pStr;

and place it here:
[code=fw]   #else

ah, understand
thx for Tip
by Jimmy
Sun Apr 09, 2023 6:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Warning under 64 Bit MSVC but none unde BCC 32 Bit
Replies: 2
Views: 246

Re: Warning under 64 Bit MSVC but none unde BCC 32 Bit

Dear Jimmy, Remove this line: LPSTR pStr; and place it here:   #else   {  // new      LPSTR pStr = WideToAnsi( FR->lpstrFindWhat );  // modified      hb_storvc (  pStr,               &n...
by Antonio Linares
Sun Apr 09, 2023 6:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Warning under 64 Bit MSVC but none unde BCC 32 Bit
Replies: 2
Views: 246
PreviousNext

Return to advanced search