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 [2]  Send TopicPrint
Very Hot Topic (More than 25 Replies) SDK function not found (Read 1599 times)
The_Specialist
Full Member
***
Offline


Posts: 228
Joined: Jul 1st, 2020
Re: SDK function not found
Reply #20 - Dec 15th, 2022 at 4:59pm
Print Post  
I know, thats the default. A stepper would be great!  I will look in the second part later, but I think that is where I was fishing about.
  
Back to top
 
IP Logged
 
The_Specialist
Full Member
***
Offline


Posts: 228
Joined: Jul 1st, 2020
Re: SDK function not found
Reply #21 - Dec 16th, 2022 at 8:26am
Print Post  
Yes, evrything is recently downloaded.

In the document config file, can you make an option set automaticly or manualy? Because I can not choose anymore.

I am looking it to get the highest values in the coding lines. Then the can be set them automaticly. Many lib programmers use higher versions of c and c++ and evry time it gives me some problems.
« Last Edit: Dec 16th, 2022 at 8:28am by The_Specialist »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12188
Location: United Kingdom
Joined: Apr 10th, 2010
Re: SDK function not found
Reply #22 - Dec 16th, 2022 at 1:44pm
Print Post  
Hello

I think there ta some confusion here. 

The arduino-esp32 core that you are using is not managed by visual micro. The language and idf version are set by that.

The compile problem you are having is because you are using an old library alonside the latest dev version of arduino-esp32. The library was desined for a certain release of arduino-esp32 but you have elected to use dev. You either need to downgrade the core or upgrade the library if the library author has made changes for the latest core.

None of what you have reported in this thread relates to visual micro or visual studio.

I hope this is clear.
  
Back to top
IP Logged
 
The_Specialist
Full Member
***
Offline


Posts: 228
Joined: Jul 1st, 2020
Re: SDK function not found
Reply #23 - Dec 16th, 2022 at 3:36pm
Print Post  
It's because I don't have any option now, thats why asking. But I could understand it would things make complicated. They are planning to change to c17 in the 3.0 release, but this problem will repeat it self. I was thinking to make a pull with flag -stdx=gnu17 in the platform.txt do you think it would arm anything? You have better knowledge of those flags in platform.txt.
« Last Edit: Dec 16th, 2022 at 4:44pm by The_Specialist »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12188
Location: United Kingdom
Joined: Apr 10th, 2010
Re: SDK function not found
Reply #24 - Dec 16th, 2022 at 6:20pm
Print Post  
It's beyond our knowledge. You can override platform.txt properties using a local board.txt for tests. You need to stick to the build problem and ignore intellisense during your tests.
« Last Edit: Dec 16th, 2022 at 6:21pm by Tim@Visual Micro »  
Back to top
IP Logged
 
The_Specialist
Full Member
***
Offline


Posts: 228
Joined: Jul 1st, 2020
Re: SDK function not found
Reply #25 - Dec 16th, 2022 at 8:49pm
Print Post  
I tried al a log time ago to convince all those new users the folow the the rules of arduino, but it didn't work out. But don't forget those are are the users that have some serious knowledge about tcp. I think it's better to adapted and keep the options free.
  
Back to top
 
IP Logged
 
The_Specialist
Full Member
***
Offline


Posts: 228
Joined: Jul 1st, 2020
Re: SDK function not found
Reply #26 - Dec 19th, 2022 at 4:49pm
Print Post  
I have detected a few bugs in the libaries I am using. A few pulls will follow. If hasinclude is solved. The a2dp lib should work fine.

What concernes the the c++ std, I am using now the gnu11. I think this is still of the part of the toolchain embeded in the esp core...
« Last Edit: Dec 19th, 2022 at 5:05pm by The_Specialist »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12188
Location: United Kingdom
Joined: Apr 10th, 2010
Re: SDK function not found
Reply #27 - Dec 19th, 2022 at 8:48pm
Print Post  
Yes, for intellisense and compilation the toolchain you are using has full control. Visual Micro doesn't have any control over that decision, it just implements whatever it has been designed to do.
  
Back to top
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12188
Location: United Kingdom
Joined: Apr 10th, 2010
Re: SDK function not found
Reply #28 - Dec 20th, 2022 at 1:52am
Print Post  
Please try the latest .11 release in the releases section of this forum. Visual Micro previouly only escaped quoted strings in build commands but actuall the entire string should have been escaped.

  
Back to top
IP Logged
 
The_Specialist
Full Member
***
Offline


Posts: 228
Joined: Jul 1st, 2020
Re: SDK function not found
Reply #29 - Dec 20th, 2022 at 2:46am
Print Post  
The templates are gone in creating a new project. I think you deleted to much. Cheesy
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12188
Location: United Kingdom
Joined: Apr 10th, 2010
Re: SDK function not found
Reply #30 - Dec 20th, 2022 at 2:55am
Print Post  
We haven't deleted anything. Did you try searching in the box above the templates list for visual micro or arduino. The list has been a bit slow to discover extension templates in some of our tests, forced by serching?

If you can see them please show screen shot of your templates window.

+ You can always use "File>New>Arduino Project" if a problem.

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


Posts: 12188
Location: United Kingdom
Joined: Apr 10th, 2010
Re: SDK function not found
Reply #31 - Dec 20th, 2022 at 3:33am
Print Post  
Off-Topic replies have been moved to this Topic.
  
Back to top
IP Logged
 
The_Specialist
Full Member
***
Offline


Posts: 228
Joined: Jul 1st, 2020
Re: SDK function not found
Reply #32 - Dec 20th, 2022 at 4:18am
Print Post  
Something when wrong during the installation. I have the templates back after reinstalling it.
  
Back to top
 
IP Logged
 
The_Specialist
Full Member
***
Offline


Posts: 228
Joined: Jul 1st, 2020
Re: SDK function not found
Reply #33 - Dec 21st, 2022 at 9:25pm
Print Post  
Still missing the point about finding 2.O
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12188
Location: United Kingdom
Joined: Apr 10th, 2010
Re: SDK function not found
Reply #34 - Dec 21st, 2022 at 10:09pm
Print Post  
I think I see, sorry. The latest version is Visual Micro 2.0. The internal version is 2 but we have left it off the product description simply because it seemed confusing alongside Arduino 2.0. Visual Micro still supports Arduino 1x. 1x and 2x can run at same time in Visual Micro.

Is this what you meant?
« Last Edit: Dec 21st, 2022 at 10:10pm by Tim@Visual Micro »  
Back to top
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12188
Location: United Kingdom
Joined: Apr 10th, 2010
Re: SDK function not found
Reply #35 - Dec 22nd, 2022 at 11:05pm
Print Post  
Off-Topic replies have been moved to this Topic.
  
Back to top
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12188
Location: United Kingdom
Joined: Apr 10th, 2010
Re: SDK function not found
Reply #36 - Dec 22nd, 2022 at 11:06pm
Print Post  
This Topic was moved here from Installation & Troubleshooting [move by] Tim@Visual Micro.
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1 [2] 
Send TopicPrint