Re: ATL Issues on VS 2005
- From: "Brian Muth" <bmuth@xxxxxxxx>
- Date: Mon, 11 Aug 2008 13:59:10 -0700
"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)
.
- Follow-Ups:
- Re: ATL Issues on VS 2005
- From: User_Anony
- Re: ATL Issues on VS 2005
- References:
- ATL Issues on VS 2005
- From: User_Anony
- Re: ATL Issues on VS 2005
- From: Brian Muth
- Re: ATL Issues on VS 2005
- From: User_Anony
- ATL Issues on VS 2005
- Prev by Date: Re: ATL Issues on VS 2005
- Next by Date: Re: ATL Issues on VS 2005
- Previous by thread: Re: ATL Issues on VS 2005
- Next by thread: Re: ATL Issues on VS 2005
- Index(es):