Search found 73 matches: xpp

Return to advanced search

Re: Con que compilar y lincar FWH 22.10

Esta línea es la que no encuentra path: %hdir%\bin\win\bcc\harbour xpp /n /i%fwh%\include;%hdir%\include /w /p %2 %3 > comp.log 2> warnings.log y es que verdaderamente dentro del directorio harbour solo hay 8 ejecutables pero no hay ningún directorio ...
by Julio Cepeda
Wed Feb 08, 2023 11:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Con que compilar y lincar FWH 22.10
Replies: 15
Views: 784

Re: does FiveWin have a Constant like __XPP__

FiveWin was fully xBase++ compatible for many years, but finally there were no xBase++ users... except you :-D
by Antonio Linares
Tue Jul 19, 2022 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: does FiveWin have a Constant like __XPP__
Replies: 3
Views: 325

Re: does FiveWin have a Constant like __XPP__

hi Antonio, If you review FiveWin.ch you will see that we declare some constants that you can use: _FIVEWIN_CH FWCOPYRIGHT FWVERSION FW_VersionNo FWDESCRIPTION Ok, i will use "_FIVEWIN_CH" to use FiveWin Code, Thx btw. i saw a lot of __XPP__ does it mean i can use FiveWin with Xbase++ Sour...
by Jimmy
Tue Jul 19, 2022 6:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: does FiveWin have a Constant like __XPP__
Replies: 3
Views: 325

Re: does FiveWin have a Constant like __XPP__

Dear Jimmy,

If you review FiveWin.ch you will see that we declare some constants that you can use:

_FIVEWIN_CH
FWCOPYRIGHT
FWVERSION
FW_VersionNo
FWDESCRIPTION
by Antonio Linares
Tue Jul 19, 2022 5:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: does FiveWin have a Constant like __XPP__
Replies: 3
Views: 325

does FiveWin have a Constant like __XPP__

hi,

under Xbase++ i can use
Code: Select all  Expand view
#IFDEF __XPP__

with MiniGUI Extended
Code: Select all  Expand view
#IFDEF __HMG__

so what can i use for FiveWin to identify Code to use :?:
by Jimmy
Mon Jul 18, 2022 11:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: does FiveWin have a Constant like __XPP__
Replies: 3
Views: 325

Re: Mem Files

I correct and Add some source You must Compile with hbxpp.lib F2Bin,bin2f are of xpp Open the vars into a Xbrowse the Editvars function not run and risk to erase file mem #include "fivewin.ch"#include "common.ch"#include "fileio.ch"#define ...
by Silvio.Falconi
Sat Oct 09, 2021 9:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mem Files
Replies: 11
Views: 723

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

este es el archivo MAK completo ############################################################################## # Template make file for FWH and Borland 7 Make tool # # Pograma: Winfar64 # ############################################################################## # Make directives ###############...
by rterraz
Sat Sep 18, 2021 2:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 4977

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

Antonio...me da verguenza seguir molestándote , pero no hay caso! Las librerias están todas enlazadas usando el harbour tuyo aca te muestro la parte correspondiente del MAK $(APP_EXE) :: $(APP_OBJS) @echo $(STARTUP_OBJ) + > make.tmp @echo $(**), + >> make.tmp @echo $(APP_EXE), + >> ma...
by rterraz
Sat Sep 18, 2021 1:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 4977

Re: TsBrowse(320) Warning W0001 Ambiguous reference 'SUPER'

En los include esta asi: #include "Fivewin.ch" #include "TSBrowse.ch" #ifdef __XPP__ #define Super ::TControl #define New _New #xtranslate _DbSkipper => DbSkipper #EndIf #ifdef __HARBOUR__ #xtranslate _DbSkipper => DbSkipper #ifdef __HBOLE__ #define __OLE__ #EndIf EXTERN Or...
by noe aburto
Wed Aug 26, 2020 12:48 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TsBrowse(320) Warning W0001 Ambiguous reference 'SUPER'
Replies: 4
Views: 527

Code for FiveWin IFDEF ?

hi, in my Source i have    #ifdef __CLIPPER__   #ifdef __XPP__   #ifdef __HARBOUR__  now while trying different IDE and Environment i like to ask if FiveWin have something like this :?: i found    #ifdef FWPLUS   #ifdef REVD1801   #ifdef REVN1807   #ifdef UPTO_FWH1105 but nothing with __FW__ :( p.s....
by Jimmy
Fri Nov 01, 2019 6:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Code for FiveWin IFDEF ?
Replies: 1
Views: 491

MS SQL Dumb Question

... ALLTRIM( cSubject ) + CHR(34) // 02 - Subject cMailer += ' ' cMailer += cMsgFile // 03 - E-mail body cMailer += ' ' cMailer += cEmCC // 04 - CC // XPP Run... cExec = Pdrive + "mailer.exe" WaitRun( cExec + ' ' + cMailer ) ENDIF // Copy to History... COPY FILE( cFolder + c001 ) TO (cHistory ...
by cdmmaui
Tue May 10, 2016 10:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MS SQL Dumb Question
Replies: 0
Views: 422

Problem with Preview from trichedit RESOLVED

Dear Antonio, on my class mypad I use two methods to return me the active window child and the richedit control METHOD WndActive() INLINE ( ::oWndMain:oWndActive != NIL ) and METHOD WndChild() CLASS TMYPAD   LOCAL oWnd   #ifndef __XPP__      oWnd := ::oWndMain:oWndActive:oCon...
by Silvio.Falconi
Tue Apr 26, 2016 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Preview from trichedit RESOLVED
Replies: 4
Views: 1057

Re: FiveWeb

Hi Antonio, Here is batch we use to create EXE @echo OFF CLS ECHO Compiling... DEL *.OBJ DEL *.EXE call \utils\xpp190.bat xpp \clipweb\source\errorsys\errorsys.xpp /m /n /I..\..\include %2 xpp dashboard /m /n /I..\..\include %2 xpp cdm /m /n /I..\..\include %2 IF ERRORLEVEL 1 ...
by cdmmaui
Sun Jan 25, 2015 1:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb
Replies: 71
Views: 16379

Re: Error FWH 14.08 MinGW

... -loledlg -lstdc++ -lmfcuia32 -lversion -luuid -lwinmm -l vfw32 -lwsock32 -lgcc -lhbwin -lhbct -lxhb -lhbmemio -lhbmisc -lpng -lhbtip -lhb xpp -lhbextern -lhbdebug -lhbvm -lhbrtl -lhblang -lhbcpage -lgtcgi -lgtpca -lgts td -lgtwin -lgtwvt -lgtgui -lhbrdd -lhbuddall -lhbusrrdd -lrddntx -lrddcdx ...
by Gross
Sat Sep 13, 2014 10:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error FWH 14.08 MinGW
Replies: 5
Views: 1026

Error FWH 14.08 MinGW

... -loledlg -lstdc++ -lmfcuia32 -lversion -luuid -lwinmm -l vfw32 -lwsock32 -lgcc -lhbwin -lhbct -lxhb -lhbmemio -lhbmisc -lpng -lhbtip -lhb xpp -lhbextern -lhbdebug -lhbvm -lhbrtl -lhblang -lhbcpage -lgtcgi -lgtpca -lgts td -lgtwin -lgtwvt -lgtgui -lhbrdd -lhbuddall -lhbusrrdd -lrddntx -lrddcdx ...
by Gross
Sat Sep 13, 2014 8:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error FWH 14.08 MinGW
Replies: 5
Views: 1026
Next

Return to advanced search