How can recompile FW libraries?

Re: How can recompile FW libraries?

Postby Antonio Linares » Tue Oct 11, 2011 7:43 am

Mosh,

Why do you need to rebuild the libraries ? :-)

Remove those PRGs. clipzip* is for Clipper, not for Harbour.

What Harbour version are you using to compile ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42084
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: How can recompile FW libraries?

Postby mosh1 » Tue Oct 11, 2011 2:56 pm

Antonio Linares wrote:Mosh,
Why do you need to rebuild the libraries ? :-)


Module:"ACTIVEX.PRG' was compiled into PCODE version: 7,this version of
xHarbour expects verson 10


Antonio Linares wrote:What Harbour version are you using to compile ?



xHarbour 1.2.1 build 6733
mosh1
 
Posts: 129
Joined: Sun Oct 09, 2011 3:50 pm

Re: How can recompile FW libraries?

Postby Antonio Linares » Tue Oct 11, 2011 2:58 pm

Mosh,

Simply compile activex.prg and link the resulting OBJ as another OBJ of your EXE :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42084
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: How can recompile FW libraries?

Postby mosh1 » Tue Oct 11, 2011 7:27 pm

Antonio Linares wrote:Mosh,

Simply compile activex.prg and link the resulting OBJ as another OBJ of your EXE :-)



Will try.

Can I ask a question : which version of Harbour or xHarbour is supposed to work with FWH?
mosh1
 
Posts: 129
Joined: Sun Oct 09, 2011 3:50 pm

Re: How can recompile FW libraries?

Postby Antonio Linares » Tue Oct 11, 2011 7:39 pm

Mosh,

We use the most recent builds. You can download them from:

http://code.google.com/p/harbour-and-xharbour-builds/
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42084
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: How can recompile FW libraries?

Postby mosh1 » Tue Oct 11, 2011 10:03 pm

Antonio Linares wrote:Mosh,

We use the most recent builds. You can download them from:

http://code.google.com/p/harbour-and-xharbour-builds/


Downloaded recent build - and get same error : :(

Module:"ACTIVEX.PRG' was compiled into PCODE version: 7,this version of
xHarbour expects verson 10
mosh1
 
Posts: 129
Joined: Sun Oct 09, 2011 3:50 pm

Re: How can recompile FW libraries?

Postby Antonio Linares » Tue Oct 11, 2011 11:22 pm

Mosh,

Use xHarbour to compile activex.prg:

harbour.exe activex.prg /n /i...

Then call bcc32.exe to create the OBJ:

bcc32.exe -c -I... activex.c

Then link the resulting activex.obj to your app, as another OBJ. It will take precedence over the one included in FiveH.lib
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42084
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: How can recompile FW libraries?

Postby mosh1 » Wed Oct 12, 2011 12:27 am

Antonio Linares wrote:Mosh,

Use xHarbour to compile activex.prg:

harbour.exe activex.prg /n /i...

Then call bcc32.exe to create the OBJ:

bcc32.exe -c -I... activex.c

Then link the resulting activex.obj to your app, as another OBJ. It will take precedence over the one included in FiveH.lib


I tryed and it helps...for acvitex.prg, that is. But then it says the same about next file and so on :

I added :

alert.prg
bar.prg
bitmap.prg
brush.prg
button.prg
clipbrd.prg
cursor.prg
dde.prg
dlgfind.prg
errsysw.prg
filename.prg
font.prg
icon.prg
image.prg
ini.prg
fwerror.prg
harbour.prg
getsysin.prg
gettasks.prg

Here I stopped...

So the question is : where is the right version of FWH ?
mosh1
 
Posts: 129
Joined: Sun Oct 09, 2011 3:50 pm

Re: How can recompile FW libraries?

Postby Antonio Linares » Wed Oct 12, 2011 7:06 am

Mosh,

FWH current version is 11.09 and you can order it from www.fivetechsoft.com purchase section, as it is a commercial product.

FWH 6.12 is a very old version back from 2006. We provide it for free so it can be tested, but if you plan to use it professionally then we advise to use 11.09
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42084
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Previous

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 89 guests