|
Re: Programming FRC robot in Visual Studio
I believe there is a way to set up a makefile project, but it'd be a long job. You'd basically have to bind the "build" and "run" actions to shell scripts that do the actual compiling and deploying. You wouldn't get any debugging and _probably_ wouldn't get as good code completion/intellisense.
|