Home > Archive > Clipper > January 2007 > linking with library
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
linking with library
|
|
|
| hi,
I am using CLIPPER 5.3, and have downloaded some Libraries from
oasis.net
But when I link OBJ file using EXOSPACE FI <filename> LIB <library>
syntax it is showing a error "UNRESOLVE EXTERNAL CLIPPER520".
and it is showing with both the library files.
can anybody suggest on this please.
Thanks
Anand Baid.
anandbaid@gmail.com
| |
| pete@nospam.demon.co.uk 2007-01-16, 6:55 pm |
| In article <1168943756.963006.327530@v45g2000cwv.googlegroups.com>
anandbaid@gmail.com "anand" writes:
> hi,
> I am using CLIPPER 5.3, and have downloaded some Libraries from
> oasis.net
>
> But when I link OBJ file using EXOSPACE FI <filename> LIB <library>
> syntax it is showing a error "UNRESOLVE EXTERNAL CLIPPER520".
> and it is showing with both the library files.
>
> can anybody suggest on this please.
The fact that you are using 5.3 and the error containing "520"
might give you a clue....
Pete
--
"We have not inherited the earth from our ancestors,
we have borrowed it from our descendants."
| |
| Jan Bucek 2007-01-16, 6:55 pm |
| Hi,
I have had the same problem years ago - i have simply opened the
xxx.lib file with DOS-hex editor (HIEW of VC - Volkov Commander), found
and overwritten the string CLIPPER520 with CLIPPER530 - and it has
worked.
HTH
anand schrieb:
> hi,
> I am using CLIPPER 5.3, and have downloaded some Libraries from
> oasis.net
>
> But when I link OBJ file using EXOSPACE FI <filename> LIB <library>
> syntax it is showing a error "UNRESOLVE EXTERNAL CLIPPER520".
> and it is showing with both the library files.
>
> can anybody suggest on this please.
>
> Thanks
>
> Anand Baid.
> anandbaid@gmail.com
| |
|
| Dear anand:
anand wrote:
> hi,
> I am using CLIPPER 5.3, and have downloaded some Libraries from
> oasis.net
>
> But when I link OBJ file using EXOSPACE FI <filename> LIB <library>
> syntax it is showing a error "UNRESOLVE EXTERNAL CLIPPER520".
> and it is showing with both the library files.
>
> can anybody suggest on this please.
If you included the "long file name support library", Ross McKenzie
(using his magic wand) recommended the trick mentioned in this thread:
http://dbforums.com/archive/index.php/t-971473.html
David A. Smith
| |
| Stephen Quinn 2007-01-17, 3:55 am |
| Anand
Add the following to your <appmain>.prg
ANNOUNCE CLIPPER520
That will remove the warning, another way to remove it is to recompile those
libraries with Clipper 5.3
You could have found this out by reading the manuals/ng.
HTH
Steve
|
|
|
|
|