Re: [Freerdp-devel] Loading Custom simple Plugin

2012-12-06 Thread salil kanitkar
@Marc-André Moreau, Thanks for your comments & suggestions. On Thu, Dec 6, 2012 at 12:54 PM, Marc-André Moreau < marcandre.mor...@gmail.com> wrote: > Plugins have a naming structure which allows them to be identified more > easily. If your plugin is called "myping" then you should have it built a

Re: [Freerdp-devel] Loading Custom simple Plugin

2012-12-06 Thread Marc-André Moreau
Hi, Unless you add yourself in the build system and configure the proper cmake variables in your CMakeLists.txt scripts (take a look at other channels for samples) it won't get built statically. Since it is not built statically, your plugin will need to export the proper entry point, and be insta

Re: [Freerdp-devel] Loading Custom simple Plugin

2012-12-06 Thread salil kanitkar
Apologies for shamelessly replying to my own question, but can someone at least point out if I have an error in my command line? Is there another alternative than using /vc: for loading static virtual channel plugin for 1.1.0? On Wed, Dec 5, 2012 at 6:23 PM, Grindelwald G wrote: > I have a simpl