Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~407 People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for mcco1

You might want to implement your own HTTP client. In Visual, you've got CAtlHttpClientT with a number of methods for extracting either raw response data or even structured header/body.

Member Avatar for zautner
0
138
Member Avatar for Divinginthesky

Yeah, it seems the path variable doesn't point to "." (a current directory). You may add to your ~/.bashrc something like PATH=$PATH:., or just add the explicit path of your output directory.

Member Avatar for zautner
0
116
Member Avatar for atch

It's gonna work, once you get rid of those "sizeof"'s, which actually always return the size of integer. The right invocation might look like: <code> fout.write("<name>", 7); </code>

Member Avatar for atch
0
93
Member Avatar for zautner

Hello. I'm looking for some reference C++ code of IAccessible and/or IAccessible2 clients. Actually, any reference code, which deals with the major web browsers through their accessibility interfaces (in both Win and Lnx).

0
60

The End.