For Programmers: Free Programming Magazines  


Home > Archive > Clarion > March 2006 > Unresolved external error









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 Unresolved external error
Fanie vd Merwe

2006-03-16, 6:55 pm

Im getting this error ::
Unresolved External SELECTLECTOR@F in colte003.obj

The export tick in that specific app (where declared) is on.
that app compile fine

but nou i want to link it from my main app and it gives me that
error...
i have tried a few things to fix this problem but no success.

Please if any one has any ideas on how to fix this problem please let
me know...
Thank you

Me...

Warwick Paton

2006-03-17, 3:55 am

1. when compiling check that the lib and dll files are current
2. make sure that all procedures that are to be used in other dll's / apps
are marked for export.
3. finally check that the "exp" file is correct. I have a situation with one
of my apps where this file gets written incorrectly and I don't know why.
Visually inspect it in a text editor and see if you can pick up any
anomolies like an extra space in one or more of the lines. Correct them and
run the make again.
hth
Warwick
"Fanie vd Merwe" <fanie@coltech.co.za> wrote in message
news:1142537755.020499.13310@i40g2000cwc.googlegroups.com...
> Im getting this error ::
> Unresolved External SELECTLECTOR@F in colte003.obj
>
> The export tick in that specific app (where declared) is on.
> that app compile fine
>
> but nou i want to link it from my main app and it gives me that
> error...
> i have tried a few things to fix this problem but no success.
>
> Please if any one has any ideas on how to fix this problem please let
> me know...
> Thank you
>
> Me...
>



Fanie vd Merwe

2006-03-17, 3:55 am

Thanks man..
i went and checked my exp file and saw the way is was sendeing my
parameters was worng.. that fixed my problem. thanks a mil.

fanie

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2009 codecomments.com