Re: evc4 ClassWizard add member variable bug? ("Int" the only choice)

From: David Gonzales [MS] (dgonzal_at_online.microsoft.com)
Date: 12/29/04


Date: Wed, 29 Dec 2004 13:39:32 -0800

In my eVC4 project, it only shows Cstring for this scenario. In C++ for
Visual Studio .NET 2003, I get a choice of int or CString.

David
------
This posting is provided "AS IS" with no warranties, and confers no rights.

<Dan Joerissen> wrote in message
news:eb9vYaF6EHA.3076@TK2MSFTNGP15.phx.gbl...
> In an EVC4 MFC dialog project, when I try and add a member variable (to a
> drop-list combo box) of category "value", my only choice for variable type
> is "int". However, when I open this project in EVC3, I can choose from
> other types as desired. Therefore, I selected CString, re-opened the
> project in EVC4, and the member variable is present.
>
> Any comments on this behaviour?



Relevant Pages

  • Re: Inheritance
    ... CString GetTeammascot(); ... int FindTeam; // Get the index for a particular team given their team name by looping through list ... class glider: public monoplane { ... Given this hierarchy, I can probably come up with actual planes that don't fit it. ...
    (microsoft.public.vc.mfc)
  • Re: Newbie: out of memory issues
    ... Heres the problem code:: Lots of array handling with objects.. ... You should use CString. ... char out2; ... BOOL swe_date_conversion(int year, int month, int day, int hour, int cal, double & ...
    (microsoft.public.vc.mfc)
  • Re: How To Refresh tree
    ... > pane tree control to Right pane list control which contain Tree Item, ... > CString strItemQry; ... > int nItemPriKey = GetItemPrimaryKey; ... > // check for any sub chield under sub chield ...
    (microsoft.public.vc.mfc)
  • Re: CStringArray
    ... void InsertName(int modNum, int location, const CString & name) ... ATLASSERT(ValidIndexes(modNum, location)); ... CString GetName(int modNum, int location) const ...
    (microsoft.public.vc.mfc)
  • Re: CStringArray
    ... void InsertName(int modNum, int location, const CString & name) ... CString GetName(int modNum, int location) const ...
    (microsoft.public.vc.mfc)