From: Panayotis K. <pan...@pa...> - 2011-06-14 12:00:53
|
I would like to ask a couple of things with C functions and XMLVM 1) I want to create an XMLVM for some Foundation functions, like for example the following: NSSearchPathForDirectoriesInDomains NSTemporaryDirectory In general, I am asking about some functions that do not really belong to a group but have distinct names. What do you think is the best naming convention? For example, one would be something like Foundation.functionName(...) or NS.functionName(...) or NSTemporaryDirectory.get(...) or anything similar. What do you think? 2) Are there any plans to properly support the "native" keyword with XMLVM? 3) Let's say that I have a library written in ObjC. What is the preferred way to "connect" this library with the C backend? What if this library is written in C? |