Visual C++ code error !

Started by
4 comments, last by J e s t e r 22 years ago
In Visual C++ 6 Im getting an error with my code, but it wont tell me what the error is! It just says there''s (1) error. How in the hell can I get it to tell me atleast what line its on. Ok, Say''s something about unexpected end of file in cl.exe.. Please help. I''d post the code but its on another computer with no net access. I just need to know the above for now. thanks
12/32/84
Advertisement
Try scrolling up in the output window
Thanks found the error.

Its a fatal error saying it cant find the include
file: studio.h No such file or directory ?????

Can someone please tell me what''s going on?

I get this in borland as well.

12/32/84
studio.h
perhaps you meant stdio.h?

-Hyatus
"da da da"
stdio.h?

doh!

I just cant read can I...

Dont ask me where I got studio.h

Thank you very much!
12/32/84
No problem ^_^
btw, double clicking on the error in the build window will jump
you to the error(if there''s a line number)...
If you didn''t know that ^_^

-Hyatus
"da da da"

This topic is closed to new replies.

Advertisement