when i run my application i got "Memory fault(coredump)" run-time error, what might be the possible cause for this?
Thanks

my compiler is AIX visual age C++ compiler, and the application runs on AIX OS

this post at this address helped me solve the problem :
http://www.sqrug.org/sqr-users/sqrusers_00q3/msg00616.html
apparently, i forgot to initialize my pointer and tried to use it in the program. Such memory fault(coredump) errors are apparently caused by use of an undefined variable.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.