RE: Intellisense showing ATL instead of MFC
- From: v-wywang@xxxxxxxxxxxxxxxxxxxx ("Wen Yuan Wang [MSFT]")
- Date: Thu, 22 May 2008 07:17:13 GMT
Hello Dave,
I understood you notice some VS IDE Intelligence always show the ATL
version of Classes in your MFC project, correct? If I misunderstood
anything here, please don't hesitate to correct me.
It sounds you are using ATL/MFC Shared Classes (eg: CStringT, CTime, etc).
All ATL/MFC shared classes are included in ATL header file, plus a few
change. VS IDE Intelligence always shows ATL version of Classes for both
ATL and MFC application. Thereby, you will notice Intelligence show ALT
version of Classes for you MFC project, because they are ATL/MFC shared
classes. In order to integrated ATL class and MFC class, product team might
make some change in new Share Classes. Thus, you found there are something
changed in class library. But, other class (eg: CDatabase) which isn't
Shared Classes are still included in afx header file. They still should be
shown in MFC version by Intelligence in your application.
Regarding to the list of ATL/MFC Shared Classes, you may refer to
http://msdn.microsoft.com/en-us/library/zzs00fs6(VS.80).aspx
[Classes Shared by MFC and ATL]
More detailed information about ATL/MFC shared Classes, please check out
the following document.
http://msdn.microsoft.com/en-us/library/ekdt199a(VS.80).aspx
[ATL/MFC Shared Classes]
Hope this helps. If there is anything unclear, please also feel free to let
us know. We are glad to assist you.
Have a great day,
Best regards,
Wen Yuan
Microsoft Online Community Support
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@xxxxxxxxxxxxxx
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- Prev by Date: Re: Intilisence Edit.ParmaeterInfo not working
- Next by Date: RE: Conditional Localization Build
- Previous by thread: Intilisence Edit.ParmaeterInfo not working
- Next by thread: RE: Conditional Localization Build
- Index(es):
Relevant Pages
|