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 Help !!!! how to run, execute and call Arduino Project from another C++ project (Read 1658 times)
Mohanad
Newbies
*
Offline


Posts: 1
Joined: Jun 1st, 2021
Help !!!! how to run, execute and call Arduino Project from another C++ project
Jun 2nd, 2021 at 6:43am
Print Post  
Please I Need Help
I am using two Different Project inside one Solution in visual micro the main startup project is a c++ project and the other project is an Arduino Simple Empty Project, I want to run and execute the Arduino project from the C++ project, I looked a lot and I found that I can use this command 
system("ArduinoProject.exe");
the problem how can I create an EXE file from the Arduino project in Visual Micro, or if you know another way to run, execute and call Arduino Project from another C++ project please suggested it to me.
Thanks.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Help !!!! how to run, execute and call Arduino Project from another C++ project
Reply #1 - Jun 2nd, 2021 at 12:27pm
Print Post  
It is not clear what you need to do. Arduino is not .exe, Arduino runs on MCU not on computer.
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint