View Single Post
  #2   Spotlight this post!  
Unread 17-01-2017, 01:33
Thomas DeSilva's Avatar
Thomas DeSilva Thomas DeSilva is offline
Programming Fury
FRC #1983 (Skunkworks)
Team Role: Mentor
 
Join Date: Feb 2009
Rookie Year: 2009
Location: Des Moines, WA
Posts: 22
Thomas DeSilva is on a distinguished road
Re: C++ driver station enable issue

Something in your code may be causing a crash. Is the code you're deploying any different from the code that other people have deployed that worked? If so, isolate the differences; this will help you find where the crash is. You can also use the debugger to step through until the crash occurs, which will show you the exact line that has the problem.
__________________
Programmer 2009-2011
Driver 2011
WPI Class of 2015
Reply With Quote