Search found 1 match

by toni88
26 Dec 2013, 20:49
Forum: Mindstorms Software
Topic: Compiling error with BricxCC
Replies: 1
Views: 5044

Compiling error with BricxCC

Hello, I've installed BricxCC, but when I try to compile my first program for the EV3: #include <stdio.h> #include <unistd.h> #include "C:\BricxCC\API\ev3_lcd.h" #include "C:\BricxCC\API\ev3_command.h" int main() { int i; LcdInit(); LcdText(1, 0, 0, "Hello World!"); Wai...