Hi Fokes:
I'm in the process of writing a stand-alone application that communicates with
the latest version of the window-eyes sdk.
I've got the following c++ code:
_Braille* braille;
HRESULT ComCallResult =WinEyesApplication->get_Braille(&braille);
I am given aa c2664 error (visual c++ 2010) telling me that the get_braille
cannot take an _braille object, but needs a Braille object.
When I define said object I'm told that this object doesn't exist.
I'm including Wineyes.h, and wineyes_i.c in my project and including wineyes.h
in my cpp file.
Any help appreciated.
Cheers
Sean.