Search found 21 matches: beta1

Return to advanced search

Re: Apple anuncia el nuevo lenguaje Swift

Mas noticias... Ya tengo instalado yosemite beta 1 y xcode 6 beta1 .... El nuevo sistema ... feo de narices . No me gusta .Un Doc plano sin opción a cambio , unas ventanas semi transparentes estilo windows Vista con aéreo , unas carpetas en color azul ...
by mastintin
Wed Jun 04, 2014 5:55 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Apple anuncia el nuevo lenguaje Swift
Replies: 38
Views: 9595

Re: Harbour 2009-AUG for BC and FWH 9.01

modicr wrote:Hello!

Is it possible to use FWH 9.01 with the latest harbour.exe (build 2009-AUG-20)?

Thanks, Roman


With 9.05 works fine ... Harbour 2.0 beta1 and BCC 5.5.1

Regards !
by Rimantas
Thu Oct 15, 2009 11:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour 2009-AUG for BC and FWH 9.01
Replies: 4
Views: 605

Re: Harbour 2.0 beta1

Rimantas, But in contrib/xhb directory we have xHarbour compatibility library and header (.ch) files which emulate some of xHarbour features we do not want to add to core code for different reasons. Some of them also use unsupported and undocumented functionality so I think that if I add yet anothe...
by Rimantas
Thu Sep 17, 2009 5:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour 2.0 beta1
Replies: 14
Views: 2638

Re: Harbour 2.0 beta1

Rimantas, But in contrib/xhb directory we have xHarbour compatibility library and header (.ch) files which emulate some of xHarbour features we do not want to add to core code for different reasons. Some of them also use unsupported and undocumented functionality so I think that if I add yet another...
by Antonio Linares
Wed Sep 16, 2009 10:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour 2.0 beta1
Replies: 14
Views: 2638

Re: Harbour 2.0 beta1

Added - Antonio , this new Harbour 2.0 beta don't support such commands - the sample :    EXTEND CLASS TReport WITH DATA lColTitl   EXTEND CLASS TReport WITH METHOD ColTitleGr   OVERRIDE METHOD StartPage IN CLASS TReport WITH RepStartPage  In other prg , I'm using some own possibilities for report ...
by Rimantas
Wed Sep 16, 2009 7:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour 2.0 beta1
Replies: 14
Views: 2638

Re: Harbour 2.0 beta1

Strange ... Replaced "HbClass.ch" with "Objects.ch" . The same error - and that this is a place "OVERRIDE METHOD Default IN CLASS TFolder WITH tabDefault" . I commented this line . Now it seems that compiling is working ... Added - Antonio , this new Harbour 2.0 beta do...
by Rimantas
Tue Sep 15, 2009 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour 2.0 beta1
Replies: 14
Views: 2638

Re: Harbour 2.0 beta1

Rimantas,

Are these paths inside the make file, fine for you ?

HBDIR=c:\harbour
BCDIR=c:\bcc55
FWDIR=c:\fwh
by Antonio Linares
Tue Sep 15, 2009 12:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour 2.0 beta1
Replies: 14
Views: 2638

Re: Harbour 2.0 beta1

Rimantas, Have you implemented the Borland setup files ? http://forums.fivetechsupport.com/viewtopic.php?f=17&t=13098 Yes , in my BCC bin this .cfg exist and the same info inside . Mine bcc32.cfg : -IC:\BCC55\Include-LC:\BCC55\Lib-LC:\BCC55\Lib\PSDK  and ilink32.cfg -LC:\BCC55\Lib;C:\BCC55...
by Rimantas
Tue Sep 15, 2009 11:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour 2.0 beta1
Replies: 14
Views: 2638

Re: Harbour 2.0 beta1

Rimantas,

Have you implemented the Borland setup files ?
viewtopic.php?f=17&t=13098
by Antonio Linares
Tue Sep 15, 2009 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour 2.0 beta1
Replies: 14
Views: 2638

Re: Harbour 2.0 beta1

Enrico Maria Giordano wrote:What is the error? Try adding

Code: Select all  Expand view
#include "Hbclass.ch"


and remove <clipapi.h> and <fwharb.h>.

EMG


Thanks ... but unsucessful .. :( The same error as in the beginning . I leaved only <fwharb.h> . It works , but get errors on Borlands header _stddef.h .
by Rimantas
Tue Sep 15, 2009 11:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour 2.0 beta1
Replies: 14
Views: 2638

Re: Harbour 2.0 beta1

What is the error? Try adding

Code: Select all  Expand view
#include "Hbclass.ch"


and remove <clipapi.h> and <fwharb.h>.

EMG
by Enrico Maria Giordano
Tue Sep 15, 2009 10:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour 2.0 beta1
Replies: 14
Views: 2638

Re: Harbour 2.0 beta1

Rimantas, In FWH\makes\BorMake.zip you have a working example. You can easily add as many PRGs and C modules as needed. Thanks , Antonio ! It seems that this will fit for me . Another question - compiling I'm getting error alreday on the first main prg - "Syntax error at 'METHOD' " . Here...
by Rimantas
Tue Sep 15, 2009 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour 2.0 beta1
Replies: 14
Views: 2638

Re: Harbour 2.0 beta1

Rimantas, In FWH\makes\BorMake.zip you have a working example. You can easily add as many PRGs and C modules as needed. Thanks , Antonio ! It seems that this will fit for me . Another question - compiling I'm getting error alreday on the first main prg - "Syntax error at 'METHOD' " . Here...
by Rimantas
Tue Sep 15, 2009 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour 2.0 beta1
Replies: 14
Views: 2638

Re: Harbour 2.0 beta1

Rimantas, In FWH\makes\BorMake.zip you have a working example. You can easily add as many PRGs and C modules as needed. Here it is: #Borland make sample, (c) FiveTech Software 2005-2009HBDIR=c:\harbourBCDIR=c:\bcc55FWDIR=c:\fwh#change these paths as needed.path.OBJ = .\obj.path.PRG = .\.path...
by Antonio Linares
Tue Sep 15, 2009 9:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour 2.0 beta1
Replies: 14
Views: 2638

Re: Harbour 2.0 beta1

Rimantas, Do you want to use a make file ? Or do you plan to use a tool like UEStudio, xMate, Verce, etc ? For FiveTech development we use make files and also UEStudio projects. Hi Antonio , I wanna to use simple make file for Bcc - "my.bc" . At this time I'm working with xharbour . But i...
by Rimantas
Tue Sep 15, 2009 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour 2.0 beta1
Replies: 14
Views: 2638
Next

Return to advanced search