gnustep-webmasters
[Top][All Lists]
Advanced

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

question...


From: Lloyd Dupont
Subject: question...
Date: Tue, 30 Jan 2001 02:08:31 +0000

maybe you are not the right person to ask but i don't who join and i am
desesperate.

i cannot compile objectiveC because i don't have ObjectiveC runtime.

i found libobjc source somewhere but it don't want to compile, i miss
some script... configure don't run  properly...
i search a lot for objectiveC runtime or libojc and all that i found is
unix binaries version or uncompilable source....

what can i do ?
wh can i ask ?

i am running windows and i want to compile at least (if not foundation
!)
a very simple example like this:
--
#include <stdio.h>

@interface Toto
{
}
+ (void) titi;
@end

@implementation Toto
+ (void) titi
{
 printf("[Toto titi]\n");
}
@end

main()
{
 [Toto titi];
}
--




reply via email to

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