Y ykucuk Well-Known Member Licensed User Longtime User Jun 9, 2021 #1 I have error when compiling. I can't add error here because of 5000 chars limit. could you check attached file please. Attachments Error.txt 95.7 KB · Views: 235
I have error when compiling. I can't add error here because of 5000 chars limit. could you check attached file please.
Erel B4X founder Staff member Licensed User Longtime User Jun 10, 2021 #2 Looks like a conflict between iSD_XUIView2 and GestureRecognizer. Both declare a custom type named point. You will need to change one of them. Upvote 0
Looks like a conflict between iSD_XUIView2 and GestureRecognizer. Both declare a custom type named point. You will need to change one of them.