>Date: Fri, 18 Feb 2011 06:13:37 -0800 (PST)
>From: Marian Cascaval <mariancasca...@yahoo.com>
>
>I'm suspecting there's something wrong with Studio Express C++.
>I use both 2008 and 2010 and I notice on 2008 that the IDE loses track of
code
>in case of large source files. Sometimes comments that should have a
certain
>colour have a different one and so on.
>
>For example, the first warning at line 120736 there is a variable 'area'
which
>is of type 'float' defined just 3 lines above. Yet in the line at 120736:
>
>area = area * (DCOORD(p->aCoord[ii+1]) - DCOORD(p->aCoord[ii]));
>
>the IntelliSense shows that the second instance of 'area' is of type 'int'.
>
>To prove this is a problem specific only to Microsoft's IDEs, could you
give the
>simplest code example (with SQLITE_ENABLE_RTREE=1) to compile it and see if
we
>get different results with the warnings?
>
>Marian Cascaval
All version of Visual Studio up to and including 2010 have issues with
source files longer than 64K lines.  The editing works OK but the debugger
cannot locate code lines and it confuses Intellisense.

Jeff Archer
Nanotronics Imaging
jsarc...@nanotronicsimaging.com
<330>819.4615
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to