[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[platform-swt-dev] C++ component to SWT widget
|
- From: guigui.dac@xxxxxxx
- Date: Mon, 19 Dec 2005 16:20:41 +0100
- Delivered-to: platform-swt-dev@eclipse.org
- User-agent: Internet Messaging Program (IMP) 3.2.5
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