Search found 1527 matches: warning

Return to advanced search

Help with Wrapper libXL

... Estos son los errores de compilación: Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 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 ...
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

... Estos son los errores de compilación: Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 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 ...
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: 64 Bit Warning MSVC

Dear Jimmy,

You can safely use hb_retnll() in 32 bits
by Antonio Linares
Fri Nov 11, 2022 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 64 Bit Warning MSVC
Replies: 3
Views: 213

Re: 64 Bit Warning MSVC

hi Antonio, Please use hb_retnl() (and hb_retnll()) instead of hb_retni() YES, that work without Warning --- Question : now i have hb_retnll() for 64 Bit and 32 Bit and it also seems to work under 32 Bit ... do i need to change it :?: normal ListView_GetSelectedCount() ...
by Jimmy
Fri Nov 11, 2022 9:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 64 Bit Warning MSVC
Replies: 3
Views: 213

Re: Light a Icon on Msgitem

Silvio, First, I see lots of applications with those warning icons, but never flashing. I think to do that you would have to create a function that displays, removes, displays, removes the icon. That would certainly be a load on the CPU to constantly ...
by Silvio.Falconi
Thu Nov 10, 2022 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Light a Icon on Msgitem - Resolved -
Replies: 5
Views: 296

Re: 64 Bit Warning MSVC

Dear Jimmy,

Please use hb_retnl() (and hb_retnll()) instead of hb_retni()
by Antonio Linares
Thu Nov 10, 2022 6:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 64 Bit Warning MSVC
Replies: 3
Views: 213

64 Bit Warning MSVC

hi, need some help for 64 Bit HB_FUNC.PRG(322): warning C4244: "Argument": Konvertierung von "LRESULT" in "int", möglicher Datenverlust HB_FUNC.PRG(336): warning C4244: "Argument": Konvertierung von "LRESULT" ...
by Jimmy
Thu Nov 10, 2022 5:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 64 Bit Warning MSVC
Replies: 3
Views: 213

Re: Light a Icon on Msgitem

Silvio, First, I see lots of applications with those warning icons, but never flashing. I think to do that you would have to create a function that displays, removes, displays, removes the icon. That would certainly be a load on the CPU to constantly ...
by TimStone
Wed Nov 09, 2022 6:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Light a Icon on Msgitem - Resolved -
Replies: 5
Views: 296

Re: New FTDN October/Octure (FWH 22.10)

... para un ejemplo funcional. Esta función no está disponible en la versión de xHarbour comercial ni para bcc64. * Mejora: esreport.prg(3426) Warning W0030 STATIC Funcion 'FWER_GETREGISTRY' definida pero nunca usada. fwpdf.prg(1957) Warning W0030 STATIC Funcion 'RGB2PDF' definida pero nunca ...
by Antonio Linares
Mon Nov 07, 2022 9:38 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octure (FWH 22.10)
Replies: 2
Views: 865

Re: special Codeblock Syntax under Fivewin

Hola Cristóbal,

Pues sí. Debe ser como tu dices: Los warning mandan y definen la sintaxis correcta.

Así en "stricto sensu" hay que poner un return en los extended codeblocks

Gracias por la aclaración
by hmpaquito
Mon Nov 07, 2022 9:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: special Codeblock Syntax under Fivewin
Replies: 10
Views: 505

Re: special Codeblock Syntax under Fivewin

... activados ) y como sabemos un codeblock es tratado internamente como si fuese una FUNCTION Anonymous D:\FWH\FWHTEAM\SAMPLES\testtoast.prg(17) Warning W0007 Function '{||...}' does not end with RETURN statement Compilation Errors Link Error
by cnavarro
Mon Nov 07, 2022 8:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: special Codeblock Syntax under Fivewin
Replies: 10
Views: 505

Re: HB_FUNC() : wParam, lParam = 0,0 for Macro

Because it is the correct macro prototype: uuups ... i have read Description from LVM_GETSELECTEDCOUNT Message not from ListView_GetSelectedCount Macro :roll: --- in HMG Source i found some AVOID_COMPILER_WARNING when using Listview Macro HMG use   SendMessage ( hWnd, LVM_*, (WPARAM) x,...
by Jimmy
Sun Nov 06, 2022 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HB_FUNC() : wParam, lParam = 0,0 for Macro
Replies: 5
Views: 318

New FTDN October/Octure (FWH 22.10)

... samples/horizon.prg for a working example. This function is nor available for xhb commercial neither for bcc64. * Enhancement: esreport.prg(3426) Warning W0030 STATIC Function 'FWER_GETREGISTRY' defined but never used fwpdf.prg(1957) Warning W0030 STATIC Function 'RGB2PDF' defined but never used ...
by Antonio Linares
Wed Nov 02, 2022 11:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octure (FWH 22.10)
Replies: 2
Views: 865

Re: Get real date from the Internet

Dear Hakan, If we include the source code of function Now() inside FWH, then when building a PRG that uses such function we get this: LINK : warning LNK4217: symbol '___acrt_iob_func' defined in 'libucrt.lib(_file.obj)' is imported by 'FiveHC32.lib(NOW.obj)' in function '_HB_FUN_NOW' LINK : ...
by Antonio Linares
Wed Nov 02, 2022 5:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get real date from the Internet
Replies: 55
Views: 4480

Re: Campo autoincremental en DBF

* src/rdd/dbf1.c + added support for autoincrement fields with counter longer then 4 bytes Warning: if someone created tables with such fields i.e. { "I:+", 8, 0 } after my modification which added support for AutoInc flags in all numeric DBF fields then he ...
by carlos vargas
Thu Oct 27, 2022 10:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Campo autoincremental en DBF
Replies: 7
Views: 773
PreviousNext

Return to advanced search