tchart Well-Known Member Licensed User Longtime User Jun 9, 2013 #21 I had this problem last night too. Brand new 2.71 project with only the Core library checked. I am busy converting a huge C++ project so its likely something it my code which is causing it. Erel, would you like a copy of the project?
I had this problem last night too. Brand new 2.71 project with only the Core library checked. I am busy converting a huge C++ project so its likely something it my code which is causing it. Erel, would you like a copy of the project?
Erel B4X founder Staff member Licensed User Longtime User Jun 10, 2013 #22 If you are unable to find the conflict then please send me the project.
tchart Well-Known Member Licensed User Longtime User Jun 10, 2013 #23 Thanks for the offer Erel. It turned out to be this line - which was defining a type which was already there; B4X: Type Rect (left As Long, top As Long, right As Long, bottom As Long) Commented that out and the odd behavior is gone.
Thanks for the offer Erel. It turned out to be this line - which was defining a type which was already there; B4X: Type Rect (left As Long, top As Long, right As Long, bottom As Long) Commented that out and the odd behavior is gone.