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 Incomplete error messages from within AtmelStudio (Read 3644 times)
Gilles Plante
Full Member
***
Offline


Posts: 156
Location: Québec, Canada
Joined: Oct 31st, 2013
Incomplete error messages from within AtmelStudio
Jan 7th, 2014 at 7:36pm
Print Post  
Hi,

I experienced an issue where compiling inside AtmelStudio, I got incomplete error messages in the output window:

Code
Select All
Motor.cpp : In file included from
Motor.h : ' on member 'Frein'
Motor.h : ' on member 'Coast'
Motor.h : ' on member 'Vitesse'
Motor.h : ' on member 'Run'
Error compiling 

Quite puzzling  Undecided

So I tried from the Arduino IDE (1.0.5) and this time, it was more informative:

Code
Select All
In file included from Motor.cpp:16:
Motor.h:53: error: extra qualification 'Motor::' on member 'Frein'
Motor.h:64: error: extra qualification 'Motor::' on member 'Coast'
Motor.h:76: error: extra qualification 'Motor::' on member 'Vitesse'
Motor.h:85: error: extra qualification 'Motor::' on member 'Run' 

  Smiley

Whats explains the missing parts inside AtmelStudio ? Could it be a parameter in VisualMicro ?

Thanks

Gilles Plante
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12163
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Incomplete error messages from within AtmelStudio
Reply #1 - Jan 7th, 2014 at 9:43pm
Print Post  
Hi,

Thanks for the note. When the double click drill down into error messages was implemented it broke the error message display. We will fix it in either the January or Feb release of Visual Micro.

Hopefully the double click drill down (into the source) goes some way to making up for the problem. Sorry.
  
Back to top
IP Logged
 
Gilles Plante
Full Member
***
Offline


Posts: 156
Location: Québec, Canada
Joined: Oct 31st, 2013
Re: Incomplete error messages from within AtmelStudio
Reply #2 - Jan 7th, 2014 at 10:11pm
Print Post  
Hi Tim,

thanks ! Is there a a list one may subscribe to to get announcements about new releases ?

Gilles Plante
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12163
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Incomplete error messages from within AtmelStudio
Reply #3 - Jan 7th, 2014 at 10:40pm
Print Post  
Hi,

You can click notifications in the new release section of this forum or follow the project on codeplex.

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