5
« on: January 26, 2013, 06:32:16 am »
ok, the idea is this, i wanted to know how dfsdk works and how can i use more functionality, first of all, you can use string.h, stdlib.h, etc, but all of those libraries are not documentated... how many other libraries are supported?, second the base of dfsdk compilation must be a mac/xcode process, then... can i use all the power of objective-c functions? well researching i found that i can mix cpp code and objective c in an easy way if my compiler is setted and my start point is in objective-c thats is not our case. we need to use objective-c classes and functions from cpp, well we need to do all these thing in runtime and here is where the runtime.h and message.h do their aparition, with thus libraries i can instantiate and use objective-c classes, corefoundation.h and coregraphics.h are only receive and for bypassing arguments like the rectangles.