Voice SPEAKING

Re: Voice SPEAKING

Postby Antonio Linares » Thu May 16, 2013 2:31 pm

Windows 7 properly supports it, as you can check with this test:

speak.vbs
Code: Select all  Expand view
dim tts

set tts = createobject("sapi.spvoice")

tts.speak "hello world"


double click on that vbs file and Windows 7 will say it :-)

so this seems as a Borland uncompatibility problem. There is almost nothing that we can do there, except build it with Microsoft if you need voices
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41366
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Voice SPEAKING

Postby Antonio Linares » Thu May 16, 2013 2:37 pm

regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41366
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Voice SPEAKING

Postby lucasdebeltran » Thu May 16, 2013 5:20 pm

Antonio,

When you have time, could you please try with latest BCC 6.5 and FWH built with 6.5?.

It will be also an important test to see if BCC 5.82 is now too old.

Thanks.
Muchas gracias. Many thanks.

Un saludo, Best regards,

Harbour 3.2.0dev, Borland C++ 5.82 y FWH 13.06 [producción]

Implementando MSVC 2010, FWH64 y ADO.

Abandonando uso xHarbour y SQLRDD.
User avatar
lucasdebeltran
 
Posts: 1303
Joined: Tue Jul 21, 2009 8:12 am

Re: Voice SPEAKING

Postby Enrico Maria Giordano » Thu May 16, 2013 5:32 pm

lucasdebeltran wrote:When you have time, could you please try with latest BCC 6.5


The latest BCC is 6.60. :-)

EMG
User avatar
Enrico Maria Giordano
 
Posts: 8356
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: Voice SPEAKING

Postby Silvio.Falconi » Thu May 16, 2013 6:51 pm

Enrico,
exist a free version to download ?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6834
Joined: Thu Oct 18, 2012 7:17 pm

Re: Voice SPEAKING

Postby Enrico Maria Giordano » Thu May 16, 2013 7:19 pm

No, as far as I know. :-(

EMG
User avatar
Enrico Maria Giordano
 
Posts: 8356
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: Voice SPEAKING

Postby Antonio Linares » Thu May 16, 2013 9:41 pm

Lucas,

I think it would be a much clever desition to migrate to Microsoft Visual Studio 2010/2012.

These days I have been working more with it and it provides really great tools to analize performance, low level debug, best integration with Microsoft (obviously) :-)

Lately I enjoy Microsoft new tools instead of Borland ones (too complex, too heavy, too changing). If we develop for Windows, why don't we use Microsoft tools ? :-) and Harbour + FWH ;-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41366
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Voice SPEAKING

Postby Enrico Maria Giordano » Thu May 16, 2013 9:51 pm

Antonio Linares wrote:Lately I enjoy Microsoft new tools instead of Borland ones (too complex, too heavy, too changing).


I would use those three "too"s just for Microsoft! :-) What is complex, heavy or changing in Borland compilers?

EMG
User avatar
Enrico Maria Giordano
 
Posts: 8356
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: Voice SPEAKING

Postby Antonio Linares » Thu May 16, 2013 9:59 pm

Enrico,

If you compare bcc32.exe with cl.exe they are basically the same (quite similar, as they are the compilers). The libraries and the header files are almost identical, The same applies to the linkers, so whats the difference ?

Lets say you want to use a low level debugger ? I just need a C/C++ debugger. A good one. Visual Studio one works really fine and you can get it for free.

And the Visual Studio profiler is great. Yesterday I was analizing FWH apps with it and getting real valuable info.

Sadly Borland dropped the "easy" way, not proving an easy to download compiler, free, that everybody could use. Now if you want it, you have to install something huge (try it and you will get really scared about it). Incredibly Microsoft has become simpler on this, and Borland lost its simplicity.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41366
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Voice SPEAKING

Postby Enrico Maria Giordano » Thu May 16, 2013 11:04 pm

Understood Master! :-)

EMG
User avatar
Enrico Maria Giordano
 
Posts: 8356
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: Voice SPEAKING

Postby Richard Chidiak » Fri May 17, 2013 4:42 am

I completely agree with Antonio's point of view. Msvc is the way to go.

I have migrated all my applications to Harbour /Msvc 2010

Everything running smooth so far

Hth

Richard
http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013
User avatar
Richard Chidiak
 
Posts: 946
Joined: Thu Oct 06, 2005 7:05 pm
Location: France

Re: Voice SPEAKING

Postby lucasdebeltran » Fri May 17, 2013 8:50 pm

Hello,

Here explains how to obtain BCC 6.60:
https://groups.google.com/forum/?fromgr ... m5ACz3_mN0

I beleive it is not ilegal to indicate links ;).

If not, I am sorry.
Muchas gracias. Many thanks.

Un saludo, Best regards,

Harbour 3.2.0dev, Borland C++ 5.82 y FWH 13.06 [producción]

Implementando MSVC 2010, FWH64 y ADO.

Abandonando uso xHarbour y SQLRDD.
User avatar
lucasdebeltran
 
Posts: 1303
Joined: Tue Jul 21, 2009 8:12 am

Re: Voice SPEAKING

Postby Antonio Linares » Fri May 17, 2013 9:16 pm

Lucas,

Embarcadero software has to be downloaded from Embarcadero website, so please don't provide any links for other sources, thanks
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41366
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Previous

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: lzanardo and 32 guests