Hello World,
I have a Delphi file and this files contains a function type
type TEventCallbackEx = function(data : pointer) : boolean of object;
This function type is showed as "ata" in the left column under "Functions"
Best regards Andreas
On Tue, 22 Aug 2006 08:03:53 +0200, Andreas Tscharner andy@vis.ethz.ch wrote:
Hello World,
I have a Delphi file and this files contains a function type
type TEventCallbackEx = function(data : pointer) : boolean of object;
This function type is showed as "ata" in the left column under "Functions"
Possibly fixed with r756. Now it is recognised as a function and will be added to the list of functions. But I'm not sure whether this can break anything else. So, please test it and report if anything else is broken or behaves unexpectedly.
Regards, Enrico
-- Get my GPG key from http://www.uvena.de/pub.key
Enrico Tröger wrote:
On Tue, 22 Aug 2006 08:03:53 +0200, Andreas Tscharner andy@vis.ethz.ch wrote:
[snip]
type TEventCallbackEx = function(data : pointer) : boolean of object;
I have made a short test yesterday evening (r761) on my Linux system and it worked. For a more elaborate test, I'll have to wait for the next Windows version, because I use Pascal/Delphi files for my work and I have to use Windows.
Best regards Andreas