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 Error "unable to create new Sketch" (Read 5406 times)
da_user
Newbies
*
Offline


Posts: 5
Joined: Apr 9th, 2013
Error "unable to create new Sketch"
Apr 10th, 2013 at 11:50am
Print Post  
Hi,

im new, from Germany, and i wan't to try VisualMicro. Specially for this i installed Microsoft Visual Studio 2012 Pro Test. Then i installed VisualMicro. I entered the Path to the Arduino-IDE (V1.0.4) in the Options. Now i woul'd like create a new Sketch an i get an Error. I shown the procedure in the screenshots:



"Falscher Parameter" means "wrong Paramter", "Ausnahme von" means "exception from".

VisualStudio creates the Directory "...\Documents\Arduino\Test123" an in this the File Test123.ino. 

When i click on "ok", i get a emtpy VisualStudio Screen, but in the Projektmapexplorer i have a 'Projektmap "Test 123" (0 Projekts)'.

Whats going wrong? What can i do?
« Last Edit: Apr 10th, 2013 at 11:52am by da_user »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Error "unable to create new Sketch"
Reply #1 - Apr 10th, 2013 at 12:24pm
Print Post  
Hi,

1)
Looks like you need to install C++ for Visual Studio. 

The plugin uses the standard VS C++ system and creates an empty C++ project when you create a new project.

You can prove this by ignoring the plugin options and selecting File>New Project>Empty Win32 C++ Project. The option will not exist in your VS?

OR

2)
And, as  gelius59 says, Arduino does not support spaces in project names.
« Last Edit: Apr 10th, 2013 at 12:26pm by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
gelius59
Junior Member
**
Offline


Posts: 82
Location: Ukraine
Joined: Oct 6th, 2012
Re: Error "unable to create new Sketch"
Reply #2 - Apr 10th, 2013 at 12:24pm
Print Post  
As the title of the project Test123 or Test 123.
There is a gap?
  
Back to top
 
IP Logged
 
da_user
Newbies
*
Offline


Posts: 5
Joined: Apr 9th, 2013
Re: Error "unable to create new Sketch"
Reply #3 - Apr 12th, 2013 at 7:35pm
Print Post  
Hi,

Quote:
Looks like you need to install C++ for Visual Studio.


This was a great Tipp! I loaded the wrong: "Visual Studio Test Professional 2012 90-day Trial" but we Need: "Visual Studio Professional 2012 90-day Trial" (without "Test").

But maybe you can help me by a another Little Thing:

What i have to do, that IntelliSense named the Values for the Methods? I try it to Show an example on this Screenshot:



I try to type it by my own in the "Arduino.h" (with "///") but it don't work.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Error "unable to create new Sketch"
Reply #4 - Apr 12th, 2013 at 8:08pm
Print Post  
Hi,

I am sorry I don't understand the question.

Please open a new thread and explain some more.

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