Re: App Unicode call MBCS dll
Tech-Archive recommends: Fix windows errors by optimizing your registry
On Mon, 25 Jun 2007 11:53:06 +0100, "David Webber"
<dave@xxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
CStringA str;
I think that CStringA/W are not a VC6 things; those are one of the
very good improvements since MFC of Visual C++ 7. In VC6 and
corresponding MFC, I think there is only one CString (based on TCHAR).
MrAsm
.
Relevant Pages
- Re: App Unicode call MBCS dll
... In VC6 and ... corresponding MFC, I think there is only one CString (based on TCHAR). ... (microsoft.public.vc.mfc) - Re: Need to downgrade to C++6?
... VS2005 for the better IDE. ... CStringA/W, replacements for USES_CONVERSION, additional classes like ... make programming MFC apps more efficient overall. ... In addition, even though the VC6 IDE has a better feature set, ... (microsoft.public.vc.mfc) - RE: Moving to VisualStudio 2008
... The conversion process of VC6 MFC projects to VS2008 is not bad in itself. ... Property Windows when working with resources - oh how much I hate it. ... inside them and combo boxes that work like tabs. ... (microsoft.public.vc.mfc) - Re: Does Microsoft Still Support MSVC V6?
... mean is, is it being maintained, and if so have Microsoft set any date when they will cease to support it, as they have indicated with VB6? ... The reason I ask is that a client wishes me to use it for a new development, and my preference would be to use .NET. ... If you want to use the .NET framework, then you cannot use VC6 because VC6 supports only standard C++. ... If your client wants to use VC6 with MFC, I would not press for VB.NET; this will not be favorably received. ... (microsoft.public.vc.mfc) - Re: Does Microsoft Still Support MSVC V6?
... I take the point about not promoting VB.NET as a better alternative to MSVC, ... I don't believe that the client has a strong feeling about using MFC; ... your non-MFC classes, you should avoid VC6, but otherwise you should be ... (microsoft.public.vc.mfc) |
|