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
Hot Topic (More than 8 Replies) No autofillin (Read 6096 times)
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2175
Joined: Feb 13th, 2019
Re: No autofillin
Reply #20 - Nov 24th, 2021 at 11:24am
Print Post  
The namespace shouldn't need removing as in the top of your INO you have "using namespace audio_tools;".

_Win32 is defined due to this being in windows, and if needed you can add #undef _WIN32 before the library header include.

Also the intellisense looked correct in your earlier image (below again) and if you add the "." to the end it would have shown the members of the Audio Tools object.

From what I can see there is no issue with Visual Micro here.

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


Posts: 227
Joined: Jul 1st, 2020
Re: No autofillin
Reply #21 - Nov 24th, 2021 at 12:05pm
Print Post  
The problem returns again. And the definition of win32 could not be located.


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


Posts: 227
Joined: Jul 1st, 2020
Re: No autofillin
Reply #22 - Nov 24th, 2021 at 1:01pm
Print Post  
Thanks for the win32, diden't know how to solve that. 

I have replaced this

namespace audio_tools {

...

}

with using namespace and now it seems to work.

  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1 [2] 
Send TopicPrint