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 VS2008 problem (Read 4422 times)
Sylvain
Junior Member
**
Offline


Posts: 67
Location: Montreal, Canada
Joined: Nov 13th, 2014
VS2008 problem
Dec 16th, 2014 at 5:21pm
Print Post  
Hi,
    First my pc run windows XP with MS Visual studio 2008 and also atmel Visual studio 6.2 and a registrated copy of visual micro.  Atmel studio and visual micro work fine but very slow for intellisense.  When I try to build a new scketch in VS2008 I have the message "Unable to create new sketch,  Attempted to read or write protected memory.  This is often an indication that other memory is corrupt".  My vs2008 work if I make a windows application.  the probleme is only when trying to open or new Arduino sketch with MS-VS2008.  It's work on another machine running windows 7  VS2013 free version but no chance VS2013 don't work under XP and I don't have the choice this machine must be XP.

Any idee will be welcome
Thanks
Sylvain Bissonnette
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: VS2008 problem
Reply #1 - Dec 16th, 2014 at 5:56pm
Print Post  
Hi,

Normally we only see this error if the c++ for visaul studio is not installed. Arduino needs the c++

thanks
  
Back to top
WWW  
IP Logged
 
Sylvain
Junior Member
**
Offline


Posts: 67
Location: Montreal, Canada
Joined: Nov 13th, 2014
Re: VS2008 problem
Reply #2 - Dec 19th, 2014 at 6:39pm
Print Post  
Hi Thanks for the fast reply!  the problem is 80% solve.  now the problem is with intellisense,  If I make it enable it's work fine for a line of code, but for the next it don't work,  If I re-enable it once again it's work for one line of code.

Thanks for your time
Sylvain Bissonnette
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: VS2008 problem
Reply #3 - Dec 19th, 2014 at 7:13pm
Print Post  
Hi,

When you say you "enable" intellisense what are you clicking to do that?

Thanks
  
Back to top
WWW  
IP Logged
 
Sylvain
Junior Member
**
Offline


Posts: 67
Location: Montreal, Canada
Joined: Nov 13th, 2014
Re: VS2008 problem
Reply #4 - Dec 20th, 2014 at 3:05am
Print Post  
Edit->Intellisence->Complet word

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


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: VS2008 problem
Reply #5 - Dec 20th, 2014 at 3:34am
Print Post  
Hi,

Okay it is all working I think just some confusion over how the different versions of visual studio provide intellisense.

Here are some tips but it is better to read the intellisense help for whichever IDE you are trying to use. This is outside of Visual Micro's control.

In 2008/2010 intellisense is displayed automatically when you enter something like 

Code
Select All
Serial. 



The . is important for auto intellisense prompts. 

Or you can press CTRL++ on any syntax. Then TAB to auto complete.

The command you used is for one line and does not enable/disable intellisense. The command means "auto-complete current text".

Commands have short cut keys and you can also assign your own short cut keys

Visual Studio 2013 Community works better when you enter "only the first part" of a command and has a very good auto-suggestion system.

I hope this helps


« Last Edit: Dec 20th, 2014 at 3:37am by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint