discuss-gnustep
[Top][All Lists]
Advanced

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

Re: About Refrence problem with gnuStep in windows


From: David Chisnall
Subject: Re: About Refrence problem with gnuStep in windows
Date: Mon, 9 Feb 2009 17:03:50 +0000

Without seeing any of your code it is impossible to say for certain what the problem is, but it sounds like you have created a new class interface without and #import directive pointing to the declaration of the superclass. Try putting this at the top of your header and see if the problem goes away:

#import <Foundation/Foundation.h>

David

On 9 Feb 2009, at 07:16, chintan adatiya wrote:

Hello Sir,

I am basically java developer.
I have just started to learn the Objective C using GNUStep.


I have installed "gnustep-system-0.22.0-setup.exe"
And also "gnustep-core-0.22.0-setup.exe".

I have a Intel Pantium Dual CPU E2140 @ 1.60 GHz
And Windows Service Pack 2 OS installed on my pc..

But I am getting following error:

cannot find interface declaration for `NSObject', superclass of `MyClass'

So Pleaze suggest what can be the problem.

Kindly Help Me out.

Thank You.
Regards,
Chintan Adatiya.

_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep





reply via email to

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