Search found 42 matches: winten

Return to advanced search

Function download (update) from ftp? *Fixed*

... Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc. tftp.c: Error E2209 D:\\FWH1707\\samples\\tftp.prg 428: Unable to open include file 'WinTen.h' Warning W8019 d:\bcc7\include\windows\sdk\winnt.h 14984: Code has no effect in function TpDestroyCallbackEnviron Warning W8075 D:\\FWH1707\\samples\\tftp.prg ...
by dutch
Tue Aug 15, 2017 10:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Function download (update) from ftp? *Fixed*
Replies: 1
Views: 962

wmf2emf problemi in compilazione

... FWHARB.H, eppure l'ho copiato anche nella cartella. Un aiutino ? BCC7 Harbour 3.20dev Grazie **** WMF2EMF.PRG * #pragma BEGINDUMP #include "WinTen.h" #include "Windows.h" #include "HbApi.h" #include "ClipApi.h" #include <windows.h> HB_FUNC( WMFTOEMF ...
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 ...
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: Como crear una libreria?

... me da error al compilarlo, esto es lo ultimo que me falta para poder 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 ...
by Jorge Jaurena
Sat Mar 02, 2013 11:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como crear una libreria?
Replies: 6
Views: 954

Error compilando TsBrowse9 con HB 3 y BCC582

... Inclui #define _HB_API_INTERNAL_ y el resto de las cabeceras asi #include <hbApi.h> /* 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> ...
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

TSButton Version 7.0 error al compilar on Harbour 3.1

... k:\proy_harlib\tsbutton7\source\function\bpaint.c: Error E2209 k:\proy_harlib\tsbutton7\source\function\bpaint.c 5: Unable to open include file 'WinTen.h' Error E2209 k:\proy_harlib\tsbutton7\source\function\bpaint.c 7: Unable to open include file 'ClipApi.h' Error E2141 k:\proy_harlib\tsbutton7\source\function\bpaint.c ...
by ruben Dario
Sat Sep 10, 2011 11:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TSButton Version 7.0 error al compilar on Harbour 3.1
Replies: 0
Views: 307

CharToOemA / OemToCharA

... Unresolved external symbol '_HB_FUN_OEMTOCHARA referenced from fivehmx.lib(database.obj)'. I can't find any reference to these functions except in winten.h (#define CharToOemA _CharToOemA) About one of the only things I changed was to swap FWH's winapi.ch to xHb's winuser.ch in the fivewin.ch to ...
by lenk
Thu Sep 16, 2010 11:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CharToOemA / OemToCharA
Replies: 0
Views: 301

Re: Problem with BmpToStr() 9.11 vs 10.4

... Antonio, I got errors: Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland dibbmp.c: Error E2209 dibbmp.c 5: Unable to open include file 'WinTen.h' Error E2209 dibbmp.c 7: Unable to open include file 'ClipApi.h' Warning W8060 dibbmp.c 158: Possibly incorrect assignment in function DibFromBitmap ...
by fraxzi
Thu May 20, 2010 10:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with BmpToStr() 9.11 vs 10.4
Replies: 10
Views: 1686

Re: Descubrir dispositivos via Bluetooth

... ?","CdiBlue") msginfo(aBt[i,2],aBt[i,1]) end if next WSACleanup() return // FUNCIONES IMPORTANTES #pragma BEGINDUMP #include <WinTen.h> #include <Windows.h> #include <ClipApi.h> #include <WinSock.h> #include <WinSock2.h> #include <hbapi.h> #include ...
by softruz
Wed Nov 18, 2009 4:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Descubrir dispositivos via Bluetooth
Replies: 5
Views: 1318

Re: Problem linking with Xharbour commercial

Hi Antonio. Thanks a lot for you help. Here is the scroll.c source #include <WinTen.h> // set proper path if needed #include <Windows.h> #include <ClipApi.h> // set proper path if needed #ifndef __FLAT__ #ifndef __HARBOUR__ typedef struct { DWORD ...
by Massimo Linossi
Thu Nov 12, 2009 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem linking with Xharbour commercial
Replies: 11
Views: 2415

Re: TSButton 7.0

Now error on sbpaint.c when I compile for fwppc
NOT found winten.h
by Silvio
Wed Sep 16, 2009 5:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TSButton 7.0
Replies: 12
Views: 2730

Re: FWH/xHarbour Menus

... nLParam ) endcase return nil //----------------------------------------------------------------------------// #PRAGMA BEGINDUMP #include <WinTen.h> #include <windows.h> #include <ClipApi.h> //typedef int (FAR WINAPI *FARPROC)(); void WindowBoxBlack( HDC hDC, RECT * pRect ...
by E. Bartzokas
Mon May 25, 2009 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH/xHarbour Menus
Replies: 20
Views: 7758

UEstudio * SOLUCIONADO *

Estoy usando UEstudio.. al compilar btnget.prg indicaba que no conseguia encontrar winten.h y clipapi.h Pregunta : Pq no reconoce los .H y si los CH, si ambos estan en c:\fwh\include\ ? Como solucion tuve que indicar la ruta completa asi : <c:\fwh\include\WinTen.h> ...
by Ricardo Ramirez E.
Sat Apr 11, 2009 12:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: UEstudio * SOLUCIONADO *
Replies: 6
Views: 1619

error al compilar winsock de smtp luis

... el fichero winsock.c que utilizo: // WinSock.dll API support // TCP/IP InterNet connections from FiveWin !!! #define SOCKET _SOCKET #include <WinTen.h> #include <Windows.h> #include <ClipApi.h> #include <WinSock.h> #define SOCKET SOCKET void _strcpy( char *, char * ); ...
by MANOLO
Thu Feb 19, 2009 7:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: error al compilar winsock de smtp luis
Replies: 2
Views: 855
Next

Return to advanced search