This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
I'm having problem with connect. My problem is: I have a class called eventos (events) that will manage all the objects events (buttons, lists etc...) but when I call an event, it gives me an memory reading error. Here is my code: My main class: #include "ratagbc.h" #include "eventos.h" RataGBC::RataGBC(QWidget [...] read more