Submitted by DavidTWarner123 on Sat, 04/20/2013 - 02:26
I am running Vissim version 8.0C0 - target processor TI2806 I would like to take this same project (the exported .C file), bring into Code Composer 5.0, and build it.
I found a forum regarding this topic at: http://www.vissim.com/forums/vissim_code_composer_studio_plug-_not_insta...
I have done all the proper steps that were listed in the forum, built my project from Code Composer 5, but I am getting several errors: Here's an example of one group of them:
#145 a value of type 'ARG_DESCR *' cannot be used to initialize an entity of type 'CGDOUBLE' #145 a value of type 'DATA_FILE_INFO *' cannot be used to initialize an entity of type 'XFERFUN_INFO *' #145 a value of type 'int' cannot be used to initialize an entity of type 'ARG_DESCR *' #145 a value of type 'int' cannot be used to initialize an entity of type 'CGDOUBLE *' #145 a value of type 'int' cannot be used to initialize an entity of type 'IVECTOR *' #145 a value of type 'int' cannot be used to initialize an entity of type 'TIME_DELAY_INFO *' #145 a value of type 'int' cannot be used to initialize an entity of type 'VECTOR *'
Q1. In regards to the original Vissim project, when I export the C file, are there any specific steps I need to do?
Q2. In regards to the errors listed above, is there an include file or DLL or any other type of file that I am currently not including that would initialize the values properly (ex. CGDOUBLE, ASG_DESCR, etc).
Q3. In regards to Code Composer 5, am I missing any other link paths, include libraries, etc?