eyalz
June 6th, 1999, 06:48 AM
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.
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.