Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Advanced Graphics Platforms


No, SWT does not ship the bindings for GDI+ for the Windows CE port. Last I check GDI+ was not available on the SDK we use to compile that port.

Silenio


From: <var@xxxxxxxxxxxxxxx>
To: "Eclipse Platform SWT component developers list." <platform-swt-dev@xxxxxxxxxxx>
Date: 10/14/2009 11:16 PM
Subject: Re: [platform-swt-dev] Advanced Graphics Platforms
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx





Is SWT Advanced Graphics supported for Windows CE?
 
GDI+ is at least partially implemented for Windows Mobile 5.0 and later (but not any version of the Windows Mobile Smartphone platform). Despite that, there's no public API for it in the Microsoft SDKs for Windows Mobile. Some third-party libraries claim to provide GDI+ wrappers for Windows Mobile, however.
 
----- Original Message -----
From: Silenio Quarti
To: Eclipse Platform SWT component developers list.
Sent: Tuesday, September 29, 2009 11:20 AM
Subject: Re: [platform-swt-dev] Advanced Graphics Platforms


SWT Advanced Graphics uses:


GDI+ on windows platforms

Cairo on *NIX platforms

Quartz on the Mac


GDI+ is not available on Windows 2000, Windows NT 4.0  and Window 98/ME. For these platforms, there is a redistributable package available.


Cairo is available on any system that have GTK 2.8 or higher (RedHat 5).


Quartz/Cocoa is available on all platforms SWT supports.


Silenio


From: "Eguchi, Glenn" <Glenn.Eguchi@xxxxxxxxxxx>
To: <platform-swt-dev@xxxxxxxxxxx>
Date: 09/24/2009 05:18 PM
Subject: [platform-swt-dev] Advanced Graphics Platforms
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx






Hi all-
The SWT docs say that advanced graphics may not be available on certain
platforms. I have a couple questions regarding this:

1) What constitutes the "platform"? Is it a combination of the
OS/jvm/graphics-card?

2) Are there any major platforms that don't work?

I'm basically trying to figure out whether, for most users today(2009),
Advanced Graphics is almost-always, usually, or sometimes available.

Thanks,
-glenn

<DIV><FONT size="1">

E-mail confidentiality.
--------------------------------
This e-mail contains confidential and / or privileged information belonging to Spirent Communications plc, its affiliates and / or subsidiaries. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution and / or the taking of any action based upon reliance on the contents of this transmission is strictly forbidden. If you have received this message in error please notify the sender by return e-mail and delete it from your system. If you require assistance, please contact our IT department at helpdesk@xxxxxxxxxxx.

Spirent Communications plc,
Northwood Park, Gatwick Road, Crawley, West Sussex, RH10 9XN, United Kingdom.
Tel No. +44 (0) 1293 767676
Fax No. +44 (0) 1293 767677

Registered in England Number 470893
Registered at Northwood Park, Gatwick Road, Crawley, West Sussex, RH10 9XN, United Kingdom.

Or if within the US,

Spirent Communications,
26750 Agoura Road, Calabasas, CA, 91302, USA.
Tel No. 1-818-676- 2300

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


Back to the top