I have this situation:
I have my application implemented as propriety library. (Like a GUI component that could be embedded in something else)
I have a virtual keyboard library that is GPL.
I would like to sell my application with the virtual keyboard.
Can I legally make a wrapper (that then should be GPL licensed) that embeds my application and adds the virtual keyboard functionality?
EDIT
Reaction to the comments below:
I do not own the virtual keyboard library.
My situation is a bit different than the ones discribed in other threads I've found.
[--------------------Wrapper (GPL)----------------------------]
^ ^
| Dynamic link | Dynamic link
| |
[-Virtual keyboard (GPL)-] [-My application as GUI component-]
There is no direct communication between the keyboard and my application.