From: David B. <dav...@gm...> - 2011-02-02 21:46:52
|
Hi, On Wed, Feb 2, 2011 at 2:52 PM, deepak aggarwal <dee...@gm...> wrote: > Hi David > I am able to do so i.e by converting arguments into string and then > converting them back by simply loading these function from a dynamic library > but my main concern is that all the libraries which we use are written for > Linux environment and when we port them to different platform then we might > face problem. > Please comment on it. What libraries/platforms are you concerned about? Everything we use is supported on Linux, *BSD, OS-X, and Windows. We also try to support BeOS/Haiku as much as possible. There, we are limited by the lack of SDL_Pango and librsvg2. There are configure options to deactivate the use of these libraries for this reason (and for testing). I haven't tried building without these libraries in a while. Also, I'm not sure what you mean by "converting arguments by simply loading the function from a dynamic library". btw, I don't think you've requested to join our project on Alioth yet. You need to do this if you want to contribute. Thanks, David |