View Single Post
  #1   Spotlight this post!  
Unread 17-02-2013, 19:54
admrialkunkka admrialkunkka is offline
Registered User
FRC #2815
 
Join Date: Feb 2013
Location: Columbia
Posts: 9
admrialkunkka is an unknown quantity at this point
We cannot find Windows.h

Our team has never used image processing before. We are using windriver and the code generated for us by the NI Vision assistant and the code for processing the axis camera image was exported as c so we changed it to c++. We then changed the import of the machine file to #include "nimachinevision.h"
but when we build the code we get, #include <windows.h>, windows.h: No such file or directory. Where can I find the windows.h file?
Reply With Quote