Description:
The Objective-C language and environment.
|
|
|
ObjC compiler libobjcgbarm for ARM, 6502 WIP
|
| |
Here is the project, [link]
I wrote it out of my head, can contain bugs but compiles.
There's 6502 support some ARM7 support and a GameBoyAdvance toolkit in the works.
Includes libcarm, libc written with macros and objc. The whole project compiles with GNUstep makefiles.... more »
|
|
sigcm , libsigc++ for GNUstep's ObjC - WIP, GPLv2
|
| |
Hi all,
There's a small feature list implemented, you can instantiate a signal, connect it and emit. Written out of the blue, uses GNUstep library makefile - WIP.
It is hosted at [link] , there's one tarball and git has the latest version.
sigcm defaults to void* function return values and arguments, I do not intend to write a objc++ version as libsigc++ can be used for that. Then again, I want to use it in GNUstep's ObjC.... more »
|
|
simple array question
|
| |
this array creation and assignment does not work on xcode on mac (latest download). However, this array creation and assignment works just fine on visual studio. what am missing? is it a configuration issue? I know that the array initializes. if i remark out the assignment line the file will compile and i can read the array. I don't understand why the assignment line is not recognized as the already defined array.... more »
|
|
|