Hi 蜗牛,

On Wed, Jun 06, 2012 at 05:46:11PM +0800, 蜗牛 wrote:
> hi Ariel 
>   
>  I am  trying to achieve; 
>  develop an extension .
>   
>   
>  can vcl  module not give interface?
>   
>  I rember kde plugin use vcl module ?

You cannot "use" vcl directly, that is, you cannot include its headers
nor link against it. Extensions can only link against URE libraries, not
core libraries. If you need to design some user interface in your
extension you must use the AWT API (the toolkit module is a sort of vcl
wrapper):
http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/GUI/Graphical_User_Interfaces
http://www.openoffice.org/api/docs/common/ref/com/sun/star/awt/module-ix.html

The KDE plugin is *not* an extenison, it is build in the source tree and
linked against core libraries.


Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina

Attachment: pgpzMGBwuj090.pgp
Description: PGP signature

Reply via email to