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 Using "references" crashes XP (Read 3425 times)
Vaclav
Junior Member
**
Offline


Posts: 81
Joined: Dec 28th, 2013
Using "references" crashes XP
Dec 30th, 2013 at 4:03pm
Print Post  
I tried to get references on public sourced TimerOne library and it wiped out XP, twice. It woked just fine on my own library.
Since I have just started using Visual Micro I am not about to panic, perhaps user error, but like some confirmation on this or advice what to look for in XP log. 
Also if I am posting in wrong forum, please advise.
« Last Edit: Dec 30th, 2013 at 4:03pm by Vaclav »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12163
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Using "references" crashes XP
Reply #1 - Dec 30th, 2013 at 4:18pm
Print Post  
Hi yes this is a good place to post thanks.

What do you when you say get references? What exactly are you clicking and when?

Thanks
  
Back to top
IP Logged
 
Vaclav
Junior Member
**
Offline


Posts: 81
Joined: Dec 28th, 2013
Re: Using "references" crashes XP
Reply #2 - Dec 30th, 2013 at 9:19pm
Print Post  
In main edit window I point to "Timer1.,,," and got down arrow to combo box and one of the items was "Find references".
Clicking that resets the XP just like a power failure.
But I found that the "class" Timer1 was "preinstantiated" in the header file itself so I may have had some conflicts with that.
But I also found , the hard way, that TimerOne library has some issues with LiquidCrystal.h ( another Arduino gem!) and now I am using direct interrupt registers control to make it play the way I want. So really I would not get too exited about this, too many "if this and if that...". 

BTW I used this on other itms and it worked just peachy - gets you all the methods etc of the class. Really handy.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12163
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Using "references" crashes XP
Reply #3 - Dec 30th, 2013 at 10:43pm
Print Post  
Ok thanks for the info.

Not sure if you are using VS or Atmel but in both cases Visual Micro just tells the Ide where the sources are located. After that it is up to each products standard intellisense engine and code explorers to do their work for you. So if you get a continued problem I would ensure all xp and ide updates have been applied.

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