W wigigo Member Licensed User Longtime User Feb 1, 2019 #1 Attachments 20190201.jpg 188.3 KB · Views: 293
DonManfred Expert Licensed User Longtime User Feb 1, 2019 #2 Too bad, the images are broken. Just wanted to see what is so funny in the Compilation ;-) Upvote 0
DonManfred Expert Licensed User Longtime User Feb 1, 2019 #3 Based on the attached imaged it is hard to give any congrete answer as we do not know your code. Are you trying to cast an int value of 1000 to an BYTE maybe? Upvote 0
Based on the attached imaged it is hard to give any congrete answer as we do not know your code. Are you trying to cast an int value of 1000 to an BYTE maybe?
W wigigo Member Licensed User Longtime User Feb 1, 2019 #4 You see the code. Gruppe (08) = 1000 forces the error Gruppe (8) = 1000 is allowed, but then gruppe (09) forces the error After changing to gruppe (9) the code is compiled. Upvote 0
You see the code. Gruppe (08) = 1000 forces the error Gruppe (8) = 1000 is allowed, but then gruppe (09) forces the error After changing to gruppe (9) the code is compiled.
DonManfred Expert Licensed User Longtime User Feb 1, 2019 #5 wigigo said: You see the code. Click to expand... I did not see you uploaded an example project. So, no. Just a short snippet can be seen. Upvote 0
wigigo said: You see the code. Click to expand... I did not see you uploaded an example project. So, no. Just a short snippet can be seen.
MarkusR Well-Known Member Licensed User Longtime User Feb 1, 2019 #6 Gruppe(08) Click to expand... integers did not have a leading 0. the error is funny. Upvote 0
W wigigo Member Licensed User Longtime User Feb 1, 2019 #7 MarkusR said: integers did not have a leading 0. the error is funny. Click to expand... But only for 8 and 9 Gruppe (01) till gruppe (07) forces no error Upvote 0
MarkusR said: integers did not have a leading 0. the error is funny. Click to expand... But only for 8 and 9 Gruppe (01) till gruppe (07) forces no error
MarkusR Well-Known Member Licensed User Longtime User Feb 1, 2019 #8 wigigo said: But only for 8 and 9 Gruppe (01) till gruppe (07) forces no error Click to expand... ähhmm, true, strange Upvote 0
wigigo said: But only for 8 and 9 Gruppe (01) till gruppe (07) forces no error Click to expand... ähhmm, true, strange