Quote:
Originally Posted by SuperBK
See the "Getting Started with the 2012 FRC Control system" for details, but for C++ do:
1) Launch WindRiver Workbench using the desktop shortcut.
2) Select “New” then “Example…” from the File menu.
3) Choose “VxWorks Downloadable Kernel Module Sample Project” and click “Next>”.
Choose “Default Robot Main Program” from the list of choices presented and then click “Finish”.
You can also create "Simple Template" to get a starting point.
|
This is the Java forum
In the case of Java,
1) Open NetBeans
2) In the TaskBar press File -> New Project
3) In the new windows that has opened, select "FRC Java" as the category
4) Select the type of project which you would like to use from the "Projects" section
There are also sample programs found in "Categories" -> Samples -> FRC Java.
For Java the "DefaultCodeProject" is found under Samples now.