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 Visual Studio Visual Micro fatal error: cstdint: No such file or directory (Read 413 times)
KulaGGin
Newbies
*
Offline


Posts: 7
Joined: Aug 8th, 2019
Visual Studio Visual Micro fatal error: cstdint: No such file or directory
May 13th, 2020 at 11:20am
Print Post  
Can I use standard library in my programs for Arduino? When I do this:

Code (C++)
Select All
#include <cstdint>

// the setup function runs once when you press reset or power the board
void setup() {

}

// the loop function runs over and over again until power down or reset
void loop() {
 
}
 



I get this error:

[/URL]

As you can see, Visual Studio sees cstdint header just fine but I still get an error during compilation.
« Last Edit: May 13th, 2020 at 11:38am by Tim@Visual Micro »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12188
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Visual Studio Visual Micro fatal error: cstdint: No such file or directory
Reply #1 - May 13th, 2020 at 11:39am
Print Post  
This Topic was moved here from Installation & Troubleshooting [move by] Visual Micro.
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint