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 SdFat does not name a type (Read 442 times)
GeeTee
Member
***
Offline


Posts: 103
Joined: Nov 10th, 2014
SdFat does not name a type
Jul 27th, 2016 at 3:28am
Print Post  
With deep linking on,   

and in a file foo.cpp:


#include <SD.h>
#include <SdFat.h>

     SdFat sdFat;            // File system object.

I get when compile:

foo.cpp:25:2: error: 'SdFat' does not name a type
:SdFat sdFat;  \\ File system object

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


Posts: 12188
Location: United Kingdom
Joined: Apr 10th, 2010
Re: SdFat does not name a type
Reply #1 - Jul 27th, 2016 at 10:37am
Print Post  
This Topic was moved here from Arduino Extension for Visual Studio 2012, 2013 and 2015 [move by] Visual Micro.
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint