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 Trouble with getting started (Read 3422 times)
Scott324
Newbies
*
Offline


Posts: 2
Joined: Jul 21st, 2013
Trouble with getting started
Jul 21st, 2013 at 1:14pm
Print Post  
I have installed Arduino IDE 1.0.5. I have VS 2010 Ultimate with VC++.  I have also upgraded to SP1.  I have run the VM.msi and updated all of the tools>Options needed.  When I select "New" Arduino project I get an error:

"Error: The following module could not be found. (Exception from HRESULT: 0x8007007E)"

I have tried reinstalling all components with no luck.   Any suggestions?

Thanks

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


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Trouble with getting started
Reply #1 - Jul 21st, 2013 at 2:29pm
Print Post  
Hi,

Normally I would expect this issue to be C++ missing from VS but you have confirmed it is installed.

I think the first thing to do is to attempt to create an empty Visual Studio Win32 C++ project using "File>New>Project". 

The reason for this test is that when you try to create a new sketch Visual Micro runs the same VS macro that is used to create an empty win32 C++ project.

Look forward to hearing the result.

Thanks
  
Back to top
IP Logged
 
Scott324
Newbies
*
Offline


Posts: 2
Joined: Jul 21st, 2013
Re: Trouble with getting started
Reply #2 - Jul 21st, 2013 at 4:49pm
Print Post  
I think I figured it out.  The new C++ pointed me in the right direction.  I was able to create a console app but not a standard win32 app.  I received the same error.  After doing a VS search for the error I was pointed to this link:

http://weblogs.asp.net/rchartier/archive/2005/02/28/381863.aspx

I was unable to find the SCRRun.DLL in the sys32 folder but found it in i386.  Registered it from there and now it seems to be good to go.  I have not actually written any code and uploaded it yet, but I am getting further.

Thanks for the help.

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


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Trouble with getting started
Reply #3 - Jul 21st, 2013 at 5:08pm
Print Post  
Thanks for the useful update, haven't seen that one before.
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint