discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: objc_msg_send not working (windows)


From: Wim Oudshoorn
Subject: Re: objc_msg_send not working (windows)
Date: Wed, 12 Apr 2006 11:29:33 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/22.0.50 (darwin)

"Lloyd Dupont" <lloyd@nova-mind.com> writes:

> I decide to hack objc_msg_lookup and get_imp as well.
> it seems that get_imp is seldom used and I see a lot of objc_msg_lookup.
>
> Now the problem is, my wrapper is using MamagedC++ wrapper is using
> get_imp and not objc_msg_lookup.
> Is ther something wrong with that?

No, there should be nothing wrong with that. 
As far as I knot the only difference is that 
get_imp expects a classs as its  first argument
and objc_msg_lookup an actual instance.

Wim Oudshoorn.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]