Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] C++ component to SWT widget

Hello,

I have a C++ VCL component that I would like to implement as a SWT widget.

I intend to do as follows :
   1) Create a JNI oriented DLL from this C++ Component
   2) Create a Java class which extends Composite and load this DLL

But I wonder if it's possible ... I'm afraid that it's only possible to use the
plateform native widgets and not C++ components (such as TButton, TLabel, or
else, ...)

Is it possible or not ? Does anybody has a solution to my problem ?

Best regards,
Guillaume LEFEBVRE


Back to the top