Re: ATL Issues on VS 2005




"User_Anony" <UserAnony@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:428D057B-4169-4EAD-AE32-7B9AC7F1A334@xxxxxxxxxxxxxxxx
Thank your for your time. Yes, that;s a typo.
Also, I just realized that I missed one thing. The exact class def for B is
as follows:

Class _declspec (dllimport) B { .... }

Class B and Class A defs/declars stands as past posts...

Say, Class _declspec (dllimport) Outer { ... static void Mycaller() .... }
is the one calling Caller() of Class A. Hope this helps/clarifies.

Thanks,

That won't compile. "Class" should be "class". Please don't guess at what the source code is. You should copy/paste the appropriate code snippets, otherwise we can't be sure whether the typo is in the source code or not.

So if I understand you correctly, you have two separate compilation units? What does dumpbin /exports b.obj show? (or whatever compilation unit where class B is defined)


.