Unresolved externals in new TestRtf Sample
Unresolved externals in new TestRtf Sample
Hello to all !!
Trying to compile the new TestRTF sample, the following unresolved externals appeared :
_GetFileVersionInfoSizeA
_GetFileVersionInfoA
_VerQueryValueA
By the way the new samples for ActiveX (WebeExp.prg and media.prg )doesn't work , as side effect mention that my pc locked out and needed to be restrarted.
Any quidance on these problems will be appreciate.
Many thanks
Dionisis
Trying to compile the new TestRTF sample, the following unresolved externals appeared :
_GetFileVersionInfoSizeA
_GetFileVersionInfoA
_VerQueryValueA
By the way the new samples for ActiveX (WebeExp.prg and media.prg )doesn't work , as side effect mention that my pc locked out and needed to be restrarted.
Any quidance on these problems will be appreciate.
Many thanks
Dionisis
-
- Posts: 142
- Joined: Sun Oct 09, 2005 10:59 am
- Richard Chidiak
- Posts: 946
- Joined: Thu Oct 06, 2005 7:05 pm
- Location: France
- Contact:
Re: Unresolved externals in new TestRtf Sample
DionisisSakis wrote:Hello to all !!
Trying to compile the new TestRTF sample, the following unresolved externals appeared :
_GetFileVersionInfoSizeA
_GetFileVersionInfoA
_VerQueryValueA
By the way the new samples for ActiveX (WebeExp.prg and media.prg )doesn't work , as side effect mention that my pc locked out and needed to be restrarted.
Any quidance on these problems will be appreciate.
Many thanks
Dionisis
For the first problem you have to link version.lib
You will find this in \xhb\c_lib\win
For the second problem, i guess (not tested) you have to download the new march build
Richard
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Hi Antonio
Unfortunately the WebeXP and media sample not running with this obj file (test.obj).
Here is the link for the error log file.
http://hyperupload.com/download/cf0ab040/Error.log.html
I am sure that you find the solution on this problem
Many thanks
Dionisis
Unfortunately the WebeXP and media sample not running with this obj file (test.obj).
Here is the link for the error log file.
http://hyperupload.com/download/cf0ab040/Error.log.html
I am sure that you find the solution on this problem
Many thanks
Dionisis
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Dionisis,
Do you have an ActiveX.lib ? If so, please rename it as _ActiveX.lib.
Or replace it for this one (from the xHB demo):
http://hyperupload.com/download/d7a0b69 ... X.lib.html
I appreciate your feedback,
Do you have an ActiveX.lib ? If so, please rename it as _ActiveX.lib.
Or replace it for this one (from the xHB demo):
http://hyperupload.com/download/d7a0b69 ... X.lib.html
I appreciate your feedback,
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Dionisis,
TActiveX() is provided in Fivehmx.lib. Are you linking Fivehmx.lib ?
This problem is caused because xHB has used the name TActiveX that we were already using for this Class.
> By the way the demo's ActiveX library size is only 5 kb as the original is almost 110kb.
Yes, its an empty library they provide with the demo version.
Dionisis, are you testing samples\webexp.prg or is it part of your application ?
TActiveX() is provided in Fivehmx.lib. Are you linking Fivehmx.lib ?
This problem is caused because xHB has used the name TActiveX that we were already using for this Class.
> By the way the demo's ActiveX library size is only 5 kb as the original is almost 110kb.
Yes, its an empty library they provide with the demo version.
Dionisis, are you testing samples\webexp.prg or is it part of your application ?
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
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
- Richard Chidiak
- Posts: 946
- Joined: Thu Oct 06, 2005 7:05 pm
- Location: France
- Contact:
Dionisis and AntonioSakis 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
I can build webexp without problem with xhb (february) and fwh march.
Build works OK, executing the program GPF direct
Richard