View Single Post
  #4   Spotlight this post!  
Unread 30-01-2012, 09:54
DjScribbles DjScribbles is offline
Programming Mentor
AKA: Joe S
FRC #2474 (Team Excel)
Team Role: Mentor
 
Join Date: Oct 2011
Rookie Year: 2012
Location: Niles MI
Posts: 284
DjScribbles is a splendid one to beholdDjScribbles is a splendid one to beholdDjScribbles is a splendid one to beholdDjScribbles is a splendid one to beholdDjScribbles is a splendid one to beholdDjScribbles is a splendid one to beholdDjScribbles is a splendid one to beholdDjScribbles is a splendid one to behold
Re: Ni Vision Help???

Are you compiling the generated code as a c or cpp file. By default the code generator outputs a c file, and I had some nasty issues trying to compile it as such.

I changed the extension to .cpp to compile it in C++, after that the majority of the errors cleared up, and there were just a few casting issues to resolve. This post has a bit more detail about what I did:
http://www.chiefdelphi.com/forums/sh...d.php?t=101222

Hope this helps, I'm still having issues getting this fully working, but getting closer