site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=w9DiozrVUm/fMW66yIYKSa5u/ELnSg13B4B8hIVyI/g=; b=Zc4fNTWp/uB636sQwSOdpCJq7oBLMrUcpliahEsJdw3C892puREBOZMSUeMRogLnjB xdJplpiYt7dsDKf4BbqjwoujE/dQmk1m+1c+XzjflHCl07m4xRkoPMaZZ8flMg76O4Fb TqAbMqIRzxkpPQxccnLx4eJKDdKBLO2O+SmBA= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=IN2UAeluO4EVhI+WdQcXHfxsuJ7rdm8bH6SutHSokcserJZQxK2BVzPiRWdqdCQ53n Ac7Z5JuUiNazZqVbeTP6cPFXymaDbY/cRJKOuSEoLIwmYbvL8cz2v1/a6be58RSBWJ8j pflnlwY+9AppBej2m6Gcm0h6lVlIBk5REcshg= Hello Terry, obj_getMetaClass() returns meta class but obj_getClass() returns class. I just tried to make a test Cocoa app and it seems that it works fine. I think my problem is not related to objc_getClass; will continue investigating it. Thanks, Donnie.
objc_getClass() is documented as returning the meta class instead of the class. I think you are possibly calling this on class 1 twice.
If this doesn't turn out to be the case, you should provide a small code project as part of the bug report you file.
-- Terry
_______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com