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 fake error (Read 1648 times)
luciano
Newbies
*
Offline


Posts: 6
Joined: Jun 4th, 2016
fake error
Sep 18th, 2018 at 10:24am
Print Post  
HI,
it is a fake error because the compilation is ok and 
the code works correctly ....
is there a way to avoid the generation of fake error ?
  
Back to top
 
IP Logged
 
luciano
Newbies
*
Offline


Posts: 6
Joined: Jun 4th, 2016
Re: fake error
Reply #1 - Sep 18th, 2018 at 2:03pm
Print Post  
solution :
     float_01 = eeprom_read_dword((uint32_t*)(1));
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12186
Location: United Kingdom
Joined: Apr 10th, 2010
Re: fake error
Reply #2 - Sep 18th, 2018 at 3:52pm
Print Post  
Great. There is a combo box on the error list that allows you to select "Build Only". Then you won't see intellisense errors which can be misleading, instead you just see accurate errors from a build.
  
Back to top
IP Logged
 
luciano
Newbies
*
Offline


Posts: 6
Joined: Jun 4th, 2016
Re: fake error
Reply #3 - Sep 19th, 2018 at 11:42am
Print Post  
thank you, this is very interesting
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint