On 04/14/2011 02:29 PM, Harold LEBOULANGER wrote: > On Wed, Apr 13, 2011 at 11:56 PM, Mads Kiilerich<[email protected]> wrote: >> Harold LEBOULANGER wrote, On 04/13/2011 01:51 PM: >>> >>> Hello, >>> >>> I'm working on a project where I can't use dynamic library loading. >> >> Why not? > > Because of many restrictions in the iOS SDK that prevent dynamic > library loading :) > Is there a way to support some virtual channels and some sound plugin, > but linked statically?
So it is a question of supporting a new platform. The channel (plugin) manager would have to be ported to support that platform. I don't see any reasons why that porting couldn't use static linking instead of dynamic, but no matter what it is probably not trivial. The channel manager do also not yet support windows, but freerdp is highly usable on windows anyway. I suggest you focus on getting the main part of freerdp working first and contribute that back. /Mads ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ Freerdp-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freerdp-devel
