FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour fwh9_06
Posts: 312
Joined: Sat Oct 08, 2005 09:12 AM
fwh9_06
Posted: Thu Jul 16, 2009 08:18 AM
Hi all,

i just downloaded fwh9_06 and i can't get my projects built.
This is what i get.
---------------------------
Unrecoverable error 9000:
---------------------------
Module: '.\source\function\ALERT.PRG' was compiled into PCODE version: 10,this version of xHarbour expects version: 9


I also downloaded and used the xHarbour.exe provided at the ftdn webside of Antonio.

I'd be glad for each help.
Thanks and regards,
Detlef
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: fwh9_06
Posted: Thu Jul 16, 2009 09:04 AM

You need to install the xharbour version provided along with the FWH

Regards



G. N. Rao.

Hyderabad, India
Posts: 312
Joined: Sat Oct 08, 2005 09:12 AM
Re: fwh9_06
Posted: Thu Jul 16, 2009 09:16 AM
Sorry,

this error was before i used the xHarbour from the fivetech website.
Now it's

Type: C >>>Couldn't build: umsatz.c<<<
Type: C >>>TMAKEOBJECT<<<
Type: C >>>TMAKEOBJECT:REFRESH<<<
Type: N >>> 1322<<<


I'm using xHarbour Builder and slowly i get annoyed because everytime i update my ftdn version i get troubles with that tool.
If i use the buildx.bat in the samples directory everything works fine.

Is there anybody using xHarbour Builder and having the same problem?
Regards,
Detlef
Posts: 663
Joined: Mon Dec 05, 2005 11:22 PM
Re: fwh9_06
Posted: Thu Jul 16, 2009 01:40 PM

I almost always have to recompile Fivehmx.lib. Sometimes it is necessary to edit xH_Fivehmx.lib.xbp so it catches everything.

Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: fwh9_06
Posted: Thu Jul 16, 2009 03:00 PM

If we are not using xHarbour commercial version, xMate is a very good project builder. Never have any problems. I have no comments on xharbour.com's builder.

Regards



G. N. Rao.

Hyderabad, India
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Re: fwh9_06
Posted: Thu Jul 16, 2009 10:19 PM

Rao

Agreed on xMate .. Editor is great and I like the 'jump' lists on defined functions with then same .prg. The project builder 'just SIMPLY works' !!

Rick Lipkin

Posts: 1088
Joined: Fri Oct 07, 2005 03:33 PM
Re: fwh9_06
Posted: Fri Jul 17, 2009 03:09 AM

Rao and Rick,

yes xMAte really is a great xH + FW develop tool, I am waiting for version 2.

Now I work in WinXP, but what about resource editor? I am usigng the old WorkShop with extra component library for FW controls, what resource editor are you using? are there good options?

regards

Marcelo

Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Re: fwh9_06
Posted: Fri Jul 17, 2009 05:12 AM

Marcelo

Good ole 16 bit BRW ( borland resource workshop ) is still the 'gold standard' that just keeps getting the job done. Lots of other resource editors, but they either have too much 'bloat' or the .rc files are just not quite compatable enough .. or you have to have some #include files to compile with your resource .. neither option is very palatable to me.

The Visual FW project has merrit .. but looks stalled :cry:

Rick Lipkin

Posts: 312
Joined: Sat Oct 08, 2005 09:12 AM
Re: fwh9_06
Posted: Fri Jul 17, 2009 06:43 AM

Thanks for all your input,

i had a look to xMate.
Is there an special environment file to use xMate with the most recent FWH + xHarbour + Borland versions?

Thanks and regards,
Detlef

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: fwh9_06
Posted: Fri Jul 17, 2009 07:07 AM

Detlef,

We use UEStudio for all our developments.
It provides a very powerfull make, besides being a great editor.

We do recommend you to review it. Many FWH advanced users already use it (Richard Chidiak, Daniel Garcia Gil, etc)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1195
Joined: Mon Oct 17, 2005 05:41 AM
Re: fwh9_06
Posted: Fri Jul 17, 2009 10:07 AM

Antonio,

Does UEStudio have a resource-editor included?
Now I'm using MultEdit with brief keyboard-emulation. Can UEStudio have this keyboard-emulation?
I tried UEStudio a couple of months afo, but didn't find the keyboard-emulation and resource-editor :cry:

Marc

Regards,

Marc



FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
Posts: 312
Joined: Sat Oct 08, 2005 09:12 AM
Re: fwh9_06
Posted: Fri Jul 17, 2009 10:34 AM

Antonio,

thanks for your advice about UeStudio.
But i already have a powerful Editor which i'm used and which i won't miss.
I just need a good project manager.

@Rick
Rick, do you have an environment file for xMate to use with FWH, bcc and xHarbour?

thanks and regards,
Detlef

Posts: 824
Joined: Thu Oct 13, 2005 07:39 AM
Re: fwh9_06
Posted: Fri Jul 17, 2009 10:46 AM
Detlef,

here is my environment file

Code (fw): Select all Collapse
[Environment]
Description 1=
Description 2=
Description 3=
PRG Compiler ver=
C compiler ver=
Subsystem=
Author=
Last update=10/28/2008

[Advanced]
Command types=1,1,1,1,1,1,1,1,1

[Harbour]
HB_INSTALL=C:\xHarbour
HB_COMMAND=%HB_BIN_INSTALL%\Harbour.Exe %PRG% /m /n0 /w1 /es1 /a /v /i%HB_INC_INSTALL%
Option prefix=/

[C]
C_INSTALL=d:\Borland\BCC55
C_COMP_COMMAND=%C_BIN_INSTALL%\Bcc32.Exe -M -c -O2  -tW -v- -X %CRLF%-DHB_FM_STATISTICS_OFF %CRLF%-DHB_NO_DEFAULT_API_MACROS %CRLF%-DHB_NO_DEFAULT_STACK_MACROS %CRLF%-DHB_OS_WIN_32 %CRLF%-I%C_INC_INSTALL%;%HB_INC_INSTALL%  -n%HOME%\Obj %C%%CRLF%
C_LIB_COMMAND=%C_BIN_INSTALL%\TLib.Exe %LIB% /P512 @%RSP% , %LST%
C_LINK_COMMAND=%C_BIN_INSTALL%\iLink32.Exe -Gn -aa -Tpe -s @%LNK%
C_RC_COMMAND=%C_BIN_INSTALL%\Brc32.Exe -r  -id:\Borland\PellesC\include;d:\Borland\PellesC\Include\win  -fo%RES%  %RC%
C_DLL_COMMAND=%C_BIN_INSTALL%\iLink32.Exe -Gn -aa -Tpd -M -L%C_LIB_INSTALL% @%LNK%
Option prefix=-

[User]
POSTEXE_COMMAND=
POSTLIB_COMMAND=
POSTDLL_COMMAND=

[Files]
%C_LIB_INSTALL%\C0W32.OBJ=1
D:\FwH\LIB\FiveHX.lib=2
D:\FwH\LIB\FiveHC.lib=3
%HB_LIB_INSTALL%\rtl.lib=4
%HB_LIB_INSTALL%\vm.lib=5
%HB_LIB_INSTALL%\gtgui.lib=6
%HB_LIB_INSTALL%\lang.lib=7
%HB_LIB_INSTALL%\macro.lib=8
%HB_LIB_INSTALL%\common.lib=9
%HB_LIB_INSTALL%\pp.lib=10
%HB_LIB_INSTALL%\rdd.lib=11
%HB_LIB_INSTALL%\HBSIX.LIB=12
%HB_LIB_INSTALL%\dbfntx.lib=13
%HB_LIB_INSTALL%\dbfcdx.lib=14
%HB_LIB_INSTALL%\dbffpt.lib=15
%HB_LIB_INSTALL%\PCREPOS.LIB=16
%HB_LIB_INSTALL%\libnf.lib=17
%HB_LIB_INSTALL%\CT.LIB=18
%C_LIB_INSTALL%\CW32.LIB=19
%C_LIB_INSTALL%\IMPORT32.LIB=20

[DLL Files]
%HB_LIB_INSTALL%\harbour.lib=1
%C_LIB_INSTALL%\C0W32.OBJ=2
%C_LIB_INSTALL%\CW32.LIB=3
%C_LIB_INSTALL%\IMPORT32.LIB=4


Just adjust the path for Bcc, xHarbour and Fivewin. I´m using the include files of PellesC, because I use it´s resource editor, but you can change this line and insert the path for the borland include files

Code (fw): Select all Collapse
C_RC_COMMAND=%C_BIN_INSTALL%\Brc32.Exe -r  -id:\Borland\PellesC\include;d:\Borland\PellesC\Include\win  -fo%RES%  %RC%
kind regards

Stefan
Posts: 312
Joined: Sat Oct 08, 2005 09:12 AM
Re: fwh9_06
Posted: Fri Jul 17, 2009 12:51 PM

Stefan,

many thanks for the env-file.
It's working now like a dream.

Detlef

Continue the discussion