|
From: Jonathan D. <jo...@js...> - 2007-07-24 21:17:36
|
On 24 Jul, Dietmar Segbert <die...@gm...> wrote: > i have created a speak.exe for DOS with djgpp. form > espeak-1.28-source.zip > In the rar-file are the changes. Thanks. I have included your changes in speak.cpp. I have also included your wfunk.cpp into readclause.cpp. Try espeak version 1.28.02 from: http://espeak.sf.net/test/latest.html Therefore you can use the standard speak.cpp file and you don't need wfunk.cpp. Add these lines to your speech.h file to select conditional compilation for DOS. I hope this works OK, please tell me. #define PLATFORM_DOS #define NEED_WCHAR_FUNCTIONS |