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
Hot Topic (More than 8 Replies) Compile error since gallery update 20.09.10.2 (Read 2332 times)
horaciocastro7
Newbies
*
Offline


Posts: 6
Joined: Aug 27th, 2019
Compile error since gallery update 20.09.10.2
Oct 7th, 2020 at 10:44pm
Print Post  
Desde ayer 06/Octubre/2020 que actualice el Vmicro dejo de compilarme, sale error que no encuentra una función pero ya la he revisado y esta correcto, al compilar en Ide de arduino 1.8.13 si compila sin problemas.

La versión que tengo del Vmicro la compre este año, no es gratuita
« Last Edit: Oct 7th, 2020 at 11:27pm by Tim@Visual Micro »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Error no compila en Vmicro pero en Ide Arduino Si
Reply #1 - Oct 7th, 2020 at 10:50pm
Print Post  
Hi

Please post in english in this forum thank you.

We need to see the error. Please follow the guide in the yellow box at the top of this page.

Thank you
  
Back to top
WWW  
IP Logged
 
horaciocastro7
Newbies
*
Offline


Posts: 6
Joined: Aug 27th, 2019
Re: Error no compila en Vmicro pero en Ide Arduino Si
Reply #2 - Oct 7th, 2020 at 10:56pm
Print Post  
Since yesterday 06 / October / 2020 that I update the Vmicro I stopped compiling, I get an error that it does not find a function but I have already reviewed it and it is correct, when compiling in Arduino Ide 1.8.13 if it compiles without problems. 

I bought the version of the Vmicro this year, it is not free
  

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


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Error no compila en Vmicro pero en Ide Arduino Si
Reply #3 - Oct 7th, 2020 at 11:27pm
Print Post  
Thanks for the info

Please install the latest release from this forum here https://www.visualmicro.com/forums/YaBB.pl?board=VS_ARDUINO_EXT_RELEASES

If that is still a problem then please email the following file to us

C:\Users\Inso Blanco\AppData\Local\Temp\VMBuilds\I8\esp8266_d1_mini\Debug\I8.cpp

Thanks
  
Back to top
WWW  
IP Logged
 
horaciocastro7
Newbies
*
Offline


Posts: 6
Joined: Aug 27th, 2019
Re: Compile error since gallery update 20.09.10.2
Reply #4 - Oct 8th, 2020 at 2:31am
Print Post  

Download and install the update as you told me. restart visual studio and compile the problem as before.
  
Back to top
 
IP Logged
 
horaciocastro7
Newbies
*
Offline


Posts: 6
Joined: Aug 27th, 2019
Re: Compile error since gallery update 20.09.10.2
Reply #5 - Oct 8th, 2020 at 1:48pm
Print Post  
Good morning. For now I have to use the arduino ide with Preferences (use external editor) to be able to use Visual Studio and I compile in the IDE de Arduino because Vmicro does not work. I hope they release a version soon that fixes this. thank you very much
« Last Edit: Oct 8th, 2020 at 1:49pm by horaciocastro7 »  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2145
Joined: Feb 13th, 2019
Re: Compile error since gallery update 20.09.10.2
Reply #6 - Oct 8th, 2020 at 2:31pm
Print Post  
Can you please attach the file below, or alternatively email it to us (sales@visualmicro.com, include a link to this post in the email) so we can investigate the issue further:
Code
Select All
C:\Users\Inso Blanco\AppData\Local\Temp\VMBuilds\I8\esp8266_d1_mini\Debug\I8.cpp 


  
Back to top
 
IP Logged
 
horaciocastro7
Newbies
*
Offline


Posts: 6
Joined: Aug 27th, 2019
Re: Compile error since gallery update 20.09.10.2
Reply #7 - Oct 8th, 2020 at 6:26pm
Print Post  
I have already sent the data to the requested email. Thank you
  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2145
Joined: Feb 13th, 2019
Re: Compile error since gallery update 20.09.10.2
Reply #8 - Oct 8th, 2020 at 8:09pm
Print Post  
Thanks for the information, and we will update when a fix is available.

To work around the issue in the meantime, removing the line break in the signatures of two functions should resolve the issue (venta_credito_ladox, venta_previo_ladox).

Example:
Code
Select All
void aMultiLineSignature(int aVar,
			int anotherVar){ 



Becomes:
Code
Select All
void aMultiLineSignature(int aVar, int anotherVar){ 



  
Back to top
 
IP Logged
 
horaciocastro7
Newbies
*
Offline


Posts: 6
Joined: Aug 27th, 2019
Re: Compile error since gallery update 20.09.10.2
Reply #9 - Oct 8th, 2020 at 10:43pm
Print Post  

Thank you very much, the problem is solved. as I said before updating this did not happen. anyway it works for me without problems. thank you very much
  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2145
Joined: Feb 13th, 2019
Re: Compile error since gallery update 20.09.10.2
Reply #10 - Oct 9th, 2020 at 10:18am
Print Post  
Thanks for confirming, and we have now released a new version containing this fix on the board below (20.09.10.7):
https://www.visualmicro.com/forums/YaBB.pl?board=VS_ARDUINO_EXT_RELEASES
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint