|
|
Home » Community » Newbie corner » compiling with MSC 10
|
|
Re: compiling with MSC 10 [message #39686 is a reply to message #39680] |
Wed, 17 April 2013 11:53 |
|
deep
Messages: 265 Registered: July 2011 Location: Bangalore
|
Experienced Member |
|
|
Hello Martin,
Check your definitions of enum or struct etc.
struct mydata {
...;
...;
...;
};
If you miss ';' 'semicolon' any where then you will see this kind of error messages.
Check your console output for "Did you forget a ';'?" This will show the location of error.
This type of error message generally results from missing ';' in the code
If this error in in '.h' file then it is not getting marked with red marker as other normal errors.
Warm Regards
Deepak
[Updated on: Wed, 17 April 2013 12:39] Report message to a moderator
|
|
|
|
|
|
Goto Forum:
Current Time: Thu Jan 23 19:24:21 CET 2025
Total time taken to generate the page: 0.04944 seconds
|
|
|