Search found 70 matches: deprecated

Return to advanced search

Re: Error al compilar con VS2019

Muchas gracias estimado Joao con #define _WINSOCK_DEPRECATED_NO_WARNINGS Desapareció el error. FrpFecha en una función que utilizo para verificar la fecha del .EXE alojado en un FTP Si es diferente al que está en ejecución la descarga y lo reemplaza Function FtpFecha(cFile,cFtpSite,cUsuario,cPa...
by karinha
Sat Apr 08, 2023 5:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al compilar con VS2019
Replies: 26
Views: 1698

Re: Error al compilar con VS2019

Muchas gracias estimado Joao con #define _WINSOCK_DEPRECATED_NO_WARNINGS Desapareció el error. FrpFecha en una función que utilizo para verificar la fecha del .EXE alojado en un FTP Si es diferente al que está en ejecución la descarga y lo reemplaza Function FtpFecha(cFile,cFtpSite,cUsuario,cPas...
by acuellar
Sat Apr 08, 2023 5:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al compilar con VS2019
Replies: 26
Views: 1698

Re: Error al compilar con VS2019

#define _WINSOCK_DEPRECATED_NO_WARNINGS

definir _WINSOCK_DEPRECATED_NO_WARNINGS en linea superior del stdafx.h

y/ó

#include <WS2tcpip.h>

Que és,

FtpFecha ?


Regards, saludos.
by karinha
Sat Apr 08, 2023 1:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al compilar con VS2019
Replies: 26
Views: 1698

Re: Problema con xBrowse

... ):Value ) ), ;oCol:oBrw:oRs:Fields( "HDR_TOT" ):Value, 0.00 ) }  Please never use bStrData. Deprecated many years ago. The codebock evaluates to a Character Value, which XBrowse faithfully displays in the Cell. XBrowse uses a numeric value ...
by nageswaragunupudi
Sat Apr 30, 2022 4:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con xBrowse (SOLUCIONADO)
Replies: 11
Views: 1169

Re: Cambiar Tree Completo Sobre xBrowse (solucionado)

... := { |oCol,uOldVal| <OtherChanges>( oCol,uOldVal ) }  To the extent possible, please avoid coding bOnPostEdit. It is deprecated.
by nageswaragunupudi
Thu Mar 10, 2022 9:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar Tree Completo Sobre xBrowse (solucionado)
Replies: 9
Views: 764

Re: Learning opencv step by step

... opencv_createsamples , opencv_annotation , opencv_traincascade and opencv_visualisation . Createsamples, traincascade and opencv_haartraining are deprecated Positive samples are created by the opencv_createsamples application 1. You can generate a bunch of positives from a single positive object ...
by Antonio Linares
Sat Dec 25, 2021 9:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Learning opencv step by step
Replies: 21
Views: 2364

Re: Editar celda xBrowse

... Use COLUMNS clause. In the COLUMNS clause, provide the names of the fields as strings. 2) Do not use bStrData and bOnPostEdit. Their usage was deprecated many years ago. Quiero poder Editar y Cambiar el Valor de cualquier celda de esa columna, ¿Que debo Hacer? English: I want to be able to ...
by nageswaragunupudi
Thu Oct 28, 2021 1:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Editar celda xBrowse
Replies: 4
Views: 694

Re: *** Curso de C para programadores Harbour.

... de objetos, para mi es una perdida de tiempo: es un asunto muy trillado. Incluso Antonio hizo un manual del Objects que sigue vigente, aunque deprecated Mis dos céntimos
by hmpaquito
Fri Mar 26, 2021 11:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: *** Curso de C para programadores Harbour.
Replies: 141
Views: 18392

From mysql_* to mysqli_*

... using mysql_* functions to manipulate the database... but what's the problem with that? Well, the problem is that basically mysql_* functions are deprecated and to avoid troubles it is recommended to migrate it to mysqli_* functions... https://en.wikipedia.org/wiki/MySQLi This migration ...
by ricbarraes
Mon Feb 22, 2021 9:09 pm
 
Forum: mod_harbour
Topic: From mysql_* to mysqli_*
Replies: 0
Views: 262

Re: To Mr. Rao, XBrowse totals (SOLVED)

... 4 ]:nFooterType := AGGR_SUM:aCols[ 5 ]:nFooterType := AGGR_SUM  Notes: bStrData: Please never use bStrData. This data is deprecated years back. Instead use bEditValue and cEditPicture. bStrData returns a character value. We can not expect XBrowse to total character values. ...
by nageswaragunupudi
Sun Nov 15, 2020 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Mr. Rao, XBrowse totals (SOLVED)
Replies: 8
Views: 967

Re: Mr. Nages please: HARU PDF Bugs/Extensions

... both the old methods SayBitmap() and SayImage(), which exist to support legacy applications created prior to 2016. These methods may be treated as deprecated for future development. Syntax: METHOD PrintImage( nRow, nCol, uImage, nWidth, nHeight, lStretch, nAlpha, lTransp, lGray, cUnits, cAlign, ...
by nageswaragunupudi
Thu Mar 05, 2020 5:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Nages please: HARU PDF Bugs/Extensions
Replies: 21
Views: 5563

Re: No values in xbrowse footers, Why?

Please do not use bStrData. Deprecated many years back. When you use bStrData (character value), xbrowse does not know the value to be totalled. Please try this code (I hope your FWH version is not very old) REDEFINE XBROWSE oBrx ID 202 ...
by nageswaragunupudi
Thu Dec 26, 2019 7:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: No values in xbrowse footers, Why?
Replies: 4
Views: 601

Problem x:\fwh\samples\dshow.prg

... to 'dshow.c'... Done. Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc. dshow.c: Warning W8137 dshow.prg 48: Deprecated #import directive encountered. Please use the TLIBIMP utility instead. Error E2503 dshow.prg 48: Missing or incorrect version of TypeLibImport.dll ...
by Jimmy
Sat Nov 30, 2019 10:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem x:\fwh\samples\dshow.prg
Replies: 7
Views: 1413

Re: Orientación para migración desde visual flagship

... ( gpointer ) ( i + 1 ) ); ^ source/winapi/printers.c: In function ‘HB_FUN_CREATEPRINTER’: source/winapi/printers.c:16:7: warning: ‘g_type_init’ is deprecated [-Wdeprecated-declarations] g_type_init(); ^ In file included from /usr/include/glib-2.0/gobject/gobject.h:24:0, from /usr/include/glib-2.0/gobject/gbinding.h:29, ...
by alfaguilarz
Wed Nov 06, 2019 5:52 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Orientación para migración desde visual flagship
Replies: 5
Views: 7965
Next

Return to advanced search