Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic ISR compiles but intellisense fails (Read 2679 times)
michael_x
Newbies
*
Offline


Posts: 5
Location: Germany
Joined: May 13th, 2013
ISR compiles but intellisense fails
May 21st, 2013 at 12:26pm
Print Post  
[code]ISR(TIMER2_OVF_vect) {
   count++;
}[/code]
This compiles fine, but marks the open curly brace as 
"Error: expected a declaration"

Is there a way to avoid this annoying marker in the source window ?
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12205
Location: United Kingdom
Joined: Apr 10th, 2010
Re: ISR compiles but intellisense fails
Reply #1 - May 21st, 2013 at 4:03pm
Print Post  
Yes intellisense is not perfect, in the next version I think I have found some better solutions. 

After it is released please see how it responds.

Other than that you might find some "warning level" settings in your C++ project options or tools>options

  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint