Skip to main content

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


There just isn't enough information to give a sensible answer to this question.  What's a TButton?  What platform are you running on?



guigui.dac@xxxxxxx
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx

12/19/2005 10:20 AM

Please respond to
"Eclipse Platform SWT component developers list."

To
platform-swt-dev@xxxxxxxxxxx
cc
Subject
[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
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top