[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Mingw-users] question on ObjectiveC
From: |
Christian Edward Gruber |
Subject: |
Re: [Mingw-users] question on ObjectiveC |
Date: |
Tue, 30 Jan 2001 04:45:07 -0800 |
GNUstep now includes a modified libobjc so check with them. I'm forwarding
this question to discuss-gnustep@gnu.org.
regards,
Christian.
----- Original Message -----
From: "Lloyd Dupont" <lloyd@galador.net>
To: <mingw-users@lists.sourceforge.net>
Sent: Monday, January 29, 2001 6:19 PM
Subject: [Mingw-users] question on ObjectiveC
> i desperatly try to compile ObjectiveC but i can't manage because i lack
> ObjectiveC runtime (library for objectivec's objects and messages
> management)
>
> 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 ?
> who can i ask ?
>
> i want to compile at least (if not GNUstep's 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];
> }
> --
>
>
>
> _______________________________________________
> MinGW-users mailing list
> MinGW-users@lists.sourceforge.net
>
> You may change your MinGW Account Options at:
> http://lists.sourceforge.net/lists/listinfo/mingw-users
>
>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Mingw-users] question on ObjectiveC,
Christian Edward Gruber <=