Search found 101 matches: clipapi

Return to advanced search

Re: cGetFile() and Multiple file selection

Antonio Linares wrote:Cambia clipapi.h por hbapi.h
Me da los mismos errores excepto el de ClipApi.h.

Antonio Linares wrote:Copia aqui el código y lo reviso
Es el código del segundo mensaje de este tema (pág. 1) viewtopic.php?f=3&t=15004#p77571
by JmGarcia
Tue Apr 05, 2016 6:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cGetFile() and Multiple file selection
Replies: 22
Views: 6731

Re: cGetFile() and Multiple file selection

Cambia clipapi.h por hbapi.h

Copia aqui el código y lo reviso
by Antonio Linares
Tue Apr 05, 2016 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cGetFile() and Multiple file selection
Replies: 22
Views: 6731

wmf2emf problemi in compilazione

... **** WMF2EMF.PRG * #pragma BEGINDUMP #include "WinTen.h" #include "Windows.h" #include "HbApi.h" #include "ClipApi.h" #include <windows.h> HB_FUNC( WMFTOEMF ) // ( cWmf, cEmf ) { HMETAFILE hWMF = GetMetaFile( hb_parc( 1 ) ); UINT nSize = GetMetaFileBitsEx( ...
by Romeo
Wed Jan 20, 2016 4:59 pm
 
Forum: All products support
Topic: wmf2emf problemi in compilazione
Replies: 0
Views: 567

Re: Color de Bit

Utilizo esta cabeceras:

fwharb.h
hbapi.h
clipapi.h
winten.h
windows.h
mmsystem.h
winuser.h
by antolin
Thu Jul 23, 2015 10:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Color de Bit
Replies: 6
Views: 1480

Problem compiling testtool.prg

... // Suport for Windows ToolHelp.dll #include <c:\fwh\include\WinTen.h> #include <Windows.h> #include <c:\fwh\include\ClipApi.h> #ifndef __FLAT__ #include <c:\fwh\include\ToolHelp.h> #define PCLIPVAR void * #endif extern HINSTANCE GetInstance( void ); static ...
by Massimo Linossi
Fri Sep 19, 2014 6:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem compiling testtool.prg
Replies: 0
Views: 503

Re: Selección múltiple de archivos

... 84: Multiple declaration for 'WORD' + Full parser context + ..\\fuentes\\main.prg, line 381: #include \lenguaje\fwh\include\ClipApi.h + \lenguaje\fwh\include\ClipApi.h, line 22: #include \lenguaje\fwh\include\fwH arb.h + \lenguaje\fwh\include\fwHarb.h, line 20: #include d:\lenguaje\harbour\includ ...
by quique
Thu Mar 14, 2013 3:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Selección múltiple de archivos
Replies: 10
Views: 2097

Re: Como crear una libreria?

... estrenar mi nuevo FWH. Error E2209 C\BPAINT.C 5: Unable to open include file 'WinTen.h' Error E2209 C\BPAINT.C 7: Unable to open include file 'ClipApi.h' Error E2141 C\BPAINT.C 33: Declaration syntax error No se si esos dos .h habra que incluirlos y la lina 33 es la segunda del siguiente bloque. ...
by Jorge Jaurena
Sat Mar 02, 2013 11:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como crear una libreria?
Replies: 6
Views: 954

Re: Compile tbfuncs.c

... new-line. C:\fw21\WINH32\WINH32 xbset08\tcbfuncs.c(130): warning #1063: Single-line comment contains escaped new-line. C:\fw21\FWH_8\include\ClipApi.h(511): warning #2099: Missing type specifier; assuming 'int'. C:\fw21\WINH32\WINH32 xbset08\tcbfuncs.c(41): warning #2114: Local 'HeaderHeight' ...
by AHF
Fri Feb 10, 2012 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compile tbfuncs.c
Replies: 9
Views: 2683

Re: Compile tbfuncs.c

If I try in Pelles C for windows I get: Building tcbfuncs.obj. C:\fw21\FWH_8\include\ClipApi.h(60): error #2121: Redeclaration of 'WORD'. C:\fw21\FWH_8\include\ClipApi.h(65): error #2121: Redeclaration of 'PWORD'. C:\fw21\FWH_8\include\ClipApi.h(66): error #2121: ...
by AHF
Fri Feb 10, 2012 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compile tbfuncs.c
Replies: 9
Views: 2683

Re: Compile tbfuncs.c

... Copyright (c) 1993, 2000 Borland tcbfuncs.c: Error E2209 tcbfuncs.c 2: Unable to open include file 'Windows.h' Error E2139 \fw21\fwh_8\include\ClipApi.h 77: Declaration missing ; Error E2238 \fw21\fwh_8\include\ClipApi.h 78: Multiple declaration for 'WORD' Error E2344 \fw21\fwh_8\include\ClipApi.h ...
by AHF
Thu Feb 09, 2012 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compile tbfuncs.c
Replies: 9
Views: 2683

Re: Compiling TSButton with MinGW gcc

... as an option and replaced it with standard buttons, since I got no help with this... But I still need help with TSBrowse ! You said to change clipapi.ch by hbapi.ch but in this case, the code is was already with hbapi.ch. And when compiled, I get the following errors: hbmk2: Compiling C++...../../TSBrowse/TSBFUNCS.C: ...
by concentra
Thu Nov 03, 2011 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling TSButton with MinGW gcc
Replies: 12
Views: 2957

Re: Compiling TSButton with MinGW gcc

Change clipapi.ch by hbapi.ch and try againg.

Regards
by nnicanor
Wed Nov 02, 2011 9:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling TSButton with MinGW gcc
Replies: 12
Views: 2957

Error compilando TsBrowse9 con HB 3 y BCC582

... /* set your own path if needed */ //#include <WinTen.h> /* set your own path if needed */ #include <Windows.h> //#include <ClipApi.h> /* set your own path if needed */ #include <shellapi.h> #include <StdLib.h> #include <hbstack.h> #include <hbvm.h> ...
by Adolfo
Fri Oct 21, 2011 12:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error compilando TsBrowse9 con HB 3 y BCC582
Replies: 3
Views: 1338

Compiling TSButton with MinGW gcc

... when I do the hbmk2 TSButton7.hbp I got this errors: In file included from F:/FWH/TSButton/source/FUNCTION/TSBUTT~1/BPAINT.C:7:0: F:/FWH/INCLUDE/ClipApi.h:69:28: error: conflicting declaration 'typedef unsigned int WORD' c:\hb31\comp\mingw\bin\../lib/gcc/mingw32/4.5.2-dw2/../../../../include/windef.h:241:24: ...
by concentra
Tue Oct 18, 2011 12:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling TSButton with MinGW gcc
Replies: 12
Views: 2957

Re: Error al crear tDolphin con MS VC 10 ++

Hola,

Cambia ISNUM por HB_ISNUM

en getbtn.c cambia clipapi.ch por hbapi.ch

Slds

Nicanor
by nnicanor
Tue Oct 11, 2011 3:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al crear tDolphin con MS VC 10 ++
Replies: 6
Views: 1139
Next

Return to advanced search