Steven Edwards wrote:
While we are on the subject, could anyone point me to a reference that would show how I can create a mib file using C?
You meant Nib? It is binary format which is some Mac equivalent of Windows RES format. So this is not a source code.
Nib can be created from Xib source files (XML files) via "ibtool".
Cheers,