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 && problem (Read 3145 times)
Alex87
Junior Member
**
Offline


Posts: 21
Location: verona,italy
Joined: Jul 23rd, 2015
&& problem
Oct 8th, 2015 at 9:17am
Print Post  
Hi at now i check with arduino esp community if error is in staging version of library .

My bug is on if cycle , 

if (value == value && value2 == value2 ) not work .. no compare but no error see at compiling

if i indent with :
if(value == value){
     if(value2 == value2){
    }  work ! 

 
At now i'm using visual studio 2015 and Visual micro . my arduino version 1.6.6 and visual micro is last. It's a bug with use of && from udp packet , you can see packet buffer .
Please help , i don't know is about visual micro but is strange because is program to adapt visual studio and wouldn't speak about c wiring.

https://github.com/esp8266/Arduino/issues/865
« Last Edit: Oct 8th, 2015 at 9:18am by Alex87 »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12189
Location: United Kingdom
Joined: Apr 10th, 2010
Re: && problem
Reply #1 - Oct 8th, 2015 at 9:22am
Print Post  
Hello, Esp8266 changes very often. I only test it once a month and only test with the stable/release

Thanks
  
Back to top
IP Logged
 
Alex87
Junior Member
**
Offline


Posts: 21
Location: verona,italy
Joined: Jul 23rd, 2015
Re: && problem
Reply #2 - Oct 8th, 2015 at 12:25pm
Print Post  
this error can depends from visual micro ? 

stable version is very old respect new staging
« Last Edit: Oct 8th, 2015 at 12:26pm by Alex87 »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12189
Location: United Kingdom
Joined: Apr 10th, 2010
Re: && problem
Reply #3 - Oct 8th, 2015 at 12:56pm
Print Post  
I don't know the answer  Smiley

You are correct. if this is a compiler problem then it is an esp8266 problem

If the problem is with intellisense then it is a visual micro/visual studio problem.
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint