Hi Team,
Facing some issue while checking multiple query statement. Whether I am using query tab in wrong way if I am checking some query statement multiple statements by deleting and rewriting the same keywords again if required. Fresh window works fine with simple query but after checking some queries even simple query gives error which was working fine before.
Here is the error message:
ex: OnMouseMove
exception: size_t treewin__OnMouseMoveXX(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, TreeWin * t, int mx, int my)
ex: t->mousemove(hWnd,mx,my);exception: treewin__OnMouseMove
Is there any reason of this behaviour?
Thank you!