|
|
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: 267 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: Mon Apr 28 10:49:43 CEST 2025
Total time taken to generate the page: 0.00781 seconds
|
|
|