Ulrich Oertel
2014-09-09 17:50:48 UTC
Hallo all,
I think about an alternative to i1io on the basis of a DIY set
(http://www.makeblock.cc/xy-plotter-robot-kit-v2-0/).
Prerequisite is, of course, my ability to recompile and modify chartread
(Windows). Unfortunately, in the past I only worked with Pascal (Delphi)
and VB .net. In my first attempt to recompile chartread (VS 2013
Express) I got error messages for lines like
sv &= ~inst_stat_savdrd_chart
As I understand
a &= b
is the same as
a = a & b
but I dont understand this "~" operator.
The error message is:
error C2676: Binärer Operator '&=': 'inst_stat_savdrd' definiert diesen
Operator oder eine Konvertierung in einen für den vordefinierten
Operator geeigneten Typ nicht
Any help is highly appreciated!
Thanks in advance
Uli
I think about an alternative to i1io on the basis of a DIY set
(http://www.makeblock.cc/xy-plotter-robot-kit-v2-0/).
Prerequisite is, of course, my ability to recompile and modify chartread
(Windows). Unfortunately, in the past I only worked with Pascal (Delphi)
and VB .net. In my first attempt to recompile chartread (VS 2013
Express) I got error messages for lines like
sv &= ~inst_stat_savdrd_chart
As I understand
a &= b
is the same as
a = a & b
but I dont understand this "~" operator.
The error message is:
error C2676: Binärer Operator '&=': 'inst_stat_savdrd' definiert diesen
Operator oder eine Konvertierung in einen für den vordefinierten
Operator geeigneten Typ nicht
Any help is highly appreciated!
Thanks in advance
Uli