RSS/Atom feed Twitter
Site is read-only, email is disabled

How to replace the GPtrArray with a type in Delphi?

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

How to replace the GPtrArray with a type in Delphi? gmbros 17 Aug 08:50
  How to replace the GPtrArray with a type in Delphi? Sven Neumann 17 Aug 09:04
gmbros
2006-08-17 08:50:45 UTC (over 17 years ago)

How to replace the GPtrArray with a type in Delphi?

Dear ladies and gentlemen,

I want to translate the Intelligent Scissors Tool of Gimp to Pascal with Delphi. But I encounterd a lot of questions. Such as what does the GPtrArray mean? How to replace it with a type in Delphi. Dose anyone here know how to translate the C code to Pascal? Help me, please.

Best regards.

Sven Neumann
2006-08-17 09:04:15 UTC (over 17 years ago)

How to replace the GPtrArray with a type in Delphi?

Hi,

On Wed, 2006-08-16 at 23:50 -0700, gmbros wrote:

I want to translate the Intelligent Scissors Tool of Gimp to Pascal with Delphi. But I encounterd a lot of questions. Such as what does the GPtrArray mean? How to replace it with a type in Delphi. Dose anyone here know how to translate the C code to Pascal? Help me, please.

GPtrArray is documented in the GLib API reference manual.

May I ask what you are working on?

Sven