Search found 8 matches

by sebs
Mon Apr 16, 2018 8:36 am
Forum: C++ Development
Topic: Triggering the GUI
Replies: 6
Views: 1160

Re: Triggering the GUI

Both applications are under my control but both of them do not use wxWidgets, so the first option won't suit me. The data processing has to be done when demanded by the yser in the GUI after clicking one button from it, but once it is clicked, it has to go uner the 0.1 miliseconds range, but it is o...
by sebs
Fri Apr 13, 2018 11:54 am
Forum: C++ Development
Topic: Triggering the GUI
Replies: 6
Views: 1160

Re: Triggering the GUI

They are two different applications. One process has to read data from the gpio of a Raspberry Pi and the other one has to reproduce in the interface the data read. I can not put both of them under the same process as I need to do this in multi-processing, due to time constraints. Thanks for any kin...
by sebs
Thu Apr 12, 2018 4:58 pm
Forum: C++ Development
Topic: Triggering the GUI
Replies: 6
Views: 1160

Triggering the GUI

Hi, I am a bit of a starter with wxWidgets. I am trying to develop a program that that creates another one with a Fork. The idea is that one of them does some operations and the second one shows the interface that I have created with wxWidgets. I was wondering if anyone knows which method of the .h ...
by sebs
Thu Apr 05, 2018 7:04 pm
Forum: Compiler / Linking / IDE Related
Topic: Problem when building wxWidgets
Replies: 10
Views: 5454

Re: Problem when building wxWidgets

Yes!!!! It has worked, I had to add the dynamic library (don't know why I had chosen the static option). Now it runs perfectly, thank you very much guys. Hope I don't have more problems for the next days :o :o :o
by sebs
Thu Apr 05, 2018 4:03 pm
Forum: Compiler / Linking / IDE Related
Topic: Problem when building wxWidgets
Replies: 10
Views: 5454

Re: Problem when building wxWidgets

You were right, I had compiled the libraries with tdm and the code blocks with another one. Now, I have changed it and the errors are new ones. So, what I have done is to re-install code blocks to its newest version and put all the compilers the same and work with 3.1.1 (sorry for so many changes I ...
by sebs
Wed Apr 04, 2018 4:38 pm
Forum: Compiler / Linking / IDE Related
Topic: Problem when building wxWidgets
Replies: 10
Views: 5454

Re: Problem when building wxWidgets

Sorry for the delay, I could not answer before, what I am compiling is: mingw32-g++.exe -pipe -mthreads -D__GNUWIN32__ -D__WXMSW__ -DwxUSE_UNICODE -Wall -O2 -IC:\wxWidgets-3.0.3\include -IC:\wxWidgets-3.0.3\lib\gcc_lib\mswu -c C:\Users\SEBASTIÁN\Documents\Universidad\TFG\PruebaThibault\PruebaThibaul...
by sebs
Tue Apr 03, 2018 11:32 am
Forum: Compiler / Linking / IDE Related
Topic: Problem when building wxWidgets
Replies: 10
Views: 5454

Re: Problem when building wxWidgets

To be honest, I was looking forward to change to any 3.0.x library, as when I try to build my GUI it comes up with this error: ||=== Build: Release in Prueba30 (compiler: GNU GCC Compiler) ===| obj\Release\Prueba30App.o:Prueba30App.cpp|| undefined reference to `wxAppConsoleBase::CheckBuildOptions(ch...
by sebs
Mon Apr 02, 2018 4:11 pm
Forum: Compiler / Linking / IDE Related
Topic: Problem when building wxWidgets
Replies: 10
Views: 5454

Problem when building wxWidgets

Hello everybody, as the title suggests, I am starting with wxWidgets. I've been a couple of ours trying to build my wxWidgets 3.0.4 library and I just keep receiving the same error: c:\mingw\include\stdio.h:345:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__mingw__snprintf' ex...