Page 2 of 2
Posted: Sun Mar 05, 2006 5:19 pm
by Richard Chidiak
Richard Chidiak wrote:Sakis wrote:Good afternoon Antonio
1. Yes i link FiveHmx.Lib.
2. No there is no part of an application . Just the sample that provided with March release of FWH.
3. There is no way to run any of those 3 samples. So i gave up , i can live without it. I hope , not needed to include this feature in any of my applications.
Thank's for your time
TIA
Dionisis
Dionisis and Antonio
I can build webexp without problem with xhb (february) and fwh march.
Build works OK, executing the program GPF direct
Richard
Antonio,
XHB is looking for "its own" ACTIVEX.LIB , if you rename it you get a link error. I guess the only way to make it work is to rename the fwh activex.lib to something else.
Richard
Posted: Sun Mar 05, 2006 7:42 pm
by Antonio Linares
Dionisis, Richard,
We have downloaded current xHB demo and used it to build samples\webexp.prg with current FWH.exe setup. And it builds and runs ok.
There may be a difference between the xHB demo and the complete one.
> XHB is looking for "its own" ACTIVEX.LIB , if you rename it you get a link error
What error do you get ? Thanks.
Posted: Sun Mar 05, 2006 9:34 pm
by Richard Chidiak
Antonio Linares wrote:Dionisis, Richard,
We have downloaded current xHB demo and used it to build samples\webexp.prg with current FWH.exe setup. And it builds and runs ok.
There may be a difference between the xHB demo and the complete one.
> XHB is looking for "its own" ACTIVEX.LIB , if you rename it you get a link error
What error do you get ? Thanks.
Antonio
Renaming the xhb activex.lib to _activex.lib produces the following error
Type: C >>>xhb.exe -o"webexp.c" -m -n -q -gc0 -w0 -D__HARBOUR__ -D__FLAT__ -I"C:\CBATI32" -I"C:\FWH\INCLUDE" -I"C:\fwh\include" -I"C:\xHB\include" -I"C:\xHB\include\w32" "C:\FWH\SAMPLES\webexp.prg"<<<
xHarbour Compiler build 0.99.60 (SimpLex)
Copyright 1999-2005,
http://www.xharbour.org http://www.harbour-project.org/Generating object output to 'webexp.obj'...
Type: C >>>xhb.exe -o"test.c" -m -n -q -gc0 -w0 -D__HARBOUR__ -D__FLAT__ -I"C:\CBATI32" -I"C:\FWH\INCLUDE" -I"C:\fwh\include" -I"C:\xHB\include" -I"C:\xHB\include\w32" "C:\CBATI32\test.prg"<<<
xHarbour Compiler build 0.99.60 (SimpLex)
Copyright 1999-2005,
http://www.xharbour.org http://www.harbour-project.org/Generating object output to 'test.obj'...
Type: C >>>couldn't find required file: 'activex.lib'<<<
Type: C >>>TMAKEOBJECT<<<
Type: C >>>TMAKEOBJECT:RESET<<<
Type: N >>> 1172<<<
Posted: Sun Mar 05, 2006 11:18 pm
by Antonio Linares
Richard,
There may be a log file on disk. Please post here its contents. Thanks,
Posted: Mon Mar 06, 2006 9:11 am
by Antonio Linares
This is a solution:
1. Rename xhb\lib\ActiveX.lib into _ActiveX.lib
2. Download this ActiveX.lib (from xHB demo):
http://hyperupload.com/download/d7a0b69 ... X.lib.htmland copy it at xhb\lib\ActiveX.lib
Thats all