JohaViss
31-Oct-2008, 10:46 AM
I am using both the Delphi version and the .NET version of Eurekalog.
I get elf files for both types of applications.
When opening an elf file the icons in the Call-Stack list are sometimes wrong. (On my main development PC they are allways the Delphi icons, On my backup pC they are allways the Visual Studio icons):confused:
I am not sure but it looks like the viewer uses thy icons from the last installed version.:eek:
Maybe the application type must be added to the elf file.
(something like this:
ApplicationType:
----------------
Win32
or
ApplicationType:
----------------
.NET
)
The first version for Delphi/C++ Builder, the second for .NET applications
Regards ,
Johan Visser
I get elf files for both types of applications.
When opening an elf file the icons in the Call-Stack list are sometimes wrong. (On my main development PC they are allways the Delphi icons, On my backup pC they are allways the Visual Studio icons):confused:
I am not sure but it looks like the viewer uses thy icons from the last installed version.:eek:
Maybe the application type must be added to the elf file.
(something like this:
ApplicationType:
----------------
Win32
or
ApplicationType:
----------------
.NET
)
The first version for Delphi/C++ Builder, the second for .NET applications
Regards ,
Johan Visser