Submitted by Anonymous on Fri, 06/28/2002 - 12:45. Developers
I`m using the MrmFetchWidget() function and when I execute my program, it crashs just before the use of this function.
The error is
"Segmentation fault (core dump)"
What does that mean?
Thank you for advance.
It really means that you should learn to use gdb or dbx. It also means that your problem is not in MrmFetchWidget(), unless the dump is really from "within" that call.