| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
hi all,
ive just installed visual studio.net and appoint compiling my 1st program, it return an error. calprime.cpp c:\Documents and Settings\user\My Documents\Visual Studio Projects\calprime\calprime.cpp(29) : fatal error C1010: unexpected end of file while looking for precompiled header directive the code is a simple code, i doubt the error has anything to do with the code. what does this error means? any advice? thanks |
|
#2
|
|||
|
|||
|
What language are you coding in?
In C++ and C# this error message is often due to a missing curly brace. |
|
#3
|
|||
|
|||
|
Quote:
it is coded in C++. ive checked and found no error in braces. ive tried all code examples and result in the same complilation error. is there a setting to the application that i misconfigured, perhaps? also, what is a "precompiled header directive" ? adrianteh |
|
#4
|
|||
|
|||
|
Is there a semi-colon (
at the end of the class brace in the header file? |
![]() |
| Viewing: Dev Articles Community Forums > Programming > C/C++ Help > visual studio.net users. pls help |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|