Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!hellgate.utah.edu!caen!sdd.hp.com!usc!nic.csu.net!beach.csulb.edu!lewicki From: lewicki@beach.csulb.edu (Dave Lewicki) Newsgroups: comp.lang.objective-c Subject: objc_msgSend(.... Message-ID: <1991Mar5.165819.27088@beach.csulb.edu> Date: 5 Mar 91 16:58:19 GMT Organization: Cal State Long Beach Lines: 15 Objective-C on the Next uses the C function objc_Send() to do the actual messaging. Next says to NEVER use this function in your own code. However, I need to get a pointer to a message. 1. Is this used in all implementations of Objective-C? Would using this function be portable? 2. Would use of this function be upward compatible with future releases of NextStep? please email responses - thanx D.L. P.S. I think that Objective-C and C++ go great together!