pea
developer
Hi all,
Trying to compile libmikmod I have already debugged one error where a pointer wasn't being initialised to NULL. Is there a way to get the compiler to automatically do this at compile time (set all new pointers to NULL?).
The reason I ask is because surely, libmikmod being the widely used library it is, I can't be the first to pick up this error, and the project can't be as established as it is with an error this fundemental - so the problem must be at compile time?
Trying to compile libmikmod I have already debugged one error where a pointer wasn't being initialised to NULL. Is there a way to get the compiler to automatically do this at compile time (set all new pointers to NULL?).
The reason I ask is because surely, libmikmod being the widely used library it is, I can't be the first to pick up this error, and the project can't be as established as it is with an error this fundemental - so the problem must be at compile time?