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 iostream library producing build error (Read 1197 times)
dinotomFL
Junior Member
**
Offline


Posts: 25
Location: Florida
Joined: Mar 28th, 2016
iostream library producing build error
May 20th, 2022 at 8:39pm
Print Post  
I am building a test project, to test logging to an SD card, as my first project using VM. I was having other problems with these standard C++ & Arduino libraries, but rescanning fixed that, but not for #include <iostream>. 

I'm no expert on C++ (C# yes) but I believe that is a standard library for C++ Enterprise version of VS2022.

Quote:
TestArduinoDataLogging.ino: 6:10: fatal error: iostream: No such file or directory
   #include <iostream>

   ^~~~~~~~~~


Any thoughts on how to resolve graciously accepted.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: iostream library producing build error
Reply #1 - May 20th, 2022 at 11:30pm
Print Post  
The VC++ system is not used by Arduino.
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint