hinksj
January 13th, 2003, 09:10 PM
I've upgraded to the latest service pack of NET.
In VC6, You identified the FIRST radio button as GROUP and the the Class editor would make the variable name of the group a type int with initialization of -1.
In NET, it does not appear to react to the GROUP flag being set since it defines the variable as bool type and set the initialization to FALSE instead of -1.
Is this a problem or am I missing something? I have been hand fixing these since I switched to NET.
In VC6, You identified the FIRST radio button as GROUP and the the Class editor would make the variable name of the group a type int with initialization of -1.
In NET, it does not appear to react to the GROUP flag being set since it defines the variable as bool type and set the initialization to FALSE instead of -1.
Is this a problem or am I missing something? I have been hand fixing these since I switched to NET.