Search found 918 matches: int

Return to advanced search

Re: Error E2139 C:\FWH24\INCLUDE\clipapi.h 77: Declaration m

... sólo para Clipper y no para FWH. Estoy tratando de hacer esto: #include "winten.h" #include "clipapi.h" #include "windows.h" HB_FUNC( misuma ) { Int inum1 := hb_parni( 1 ) ; Int inum2 := hb_parni( 2 ) ; hb_retni( inum1 + inum2 ) ; } misuma tiene que ir en mayúsculas, es decir, MISUMA. Por otra ...
by Antonio Linares
Tue Oct 25, 2005 8:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error E2139 C:\FWH24\INCLUDE\clipapi.h 77: Declaration missi
Replies: 10
Views: 3777

Error E2139 C:\FWH24\INCLUDE\clipapi.h 77: Declaration missi

... sizeof( CLIPVAR ) --> 14 bytes Estoy tratando de hacer esto: #include "winten.h" #include "clipapi.h" #include "windows.h" HB_FUNC( misuma ) { Int inum1 := hb_parni( 1 ) ; Int inum2 := hb_parni( 2 ) ; hb_retni( inum1 + inum2 ) ; } para luego llamarlo desde un prg de xharb Gracias.
by goosfancito
Tue Oct 25, 2005 5:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error E2139 C:\FWH24\INCLUDE\clipapi.h 77: Declaration missi
Replies: 10
Views: 3777

Para Antonio Linhares (comm.c , BuildCommDCB, SetCommState)

... ///////////////// COMM.C //////////////// #include <WinTen.h> #include <Windows.h> #include <ClipApi.h> #ifdef __FLAT__ int OpenComm( LPCSTR lpszDevControl, unsigned int cbInQueue, unsigned int cbOutQueue ); int CloseComm( int idComDev ); int FlushComm( int idComDev, ...
by Gilson Lopes
Fri Oct 21, 2005 3:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Antonio Linhares (comm.c , BuildCommDCB, SetCommState)
Replies: 0
Views: 2014
Previous

Return to advanced search