Search found 918 matches: int

Return to advanced search

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" in "int", möglicher ...
by Jimmy
Thu Nov 10, 2022 5:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 64 Bit Warning MSVC
Replies: 3
Views: 207

Re: HMG 64 Bit Constante -> FiveWin ?

... Bit and got 1 (same) Error when compile under 64 Bit HB_FUNC.PRG(24): warning C4244: "=": Konvertierung von "HB_SIZE" in "int", möglicher Datenverlust HB_FUNC.PRG(489): warning C4244: "Initialisierung": Konvertierung von "HB_SIZE" in "int", ...
by Enrico Maria Giordano
Mon Oct 24, 2022 7:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HMG 64 Bit Constante -> FiveWin ?
Replies: 23
Views: 1248

Re: HMG 64 Bit Constante -> FiveWin ?

... Bit and got 1 (same) Error when compile under 64 Bit HB_FUNC.PRG(24): warning C4244: "=": Konvertierung von "HB_SIZE" in "int", möglicher Datenverlust HB_FUNC.PRG(489): warning C4244: "Initialisierung": Konvertierung von "HB_SIZE" in "int", ...
by Jimmy
Mon Oct 24, 2022 4:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HMG 64 Bit Constante -> FiveWin ?
Replies: 23
Views: 1248

Re: HMG 64 Bit Constante -> FiveWin ?

... from MSVC 64 Bit, need some Help please TGRID.c HB_FUNC.PRG(61): warning C4244: "=": Konvertierung von "HB_SIZE" in "int", möglicher Datenverlust HB_FUNC.PRG(138): warning C4244: "Initialisierung": Konvertierung von "HB_SIZE" in "int", ...
by Jimmy
Sat Oct 22, 2022 9:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HMG 64 Bit Constante -> FiveWin ?
Replies: 23
Views: 1248

vocabulary book for Harbour / Javascript

... should show for the most common problems for Harbour/Clipper usere how to do this with HTML and javascript. Also simple things like STRTRAN, STR, INT, etc. and e.g., calling functions with parameters, etc. Best regards, https://mybergland.com/fwforum/hw_clipper.jpg
by Otto
Wed Oct 19, 2022 7:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: vocabulary book for Harbour / Javascript
Replies: 2
Views: 252

Re: Display thumbnails of pdfs

Dear Jimmy, This is the definition of the struct LVCOLUMN from commctrl.h typedef struct tagLVCOLUMNA { UINT mask; int fmt; int cx; LPSTR pszText; int cchTextMax; int iSubItem; #if (_WIN32_IE >= 0x0300) int iImage; int iOrder; #endif #if _WIN32_WINNT >= 0x0600 int cxMin; // ...
by Antonio Linares
Sun Oct 16, 2022 2:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display thumbnails of pdfs
Replies: 33
Views: 2271

Re: FWH: All functions, classes, methods with source code

... #define EM_LINESCROLL 182 #define EM_GETFIRSTVISIBLELINE 0x00CE and further in the program the get to show the programlines nWd := Int( ScreenWidth() * 0.9 ) @ 50,420 GET oGet VAR cText MEMO SIZE nWd - 440, 530 PIXEL OF oDlg FONT oFixed static function GetSetTopRow( oGet, nRow ) ...
by Marc Venken
Thu Oct 06, 2022 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: All functions, classes, methods with source code
Replies: 15
Views: 1581

Re: Area de trabajo no usada: ORDKEYNO

... | nSkip | Skipper( oRs1Cli, nSkip ) } oBrow:lcellstyle := .f. oBrow:nlinestyle := 2 oBrow:nclrpane := { || iif( ( oRS1Cli:AbsolutePosition / 2 ) - INT( oRS1Cli:AbsolutePosition / 2 ) > 0, RGB( 193, 221, 255 ), RGB( 221, 245, 255 ) ) } oBrow:GoTop() oBrow:aActions = { "ID","numero", ...
by jpcavagnaro
Sun Sep 11, 2022 12:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Area de trabajo no usada: ORDKEYNO
Replies: 3
Views: 321

Re: INTEGRACION CON DLL PARA CONECTAR CON DISPOSITIVOS ANVIZ

Buscando en github he encontrado esto: https://github.com/alebianky/aNVIZ y ahi aparece un fichero de cabecera para C: API_EXTERN int CChex_Update(void *CchexHandle, int *DevIdx, int *Type, char *Buff, int Len); prueba asi: HB_FUNC( CCHEX_UPDATE ){   int DevIdx = hb_parni( ...
by Antonio Linares
Fri Sep 09, 2022 5:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: INTEGRACION CON DLL PARA CONECTAR CON DISPOSITIVOS ANVIZ
Replies: 27
Views: 2101

Re: INTEGRACION CON DLL PARA CONECTAR CON DISPOSITIVOS ANVIZ

Esta declaración: int CChex_Update(IntPtr CchexHandle, int[] DevIdx, int[] Type, IntPtr Buff, int Len) no es una declaración de lenguaje C, sino de C#, lo cual significa que puede ser una DLL para .Net De ser asi, no podemos usarla ...
by Antonio Linares
Fri Sep 09, 2022 5:03 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: INTEGRACION CON DLL PARA CONECTAR CON DISPOSITIVOS ANVIZ
Replies: 27
Views: 2101

Re: INTEGRACION CON DLL PARA CONECTAR CON DISPOSITIVOS ANVIZ

... del programa sin indicar ningun error. Creo que el problema esta en los parámetros. esta seria la llamada a la función según la documentación. int CChex_Update(IntPtr CchexHandle, int[] DevIdx, int[] Type, IntPtr Buff, int Len)  int[] --> ¿Es un array? Estas son las ...
by Pg_cts
Thu Sep 08, 2022 11:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: INTEGRACION CON DLL PARA CONECTAR CON DISPOSITIVOS ANVIZ
Replies: 27
Views: 2101

Re: INTEGRACION CON DLL PARA CONECTAR CON DISPOSITIVOS ANVIZ

...   msginfo(aDatos)#pragma BEGINDUMP#include <hbapi.h>#include <windows.h>int CChex_Update(long CchexHandle, int idx, int type, long aDatos, int longi);HB_FUNC( CCHEX_UPDATE ){   hb_retnl( ...
by Pg_cts
Tue Sep 06, 2022 11:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: INTEGRACION CON DLL PARA CONECTAR CON DISPOSITIVOS ANVIZ
Replies: 27
Views: 2101

Re: INTEGRACION CON DLL PARA CONECTAR CON DISPOSITIVOS ANVIZ

Prueba asi:

cDatos = Space( 32000 )
Dllcall( hDLL, "INT", "CChex_Update",Anviz_handle,1,1,@cDatos,32000)
by Antonio Linares
Sun Sep 04, 2022 11:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: INTEGRACION CON DLL PARA CONECTAR CON DISPOSITIVOS ANVIZ
Replies: 27
Views: 2101

Re: INTEGRACION CON DLL PARA CONECTAR CON DISPOSITIVOS ANVIZ

... := hb_LibLoad( "tc-b_new_sdk.dll" ) a partir de ahi, usa hDLL en vez de "tc-b_new_sdk.dll" Anviz_handle:=DllCall( hDLL, "INT", "CChex_Start") etc... finalmente, haz hb_LibFree( hDLL )
by Antonio Linares
Fri Sep 02, 2022 3:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: INTEGRACION CON DLL PARA CONECTAR CON DISPOSITIVOS ANVIZ
Replies: 27
Views: 2101

Re: Leer Excel XLSX grande a un array o DBF

... }) FUNCTION muestraprogreso(nPercent1, oMtr1) APPEND FROM &cFile WHILE (nPercent1++, oMtr1:Set(nPercent1), IIF( (nPercent1/1000 - int(nPercent1/1000)) = 0 , SysRefresh(), ), TRUE ) DELIMITED WITH ({,";"}) RETURN (.T.)
by Enrrique Vertiz
Sat Feb 05, 2022 3:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Leer Excel XLSX grande a un array o DBF
Replies: 12
Views: 1240
PreviousNext

Return to advanced search