eduardogeike / ssl-vision

Automatically exported from code.google.com/p/ssl-vision
GNU General Public License v3.0
0 stars 0 forks source link

Using Development Tool to Code a Plugin #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Help!

Using Eclipse to try to edit some code, I received errors in compilation time:
svn/trunk/vartypes/enhanced/TimeVar.h -> #include "TimeIndex.h"
svn/trunk/vartypes/enhanced/TimeLine.h -> #include "ClosedRange.h"

Where are these files (TimeIndex.h and ClosedRange.h, and possible others)?

Coordially,
Willytell.

Note: Eclipse is already working with CDT plugin for C/C++, Qt4 and protocol 
buffer (google's data interchange format).

Original issue reported on code.google.com by guille.t...@gmail.com on 14 Jan 2011 at 2:29

GoogleCodeExporter commented 9 years ago
Neither of these files are actually compiled into SSL-Vision. You can remove 
them from your project.

Original comment by zick...@gmail.com on 14 Jan 2011 at 7:30