Search found 71 matches

by marco_84
Wed Jan 13, 2021 9:21 pm
Forum: General Development
Topic: wxtts or text to speech maintained in 2020
Replies: 5
Views: 7148

Re: wxtts or text to speech maintained in 2020

I need it just understandable
by marco_84
Wed Jan 13, 2021 7:12 pm
Forum: General Development
Topic: wxtts or text to speech maintained in 2020
Replies: 5
Views: 7148

Re: wxtts or text to speech maintained in 2020

Hi Doublemax, thanks for the reply,
as the SAPI are obsolete
what can i use of API to develop still supported?
I want to make a voice announcement as soon as the application starts
pronouncing the event vocally
for example: "insurance policy expiry on March 5, 2021"

thanks

Marco_84
by marco_84
Mon Dec 21, 2020 7:17 pm
Forum: General Development
Topic: wxtts or text to speech maintained in 2020
Replies: 5
Views: 7148

wxtts or text to speech maintained in 2020

Hi everyone, I wanted to know if there is a component of wxwidgets as an alternative to wxtts that I found on sourceforge.net but which has been abandoned for many years, I need it to have an audio notification for a deadline, which announces the deadline as soon as an expiration date is reached I t...
by marco_84
Thu Apr 09, 2020 7:28 pm
Forum: Platform Related Issues
Topic: wxWidgets on old operating system
Replies: 21
Views: 3546

Re: wxWidgets on old operating system

Hello everybody in version 2.8.12 there are no build errors, I can try to do the single build of the libraries, to do this however I need help on how to do it because I don't know visual C++. With mingw, msys, gcc and make it was enough to give the commands: ./configure, make and make install and ev...
by marco_84
Thu Apr 09, 2020 6:44 pm
Forum: Platform Related Issues
Topic: wxWidgets on old operating system
Replies: 21
Views: 3546

Re: wxWidgets on old operating system

Hi Doublemax I created version 2.8 and version 3.0 of the wxwidgets but in both versions it doesn't create the library core .lib, in version 2.8.12 it only creates the library: wxmsw28d_adv.lib while in version 3.0.4 it creates the libraries: wxjpegd.lib, wxpngd.lib, wxtiffd.lib, wxregexud.lib, wxex...
by marco_84
Wed Apr 08, 2020 10:04 pm
Forum: Platform Related Issues
Topic: wxWidgets on old operating system
Replies: 21
Views: 3546

Re: wxWidgets on old operating system

Hi doublemax I took the wx widgets 2.8.12 and compiled them but now I cannot find the wx\prec.h file when I compile minimal.cpp compiling the wx 3.0.4 I was able to get to the error on the linker the wx3.0.4 folder I had deleted from explorer what should I do to restore the build without reinstallin...
by marco_84
Wed Apr 08, 2020 7:31 pm
Forum: Platform Related Issues
Topic: wxWidgets on old operating system
Replies: 21
Views: 3546

Re: wxWidgets on old operating system

Hello everybody I managed to install wxwidgets on visualstudio 6.0 with serviepack 6 I tried to compile the minimal example project but I get this error: Deleting intermediate files and output files for project 'minimal - Win32 Debug'. --------------------Configuration: minimal - Win32 Debug--------...
by marco_84
Sun Apr 05, 2020 4:45 pm
Forum: Platform Related Issues
Topic: wxWidgets on old operating system
Replies: 21
Views: 3546

Re: wxWidgets on old operating system

Hi PB I tried with visual studio 2005 but it only works from win2000 and newer versions of windows. I also tried visual studio 6.0 and it installs correctly on win98 but wxwidgets 3.0.4 doesn't contain the right file, I suppose I need an older version of wxwidgets can you recommend me an alternative...
by marco_84
Sat Apr 04, 2020 7:47 pm
Forum: Platform Related Issues
Topic: wxWidgets on old operating system
Replies: 21
Views: 3546

Re: wxWidgets on old operating system

hello Oneeyeman
where I find this dsw file to compile the wxwidgets?


marco_84
by marco_84
Sat Apr 04, 2020 7:11 pm
Forum: Platform Related Issues
Topic: wxWidgets on old operating system
Replies: 21
Views: 3546

Re: wxWidgets on old operating system

Hello everybody

I have two old vintage PCs and I would like to try to have fun on those with my brother too

in visualstudio I don't know how to compile wxWidgets 3.0.4, could you give me a link with the instructions to compile wxwidgets 3.0.4 with visual studio 2005

Thanks for your help

marco_84
by marco_84
Sat Apr 04, 2020 6:29 pm
Forum: C++ Development
Topic: Seeking advice on application architecture for mutually exclusive top "UIs"
Replies: 8
Views: 983

Re: Seeking advice on application architecture for mutually exclusive top "UIs"

Hi Gabriele Giuseppini my idea would be to try to do a while loop on the main function "OnInit"

marco_84
by marco_84
Sat Apr 04, 2020 6:14 pm
Forum: Platform Related Issues
Topic: wxWidgets on old operating system
Replies: 21
Views: 3546

Re: wxWidgets on old operating system

Hello everybody

what are the older versions of the wxwidgets that support the operating systems mentioned in my first post?

and if there are always on the internet, which compilers should I use?


thanks for the clarification

marco_84
by marco_84
Sat Apr 04, 2020 4:52 pm
Forum: Platform Related Issues
Topic: wxWidgets on old operating system
Replies: 21
Views: 3546

wxWidgets on old operating system

Hello everybody, I want to bring my creations also on the old operating systems: Win2000, Win98 and MSDos On Windows2000 I get the following error when I start the program: The Attach Console entry point of the procedure could not be found in the KERNEL32.dll dynamic link library what has changed in...
by marco_84
Sat Apr 04, 2020 4:08 pm
Forum: C++ Development
Topic: [Solved] problem with socket program for p2p
Replies: 45
Views: 6898

Re:[Solved] problem with socket program for p2p

Hello everybody after many attempts and help I inform you that I did it!!! now the PCs connect and exchange messages without problems thank you Doublemax and Nunki for your valuable help now I continue with the implementation alone, I think I can continue I attach the working example of the p2psocke...
by marco_84
Fri Apr 03, 2020 10:41 am
Forum: C++ Development
Topic: [Solved] problem with socket program for p2p
Replies: 45
Views: 6898

Re: problem with socket program for p2p

Hello everybody I still need your help, I managed to make the multiple connection but I get the following error: ./src/common/socket.cpp(1984): assert "(flags & wxSOCKET_BLOCK) || wxIsMainThread()" failed in wxSocketClient(): Non-blocking sockets may only be created in the main thread ...