[comp.sys.mac.programmer] MBDF - Gimme a break?

hairston@henry.ece.cmu.edu (David Hairston) (04/25/91)

Two concerns:

1) I want to modify the behavior of the standard MBDF for my application
   only.  Neither of the following calling sequences seems to work:
...
InitProcMenu(myMBDF);
InitWindows();
...

or
...
InitWindows();
InitProcMenu(myMBDF);
...

    I don't explicitly call InitMenus() anywhere.  What do I have to do
    to get my MBDF (#200) running?  (myMBDF is 1600, etc. and I've been
    able to decipher how the standard MBDF works ...)

2) Is this gonna break in system 7.0?  and will the new MBDF be better
    documented?

  -dave-  
hairston@henry.ece.cmu.edu