Re: Adding a control variable
- From: "Nishant Sivakumar" <nish@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 5 Oct 2005 15:46:22 -0400
The Add-Variable wizard parses the source files to figure out where to
insert lines of code - so perhaps you had inadvertently changed something
and caused the parser to break. Or perhaps you didn't do anything and this
is a bug in the parser.
--
Regards,
Nish [VC++ MVP]
"Dave" <better_cs_now@xxxxxxxxx> wrote in message
news:11k898drdhi4ja2@xxxxxxxxxxxxxxxxxxxxx
> No, but I did discover that adding the following seems to have resolved
> the
> problem:
>
> static AFX_EXTENSION_MODULE foo = { NULL, NULL };
>
> How something added toa source file can affect what happens pre-compile
> time
> is beyond me...
>
> "Nishant Sivakumar" <nish@xxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:O8npHldyFHA.1168@xxxxxxxxxxxxxxxxxxxxxxx
>> I've never seen that before - are you able to duplicate this problem with
>> other projects too?
>>
>> --
>> Regards,
>> Nish [VC++ MVP]
>>
>>
>> "Dave" <better_cs_now@xxxxxxxxx> wrote in message
>> news:11k808f65h4r576@xxxxxxxxxxxxxxxxxxxxx
>> > Hello all,
>> >
>> > Under VC++ 7.1, I've added a checkbox to a dialog. Using the dialog
>> > editor,
>> > I am not trying to add a control variable for this check box. However,
>> > when
>> > I right-click on the check box and select "Add Variable", the resulting
>> > wizard dialog does not allow me to select "Control Variable" (it is
> grayed
>> > out). What do I need to do to get a control variable for this check
>> > box
>> > added to my class?
>> >
>> > Thanks,
>> > Dave
>> >
>> >
>>
>>
>
>
.
- References:
- Adding a control variable
- From: Dave
- Re: Adding a control variable
- From: Nishant Sivakumar
- Adding a control variable
- Prev by Date: Re: Adding Toolbar to CDialog
- Next by Date: Re: How to find the hwnd of the window behind a given window in Z-orde
- Previous by thread: Re: Adding a control variable
- Next by thread: Creating Sub (sub) menus dynamically at run time
- Index(es):
Relevant Pages
|