Home→Forums→MonoBrick EV3 Firmware→possible to #include header files ?→Reply To: possible to #include header files ?
May 9, 2014 at 19:02
#4279
Helmut Wunder
Participant
thank you, now I understand!
uses
was known to me as a PASCAL statement which includes unit files and which worked similar like
#include
for (e.g., header) files in plain C
so I confused this C# command
using
by the aforementioned.
the other issue now is resolved, too – it wouldn’t work because inside an init procedure the instance variables woud be just local and not global and thus useless for their intended purpose.
But now it’s clear, thanks again! 😎
Follow