Trap manager
Trap manager
- Subject: Trap manager
- From: Deepak Kumar Singh <email@hidden>
- Date: Wed, 8 Jan 2003 09:40:15 +0530
Hi ,
I am trying to play with darwin kernel....
in MAC OS X onwards Trap manager is not available ....
is there any mechanism to get system menu handle from kernel extension ???
this code is obsolete in MAC OS X
/***********************************************/
gOldDrawMenuBar = GetToolTrapAddress(_DrawMenuBar);
SetToolTrapAddress((ProcPtr)MyDrawMenuBar,_DrawMenuBar);
/***********************************************/
If any body know the solution ..please let me know...
another problem is to load a dynamic link library in third party application
????
any solution is welcome ...
many thanx in advance
Regards
Deepak
_______________________________________________
darwin-kernel mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/darwin-kernel
Do not post admin requests to the list. They will be ignored.