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


You should be able to do it.
Have you read this article?
http://www.eclipse.org/articles/Article-Writing%20Your%20Own%20Widget/Writing%20Your%20Own%20Widget.htm
Carolyn



Steve Northover/Ottawa/IBM@IBMCA
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx

12/19/2005 10:31 AM

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

To
"Eclipse Platform SWT component developers list." <platform-swt-dev@xxxxxxxxxxx>
cc
Subject
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

_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top