User Tools

Site Tools


object-c

This is an old revision of the document!


필요한 라이브러리 설치

$ sudo apt-get install gobjc libobjc2 build-essential scons

기본적인 빌드 방법

$ cc -Wall main.m MyObject.m -lobjc_gc -ldl

tips

  • GNUStep에서 NS로 시작하는 기본 객체들은 GNU Objective-c에서 NS가 빠진 이름으로 사용한다.

#import <Foundation/NSObject.h> 대치 법

#import <objc/Object.h>
 
@compatibility_alias NSObject Object;

references

object-c.1293778951.txt.gz · Last modified: 2013/08/03 05:04 (external edit)