Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 Go to previous messageGo to previous message
deep is currently offline  deep
Messages: 263
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

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Is there a way to put U++ code on a DLL?
Next Topic: Displaying raw image data
Goto Forum:
  


Current Time: Sat May 04 09:08:25 CEST 2024

Total time taken to generate the page: 0.03018 seconds