View Single Post
Old 06-12-2007, 9:43 PM   #3
Eternal Vigilance
 
Eternal Vigilance's Avatar
 
Posts: n/a
My Photos: ()

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Help with Vc++ PLEASE

No excuse tho for the compiler freezing (while compiling).

Ive had the IDE freeze on me untold numbers of times while
scrolling (mouse event overrun or something...)

All I can say is Shoddy is as Shoddy does. (And I mean you Bill G)



Miss Elaine Eos wrote:
> In article <Efa_a.708572$3C2.16620651@news3.calgary.shaw.ca>,
> "Girgath" <geoffrycd@shaw.ca> wrote:
>
>
>>I am going through the sams book, teach yourself visual C++ in 21 days, I am
>>on day 6 and I have run into problems, I am getting an error where it says
>>some variable doesn't excist which it does!!! and the main problem, I can no
>>longer compile, it starts compiling and then freezez, so then I can't close
>>it because it cannot close while compiling and so I have to close it from
>>the task manager, but since my task manager is acting up this makes it
>>hard... if anyone has the book or wants to look at my snip of code please
>>reply.

>
>
> I'm not familiar with the book, but I'd guess that your problem is not
> VC++ specific. That is, you'd probably have the same problem in any C++.
>
> From the sketchy details you give here, I further guess that the problem
> is one of scope and that your variable, while declared SOMEwhere, is not
> available at the point at which the compiler complains.
>
> A code snippet would help, along with an indication of the exact error
> msg and the point at which it is thrown.
>
> If the code is long, email it to me to save bandwidth. I'll trim it to
> the relevant parts and post a reply here, in case others are interested.
>


  Reply With Quote