link error
link error
I'm moving from a previous version of BCC to BCC74 32bits , xharbour last version and fwh23.10 , I get this error when linking, is it missing a lib in make?
Error: Unresolved external '___get_std_stream' referenced from \XHARBOUR32\LIB\COMMON.LIB|hbtrace
Error: Unresolved external '__chdir' referenced from \XHARBOUR32\LIB\HBZIP.LIB|zipplatform
Error: Unable to perform link
thanks
Error: Unresolved external '___get_std_stream' referenced from \XHARBOUR32\LIB\COMMON.LIB|hbtrace
Error: Unresolved external '__chdir' referenced from \XHARBOUR32\LIB\HBZIP.LIB|zipplatform
Error: Unable to perform link
thanks
- Enrico Maria Giordano
- Posts: 8728
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: link error
Can you provide a little PRG sample and your compile batch, please?
- Antonio Linares
- Site Admin
- Posts: 42259
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: link error
Code: Select all | Expand
#pragma BEGINDUMP
void __get_std_stream() {}
void _chdir() {}
#pragma ENDDUMP
- Enrico Maria Giordano
- Posts: 8728
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: link error
thanks for reply.
i move to bcc77 , 32 bits, now i get:
Error: Unresolved external '__streams' referenced from \XHARBOUR32\LIB\RDDADS.LIB|ads1
Error: Unable to perform link
can i use the same tip?
void _streams() {}
this is affect my appl?
someone have rddads and ace32 compiled with last harbour and xharbour?
thanks again.
i move to bcc77 , 32 bits, now i get:
Error: Unresolved external '__streams' referenced from \XHARBOUR32\LIB\RDDADS.LIB|ads1
Error: Unable to perform link
can i use the same tip?
void _streams() {}
this is affect my appl?
someone have rddads and ace32 compiled with last harbour and xharbour?
thanks again.
- Enrico Maria Giordano
- Posts: 8728
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: link error
Yes, you can try it.NWKL wrote:i move to bcc77 , 32 bits, now i get:
Error: Unresolved external '__streams' referenced from \XHARBOUR32\LIB\RDDADS.LIB|ads1
Error: Unable to perform link
can i use the same tip?
void _streams() {}
It should not.NWKL wrote:this is affect my appl?
What do I need to compile them? Please note that I never used ADS.NWKL wrote:someone have rddads and ace32 compiled with last harbour and xharbour?
Re: link error
Enrico, thanks for reply, last xharbour from site dont come with this libs, this is for use with ads, in folder source/contrib, without them i need compile xharbour again, i want use binaries from site.
ace32.lib i can get from implib, i need only rddads.lib.
thanks
ace32.lib i can get from implib, i need only rddads.lib.
thanks
- Enrico Maria Giordano
- Posts: 8728
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: link error
What do I need to compile rddads.lib? I guess I need ADS installed but I don't have it.
Re: link error
hi, you dont need ads, only run makefile in contrib dir, i used this way when in past.
thanks
thanks
- Enrico Maria Giordano
- Posts: 8728
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: link error
Ok, I will try it, thank you.
- Enrico Maria Giordano
- Posts: 8728
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: link error
In the readme.txt there is this:
But that link is not valid anymore.
Code: Select all | Expand
SET HB_DIR_ADS=<install dir>
Required to build rdads.lib
Download URL: http://devzone.advantagedatabase.com/dz/content.aspx?Key=20
- Enrico Maria Giordano
- Posts: 8728
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: link error
It looks like I need to install ADS, or am I wrong? Somebody can provide me ADS directory already installed, please?
Re: link error
Hi Enrico, you dont need ads server install, just ace or arc .
but i guess s a p dont have ads support now.
im trying another samples with bcc770 , with fwh samples, like designer, rbdesign and get link errors with buildx.bat from fivetech, is the samples compatible only with harbour ou bcc specific version?
thanks
but i guess s a p dont have ads support now.
im trying another samples with bcc770 , with fwh samples, like designer, rbdesign and get link errors with buildx.bat from fivetech, is the samples compatible only with harbour ou bcc specific version?
thanks
- Enrico Maria Giordano
- Posts: 8728
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: link error
I'm trying with an empty directory and this is what I get:NWKL wrote:Hi Enrico, you dont need ads server install, just ace or arc .
but i guess s a p dont have ads support now.
Code: Select all | Expand
fatal error C1083: Cannot open include file: 'ace.h': No such file or directory
Can I see the error messages you get, please?NWKL wrote:im trying another samples with bcc770 , with fwh samples, like designer, rbdesign and get link errors with buildx.bat from fivetech, is the samples compatible only with harbour ou bcc specific version?
Re: link error
this :
Error: Unresolved external '_HB_FUN_FREOPEN_STDERR' referenced from RBDESIGN.OBJ
Error: Unresolved external '_HB_FUN_HB_COMPILEFROMBUF' referenced from RBDESIGN.OBJ
Error: Unresolved external '_HB_FUN_HB_HRBRUN' referenced from RBDESIGN.OBJ
Error: Unable to perform link
im using xharbour binaries from xharbour.org, bcc770 and last fwh 32bits, with buildx from fivetech.
Error: Unresolved external '_HB_FUN_FREOPEN_STDERR' referenced from RBDESIGN.OBJ
Error: Unresolved external '_HB_FUN_HB_COMPILEFROMBUF' referenced from RBDESIGN.OBJ
Error: Unresolved external '_HB_FUN_HB_HRBRUN' referenced from RBDESIGN.OBJ
Error: Unable to perform link
im using xharbour binaries from xharbour.org, bcc770 and last fwh 32bits, with buildx from fivetech.