Re: Adding a control variable



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
>> >
>> >
>>
>>
>
>


.



Relevant Pages

  • RE: portupgrade -a
    ... use that thread for any replies. ... Regards, ... >ports at one time is a bad idea? ... >Source files are located. ...
    (freebsd-newbies)
  • Re: True Name Spaces, when?
    ... The first one checks for correct syntax only, the second one only processes syntactically correct source files. ... The improper use of "productions" for parsing rules results from the concept of languages, whose grammars can be used to either produce or analyze sentences of the language. ... A parser instead does not produce sentences, ... When that application modifies the input, it must resume parsing of the modified source at an appropriate place. ...
    (borland.public.delphi.non-technical)
  • RE: VC 6.0 compile errors
    ... Regards, ... I tried making a copy of all the source files I wanted ... and placed them in the same directory as the win32 project directory and it ... preferred situation is to keep the source files from the console app in ...
    (microsoft.public.vc.language)
  • Re: How to insert ResourceFile into Driver,...
    ... Best regards ... Write the .RC file (possibly via MSVC++ IDE, then edit it by hand to ... and list among all other source files in SOURCES. ...
    (microsoft.public.development.device.drivers)
  • Re: Deloying an ASP site
    ... and copy the files to a virtual folder on the target ... you may delete the source files if you want ... >I have developed an SP.NET v1.1 application on my development machine. ...
    (microsoft.public.dotnet.framework.aspnet)