[Audyssey] ScreenReaderAPI support question

2011-12-29 Thread QuentinC
Hello all, Now my ScreenReaderAPI.dll works with 5 screen readers on windows. I have a couple questions for you to organize future developments of the library. This library is currently used on 3 games: playroom, greenies and latest SoundRTS, but has the potential to be used on many other

[Audyssey] Thursday's Out of Sight events

2011-12-29 Thread Charles Rivard
Here are the events scheduled for Thursday, December 29th: Chain Reaction, Afternoon Style 2:00 PM eastern Hosted by Julie and Hawkeye Location: Game Zone Join us every Thursday, at 2:00 PM eastern, in the Game Zone. Bring lots of snacks and refreshments, sit back and be prepared to have

Re: [Audyssey] Facing the empire.

2011-12-29 Thread Thomas Ward
Hi Lisa, Well, if you don't have sendspace or Dropbox try sending the attachment to the USA Games support address: supp...@usagamesinteractive.com and I should get it if it isn't too big. If you are a first time sender to the USA Games support system you will have to confirm your e-mail address

Re: [Audyssey] Fw: Eamon Deluxe Update-12-27-2011

2011-12-29 Thread Thomas Ward
Hi Michael, I'm not an expert on how the Jaws video intercept driver works, but apparently it somehow works in tandem with the existing Windows APIs to provide spoken feedback to what is on screen. The video intercept driver Jaws supplies is not where Jaws gets most of its information though.

Re: [Audyssey] game startup problem

2011-12-29 Thread Thomas Ward
Hi, Not sure. Possibly different version of the API being used, slightly different settings, or something else. As a college prof once said to my class, programming is the easy part. Its debugging it that is so difficult. Oh, he was so right about that. Learning to program, and actually writing

Re: [Audyssey] ScreenReaderAPI support question

2011-12-29 Thread Thomas Ward
Hi Quentin, I hadn't thought about that but you are absolutely correct. It is extremely easy to access COM components in C#. You just have to reference the library under the list of COM references for your application and then create a COM object to point to the library. So no biggy. As for your

Re: [Audyssey] BGT competition - any interest?

2011-12-29 Thread john
I like the idea a lot, but I don't know enough about programming to participate. - Original Message - From: Philip Bennefall phi...@blastbay.com To: Gamers Discussion list gamers@audyssey.org Date sent: Tue, 27 Dec 2011 03:41:02 +0100 Subject: [Audyssey] BGT competition - any interest?

Re: [Audyssey] ScreenReaderAPI support question

2011-12-29 Thread Thomas Ward
Hi Quentin, This sounds great. Besides making this available to C/C++ developers I still think it is important we also make a .Net version as C# .NET and VB .NET are still viable languages for Windows. I know we talked about this some and got side tracked, but do you want to work with me to

Re: [Audyssey] game startup problem

2011-12-29 Thread Clement Chou
That's probably it... the fact that the game was configured for a Japanese screen reader which apparently needs those com objects to read Japanese text as speech. What I don't understand is why it works on one of my computers and not the other. lol - Original Message - From: Thomas

Re: [Audyssey] Thursday's Out of Sight events

2011-12-29 Thread Ron Schamerhorn
Hi Quinten This is a voice chat website. Sign up is free and there's a small download client required. The times are in EST, and it can be alot of fun. Ron - Original Message - From: QuentinC quent...@cfardel.net To: Gamers Discussion list gamers@audyssey.org Sent: Thursday,

Re: [Audyssey] Thursday's Out of Sight events

2011-12-29 Thread QuentinC
Hello, I know, It's not the first message of that sort, but what are these out of sight events ? A podcast, TV show or something like that ? --- Gamers mailing list __ Gamers@audyssey.org If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org. You can make changes or

Re: [Audyssey] Facing the empire.

2011-12-29 Thread Thomas Ward
Hi Lisa, No problem. As soon as I get it I'll take a look, and see what I can do. On 12/28/11, Lisa Hayes lhay...@internode.on.net wrote: Thanks Thomas have sent it off list. Its written in a menu system with it's own sounds, i'd like sounds but if not posible so be it. id like it to be as

Re: [Audyssey] game startup problem

2011-12-29 Thread Clement Chou
Hahahaha. I can totally see that... but I guess it is just different settings. but I asked him if he could delete the com object and he did, so it now works on my laptop... but instead of using the japanese screen reader itself, it's using sapi 5 with a japanese tts voice which works well.

Re: [Audyssey] BGT competition - any interest?

2011-12-29 Thread Thomas Ward
Hi John, Well, the nice thing about BGT is that it is designed for beginners, aspiring programmers, and you can learn quite a lot from reading the tutorials and sample games. I know I'm not exactly a new programmer but I've been going through the basic language tutorial and I can say it is

Re: [Audyssey] ScreenReaderAPI support question

2011-12-29 Thread QuentinC
Hello, For C#, I think you could just use the COM interface instead of rewriting the API from scratch. Use of a COM object is very easy in C# right ? We really need a mac developper... for linux we can wait a little, there isn't a lot of people using a linux desktop, but there are more and

Re: [Audyssey] game startup problem

2011-12-29 Thread Thomas Ward
Hi, Hmm...Hard to say without actually seeing the source code and testing. However, by the sounds of it there could be a problem with a string not properly being converted to unicode before being passed to a COM object. However, since Windows COM objects only accept unicode anyway I would think

Re: [Audyssey] What does API stand for?

2011-12-29 Thread Pitermach
API stands for application programming interface. Software provides API's for other programs to request information or have them perform actions. For example, SAPI is an API for microsoft's speech standard. Programs can request it to speak text, get the list of voices, etc. Each screen reader

Re: [Audyssey] What does API stand for?

2011-12-29 Thread Thomas Ward
Ron, API stands for application programming interface. What that means in down to earth language is it is a collection of libraries, dll files, that contain reusable code for building similar types of programs. For example, in Microsoft's .Net API there is a library called

Re: [Audyssey] Thursday's Out of Sight events

2011-12-29 Thread Charles Rivard
They are for online participation in real time. --- Shepherds are the best beasts, but Labs are a close second. - Original Message - From: QuentinC quent...@cfardel.net To: Gamers Discussion list gamers@audyssey.org Sent: Thursday, December 29, 2011 9:54 AM Subject: Re: [Audyssey]

Re: [Audyssey] Suggestion about the list

2011-12-29 Thread john
A bit late of a response, but I have to agree with you here. My personal standpoint is as little text as possible, but make it clear that there was a message change. - Original Message - From: dark d...@xgam.org To: Gamers Discussion list gamers@audyssey.org Date sent: Wed, 28 Dec 2011

Re: [Audyssey] Fw: Eamon Deluxe Update-12-27-2011

2011-12-29 Thread Thomas Ward
Hi Dark, I understand where you are coming from, and am just as annoyed at being stuck with having to use something like dosbox to play games that would or should be otherwise accessible if someone just wrote a proper interpreter for it. However, as a programmer I see where their coming from as

Re: [Audyssey] Facing the empire.

2011-12-29 Thread Lisa Hayes
Thanks thomas will do this. Lisa Hayes www.nutrimetics.com.au/lisahayes - Original Message - From: Thomas Ward thomasward1...@gmail.com To: Gamers Discussion list gamers@audyssey.org Sent: Friday, December 30, 2011 4:40 AM Subject: Re: [Audyssey] Facing the empire. Hi Lisa,

Re: [Audyssey] Fw: Eamon Deluxe Update-12-27-2011

2011-12-29 Thread dark
Hi tom. i know that is the usual situations as far as access goes, but to me there is a major difference betwene a game with huge amounts of agraphics that would require massive addaptation, and just printing some text to the screen. I have however had some good news, which is that the

Re: [Audyssey] Facing the empire.

2011-12-29 Thread Lisa Hayes
Thomas i sent it to the usagames site so it is their now, thanks a load i so appreciate this. Lisa Hayes www.nutrimetics.com.au/lisahayes - Original Message - From: Thomas Ward thomasward1...@gmail.com To: Gamers Discussion list gamers@audyssey.org Sent: Friday, December 30, 2011

Re: [Audyssey] Fw: Eamon Deluxe Update-12-27-2011

2011-12-29 Thread Michael Gauler
Hi Thomas, I see what you mean, but now I wonder... Firstly, why use Video Intercept or something else at all? My Desktop Computer has an NVIDIA Graphics card. Every year the NVIDIA software with drivers gets updated several times. If I update the Software and restart my machine as part of the