Search found 152 matches: ifndef

Return to advanced search

Re: Using Microsoft AI Phi-2 from FWH

antonio o erro não acontece mais, inclui: #ifndef HB_LONGLONG #define HB_LONGLONG long #define hb_storvnll hb_stornl #endif agora o erro eh outro ao clicar em start DLL FUNCTION Llama( cModel AS LPSTR, cPrompt AS LPSTR, pFunc AS PTR ) AS VOID ...
by jhnsnlb
Sat Dec 30, 2023 7:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8189

Re: xHarbour.org updated!

Have you put libssl.lib and libcrypto.lib too? Yes Enrico! My hbmake file: #BCC VERSION=BCB.01 !ifndef CC_DIR CC_DIR = $(MAKE_DIR) !endif !ifndef HB_DIR HB_DIR = $(HARBOUR_DIR) !endif RECURSE= NO SHELL = COMPRESS = NO EXTERNALLIB = YES XFWH = YES FILESTOADD = 5 WARNINGLEVEL ...
by wartiaga
Tue Sep 19, 2023 5:02 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37357

Re: HARU PDF

... FWH, below is from the FiveWin.ch: #define FWCOPYRIGHT "(c) FiveTech Software, 1993-2015" #ifdef __HARBOUR__ #ifdef __XHARBOUR__ #ifndef __64__ #define FWVERSION "FWHX 15.10" #define FWDESCRIPTION "FiveWin for xHarbour" #else #define FWVERSION "FWHX64 15.10" ...
by byron.hopp
Mon Mar 28, 2022 7:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HARU PDF
Replies: 8
Views: 616

Re: Error de Ejecuccion Con BCC74 de 64 bits

Ruben, Ese error se produce al usar un fichero manifest incorrecto. Esto lo hacemos normalmente desde el fichero RC: #ifndef __64__ 1 24 "WinXP/WindowsXP.Manifest" #else 1 24 "WinXP/WindowsXP.Manifest64" #endif Windows comprueba esa información y si está errónea, ...
by Antonio Linares
Wed Nov 03, 2021 12:50 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error de Ejecuccion Con BCC74 de 64 bits
Replies: 8
Views: 965

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file(SOLVED)

Please try with these changes in c:\harbour\include/clipdefs.h: #ifndef HB_APIEXT_H_ typedef HB_VMHANDLE HANDLE; typedef USHORT BOOL; typedef unsigned int WORD; #endif Are you using #include <clipdefs.h> in your C code ? If so, please remove it and ...
by Compuin
Sat Jun 26, 2021 6:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4077

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file(SOLVED)

Please try with these changes in c:\harbour\include/clipdefs.h:

#ifndef HB_APIEXT_H_
typedef HB_VMHANDLE HANDLE;
typedef USHORT BOOL;
typedef unsigned int WORD;
#endif

Are you using #include <clipdefs.h> in your C code ? If so, please remove it and just use #include <hbapi.h>
by Antonio Linares
Sat Jun 26, 2021 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4077

Re: Fivewin.ch still says version FWH 20.08

... another variable and then call these functions. Fixed now. ... ... The top of the include file looks like /* !short: FiveWin main Header File */ #ifndef _FIVEWIN_CH #define _FIVEWIN_CH #define FWCOPYRIGHT "(c) FiveTech Software, 1993-2019" // :?: 2021 maybe to be adjusted #define FWVERSION ...
by ukoenig
Sat Apr 03, 2021 7:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin.ch still says version FWH 20.08
Replies: 3
Views: 598

Re: Funciones C en Harbour

1.- ¿porque hace #ifndef_WIN64 si luego el else es la misma sentencia, identica.? La sentencia no es identica: hb_parnl / hb_parnll 2.- hb_retl es una funciona Harbour que recibe como parametro un entero y devuelve un entero (creo) No, devuelve un logico. entonces como se le pase como parametro Ani...
by Enrico Maria Giordano
Mon Feb 08, 2021 4:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones C en Harbour
Replies: 19
Views: 1644

Funciones C en Harbour

... , pero no entiendo el formato de dichas funciones. Ejemplo. HB_FUNC( ANIMOPEN ) // ( hWnd, cAviFileRes ) --> lResult{   #ifndef _WIN64      hb_retl( Animate_Open( ( HWND ) hb_parnl( 1 ), hb_parc( 2 ) ) );   #else  ...
by jvtecheto
Mon Feb 08, 2021 1:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones C en Harbour
Replies: 19
Views: 1644

Re: Same DBF with Harbour / xHarbour applications

... config REQUEST DBFCDX rddsetdefault( "dbfcdx" ) REQUEST DBFFPT SET DBFLOCKSCHEME TO 2 // clp53 REQUEST HB_LANG_IT HB_LANGSELECT( 'IT' ) #ifndef __XHARBOUR__ request HB_CODEPAGE_ITWIN set( _SET_CODEPAGE, "ITWIN" ) #endif Maurizio http://www.nipeservice.com
by Maurizio
Fri Jan 15, 2021 1:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Same DBF with Harbour / xHarbour applications
Replies: 3
Views: 448

Al compiliar sbrowse TSBFUNCS.C me marca errores

... 9.0 me marca TSBFUNCS.C los errores siguientes: harbour 3.2 //---------------------------------------------------------------------------// #ifndef __HARBOUR__ CLIPPER aTSBrwPosR() // ect( hWnd, nRow, nCol, nWidth, hFont, nHeightCell, // nHeightHead, nHeightSuper ) #else HARBOUR HB_FUN_ATSBRWPOSRECT( ...
by noe aburto
Thu Aug 27, 2020 6:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Al compiliar sbrowse TSBFUNCS.C me marca errores
Replies: 1
Views: 287

Re: Procedure FW_GT que no existe en Fivewin.ch

Antonio

Este es el lugar donde se produce la falta del Procedure

Fivewin.ch
=========
.
.
.
80 #ifdef __HARBOUR__
81 #define HB_SYMBOL_UNUSED( symbol ) ( symbol := ( symbol ) )
82 #ifndef __XHARBOUR__
83 REQUEST FW_GT <--- OjO
84 #endif
85 #endif
.
.
.
by Armando_Picon
Tue May 26, 2020 11:19 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Procedure FW_GT que no existe en Fivewin.ch
Replies: 6
Views: 1381

Re: ResEdit y Borland 7.4

agregue esto y abrio, es raro por que esta en el commctrl.h, hayq ue revisar por que no lo abrio inicialmente #ifndef NOSTATIC #ifdef _WIN32 // Static Class Name #define WC_STATICA "Static" #define WC_STATICW L"Static" #ifdef UNICODE #define WC_STATIC WC_STATICW ...
by carlos vargas
Mon May 18, 2020 6:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ResEdit y Borland 7.4
Replies: 15
Views: 2251

Re: ResEdit y Borland 7.4

... #include <winresrc.h> #include <windows.h> #include <commctrl.h> #ifndef WC_TABCONTROL #define WC_TABCONTROL "SysTabControl32" #endif #ifndef MONTHCAL_CLASS #define MONTHCAL_CLASS "SysMonthCal32" ...
by carlos vargas
Mon May 18, 2020 6:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ResEdit y Borland 7.4
Replies: 15
Views: 2251

Re: ResEdit y Borland 7.4

Here is my Resource Script Template for Resedit #include <windows.h> #include <commctrl.h> //#include "resource.h" #ifndef WC_STATIC #define WC_STATIC L"Static" #endif #ifndef MONTHCAL_CLASS #define MONTHCAL_CLASS "SysMonthCal32" #endif #ifndef DATETIMEPICK_CLASS ...
by Rick Lipkin
Fri May 15, 2020 9:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ResEdit y Borland 7.4
Replies: 15
Views: 2251
Next

Return to advanced search