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 Squiggles under pgm_read_word in Visual Micro on Mega2560 (Read 1636 times)
ChillieJantjie
Newbies
*
Offline


Posts: 6
Location: Cape Town, South Africa
Joined: Jun 10th, 2016
Squiggles under pgm_read_word in Visual Micro on Mega2560
Oct 26th, 2016 at 10:49am
Print Post  
Hi
I see many related posts but no clear solution to the red squiggles that is placed under the "pgm_read_word" statement when programming in C++ in Visual Micro (Visual Studio plugin).

The code compiles fine and there are no problems with the execution.  But this is annoying as I cannot differentiate the red "error" dots, that is placed on the right hand side of the editor, between an real coding problem and this statement.

Is there anyway that we could add this statement to VS2015 for Intellisense to ignore this statement or to stop reporting it as a problem?

Kind regards
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Squiggles under pgm_read_word in Visual Micro on Mega2560
Reply #1 - Oct 26th, 2016 at 11:06am
Print Post  
Yes some intellisense syntax needs extra qualification for some hardware. 

I can add that for the next build but you can also add alternative intellisense only versions to solve this type of issue.

Please see this page http://www.visualmicro.com/page/Extending-Visual-Studio-Intellisense.aspx

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