Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Widgets - General questions or Mixed problems » Problems with UNICODE (AccessibleObjectFromPoint@16) ?
Problems with UNICODE (AccessibleObjectFromPoint@16) ? [message #41587] Thu, 02 January 2014 17:14 Go to next message
kbyte is currently offline  kbyte
Messages: 87
Registered: July 2008
Member
Hi
I am trying to execute this code:


#include <Oleacc.h>
...
void test::OnTestClick()
{
POINT ptScreen;
ptScreen.x=10;
ptScreen.y=10;
IAccessible *ppacc;
VARIANT pvarChild;

AccessibleObjectFromPoint(ptScreen,&ppacc, &pvarChild);
}

But there is a link error:

C:/upp/MyApps/test/main.cpp:23: undefined reference to `AccessibleObjectFromPoint@16'


How to fix this?


Kim

[Updated on: Thu, 02 January 2014 17:16]

Report message to a moderator

Re: Problems with UNICODE (AccessibleObjectFromPoint@16) ? [message #41588 is a reply to message #41587] Thu, 02 January 2014 17:54 Go to previous message
kbyte is currently offline  kbyte
Messages: 87
Registered: July 2008
Member
Opsss...
It is not unicode. It is lacking of corresponding lib.

Done

Kim
Previous Topic: Controls4U - Internet Explorer ActiveX
Next Topic: Help needed using IAccessible COM interface
Goto Forum:
  


Current Time: Thu Mar 28 10:08:34 CET 2024

Total time taken to generate the page: 0.01990 seconds