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 incomplete type for elapsedmillis (Read 2410 times)
Lars Walpurgis
Newbies
*
Offline


Posts: 3
Joined: Apr 5th, 2014
incomplete type for elapsedmillis
Jul 30th, 2016 at 12:15pm
Print Post  
Hello, I use in Esp8266 the elapsedmillis library from teensy. So I included these in my old project where I had Visual.Micro.Arduino.Studio (41) version installed. Everything was fine and worked. But when I upgraded the Visual micro plugin to the latest I get this error in Visual Studio: Status.h:24:16: error: field 'Wartezeit' has incomplete type
:elapsedMillis Wartezeit. Wartezeit is the Variable name for the elapsed millis type. If I switch back to version 41 everything is fine. I hope that someone can help me so that I can upgrade to the latest. In Attachment the elapsed millis h
  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12187
Location: United Kingdom
Joined: Apr 10th, 2010
Re: incomplete type for elapsedmillis
Reply #1 - Jul 30th, 2016 at 12:43pm
Print Post  
Thanks for the post. I need a bit more info

1) which version of esp8266 core
2) which version of visual studio
3) which version of arduino ide

Can you also please attach a simple .ino + header with setup() and loop() + header that uses the code that fails to compile.

Thanks
« Last Edit: Jul 30th, 2016 at 12:44pm by Tim@Visual Micro »  
Back to top
IP Logged
 
Lars Walpurgis
Newbies
*
Offline


Posts: 3
Joined: Apr 5th, 2014
Re: incomplete type for elapsedmillis
Reply #2 - Jul 30th, 2016 at 6:09pm
Print Post  
It was a fault of mine. I have to include it a little bit different, then it works! Thanks
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint