We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
HI
I get this error upon compiling : Error: L6218E: Undefined symbol abort (referred from abort_message.cpp.o).
This is the only error I get.
How can I define it in my code?
Tried #include <signal.h> to set the SIGABRT handler. But got an error: file not found!
SIGABRT
How should I proceed?