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 problems with stub functions in ".vsarduino.h" (Read 801 times)
DisplayNamesSuck
Junior Member
**
Offline


Posts: 11
Joined: Aug 19th, 2018
problems with stub functions in ".vsarduino.h"
Jun 22nd, 2022 at 5:21am
Print Post  
The memcpy prototype for intellisense is:
Code (C++)
Select All
_PTR 	 memcpy(_PTR __restrict, const _PTR  size_t) 


That's only 2 params.

It looks like you just missed a comma, I just hate the red squiggles  Wink
  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2145
Joined: Feb 13th, 2019
Re: problems with stub functions in ".vsarduino.h"
Reply #1 - Jun 24th, 2022 at 5:36pm
Print Post  
This should be resolved in the latest release (22.06.11.01), which is available from the top of the board below:
https://www.visualmicro.com/forums/YaBB.pl?board=VS_ARDUINO_EXT_RELEASES
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint