Search found 11 matches: pdata

Return to advanced search

Re: PostgresSQL from core-master\contrib\hbpgsql

... Version 5.12.8078 Copyright (C) Microsoft Corp 1992-1998. All rights reserved. Dump of file libpq.DLL File Type: DLL Summary B30 .data 1ECC .pdata BE9C .rdata 598 .reloc 4F0 .rsrc 1D41B .text that all i got :cry: did you use 64 Bit LibPQ.DLL :?: which Version :?: --- than i try LibPQ.LIB ...
by Jimmy
Wed Sep 11, 2019 6:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostgresSQL from core-master\contrib\hbpgsql
Replies: 28
Views: 6317

Al usar hb_itemDoC el aplicativo deja de funcionar

... falta alguna librería al compilar. Desde ya se agradece cualquier ayuda. #pragma BEGINDUMP static void seleccion_menu( GtkWidget *widget, gpointer pdata ) { int i; PHB_ITEM pArg1 = hb_itemNew( NULL ); PHB_ITEM pArg2 = hb_itemNew( NULL ); PHB_ITEM pArg3 = hb_itemNew( NULL ); PHB_ITEM itemReturn ...
by jgayoso
Thu Jun 22, 2017 8:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Al usar hb_itemDoC el aplicativo deja de funcionar
Replies: 2
Views: 526

Re: Placa USB HID programar

En realidad esta función debe ser así:

BOOL WINAPI WriteEx(int pVendorID,int pProductID, unsigned char * pData );

Code: Select all  Expand view
HB_FUNC( MYWRITEEX )
{
   hb_retl( WriteEx( hb_parnl( 1 ), hb_parnl( 2 ), hb_parc( 3 ) ) );
}
by Antonio Linares
Thu Nov 17, 2016 6:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Placa USB HID programar
Replies: 11
Views: 1523

Re: Placa USB HID programar

... pProductID = hb_parni(2); lReturn = GetHandle(pVendoID,pProductID); hb_retnl(lReturn); } BOOL WINAPI WriteEx(int pVendorID,int pProductID,BYTE pData ); HB_FUNC( MYWRITEEX ) { INT pVendorID; INT pProductID; BYTE pData; BOOL lReturn; pVendorID = hb_parni(1); pProductID = hb_parni(2); pData = ...
by softruz
Thu Nov 17, 2016 10:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Placa USB HID programar
Replies: 11
Views: 1523

Re: Info FiveTouch

... nHnd = SQLSTRINGCONNECT(cConn,.f.) cSQL = "select * from dbo.VenditeFasceOrarie where DataFasciaOraria=?PData" SQLEXEC(nHnd ,cSQL, "crForaria") cSQL = "update dbo.VenditeFasceOrarie set ValoreVendutoFasciaOraria=?wImporto where DataFasciaOraria=?wDataFascia ...
by xfood
Mon Aug 17, 2015 8:24 am
 
Forum: FiveTouch
Topic: Info FiveTouch
Replies: 26
Views: 11233

Re: help to compile c5new.c

... 2926: Parameter 'lp' is never used in function BrowseCallbackProc Warning W8057 G:\policia\C5\C5LIB\Source\c5cnew.c 2926: Parameter 'pData' is never used in function BrowseCallbackProc Warning W8081 G:\policia\C5\C5LIB\Source\c5cnew.c 3029: void functions may not return a value in ...
by Andrés González
Mon Mar 07, 2011 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: help to compile c5new.c
Replies: 8
Views: 2945

Re: Select more files

... of '_bcopy' Warning W8057 crypt2.prg 521: Parameter 'lp' is never used in function BrowseCallbackProc Warning W8057 crypt2.prg 521: Parameter 'pData' is never used in function BrowseCallbackProc *** 2 errors in Compile *** 369 //static far char IniDir[] = ".\\"; 370 static char szDirName[ ...
by MarcoBoschi
Fri Oct 30, 2009 9:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Select more files
Replies: 14
Views: 3423

Re: Select more files

... Warning W8057 morefiles.prg 175: Parameter 'lp' is never used in function BrowseCallbackProc Warning W8057 morefiles.prg 175: Parameter 'pData' is never used in function BrowseCallbackProc Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
by MarcoBoschi
Fri Oct 30, 2009 8:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Select more files
Replies: 14
Views: 3423

Re: Otra de FTP

... InternetCloseHandle hConnection 'close the internet connection InternetCloseHandle hOpen End Sub Public Sub EnumFiles(hConnection As Long) Dim pData As WIN32_FIND_DATA, hFind As Long, lRet As Long 'set the graphics mode to persistent Me.AutoRedraw = True 'create a buffer pData.cFileName = String(MAX_PATH, ...
by QAZWSX2K
Tue Oct 06, 2009 12:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Otra de FTP
Replies: 14
Views: 3720

... generated due to /FORCE option; image may not run FiveCE.lib(FILENAME.obj) : fatal error LNK1223: invalid or corrupt file: file contains invalid .pdata contributions Saludos
by tsales
Tue Feb 20, 2007 7:44 pm
 
Forum: FiveWin para Pocket PC
Topic: Sustituir funciones de fivecec.lib
Replies: 6
Views: 2114

How to use Free TWAIN_32.dll

... dataGroup parameter */ TW_INT16 dataArgType; /* DSM_Entry dataArgType parameter */ TW_INT16 message; /* DSM_Entry message parameter */ TW_INT32 pDataSize; /* Size of pData (0 if NULL) */ // TW_MEMREF pData; /* Based on implementation specifics, a */ /* pData parameter makes no sense in this ...
by areang
Thu Aug 03, 2006 9:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use Free TWAIN_32.dll
Replies: 0
Views: 1730

Return to advanced search