|
-
June 6th, 1999, 06:48 AM
#1
Problem linking with a MFC DLL - enresolved external error
Hi!
I have a MFC DLL named SERVICES.DLL which contains
several classes, some of them visible to the outside world using AFX_EXT_CLASS.
I have another DLL named LAND.DLL which uses
some of the exposed classes of SERVICES.DLL.
This DLL also exposes classes via AFX_EXT_CLASS.
The problem is that I can't link LAND.DLL - I get
an error message saying "Unresolved External...Cxxx():~Cxxx()" where Cxxx is a class
from SERVICES.DLL that IS NOT EXPORTED using
AFX_EXT_CLASS.
When I use AFX_EXT_CLASS on Cxxx everything
works OK ( - but I don't want to expose Cxxx :-< )
Any suggestions??
Regards,
Eyal.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|