Re: [Lazarus] Type Library Viewer, Importer, and Editor?

2022-06-26 Thread Anthony Walter via lazarus
Thank you for the information. I'll take a look ay and see if it can be improved. I normally use Linux these days, which obliviates all use or reference to type libraries, but I have a need to write a program to automate AutoCAD with some specific hardware I recently acquired. While working with C

Re: [Lazarus] Type Library Viewer, Importer, and Editor?

2022-06-26 Thread Sven Barth via lazarus
Marco van de Voort via lazarus schrieb am So., 26. Juni 2022, 15:06: > > On 26-6-2022 14:37, Anthony Walter via lazarus wrote: > > Does Lazarus have a type library viewer for previewing all the type > > libraries on your computer in the form of converted pascal source code? > > > Afaik there is o

Re: [Lazarus] Strange issue with TImage and lazarus 2.2.2

2022-06-26 Thread Luca Olivetti via lazarus
El 26/6/22 a les 13:44, Werner Pamler via lazarus ha escrit: Am 26.06.2022 um 13:20 schrieb Luca Olivetti via lazarus: El 26/6/22 a les 11:36, Werner Pamler via lazarus ha escrit: Am 26.06.2022 um 10:54 schrieb Luca Olivetti via lazarus: VampyreImaginPackage 0.80 Mine is v0.82 which is the c

Re: [Lazarus] Type Library Viewer, Importer, and Editor?

2022-06-26 Thread Marco van de Voort via lazarus
On 26-6-2022 14:37, Anthony Walter via lazarus wrote: Does Lazarus have a type library viewer for previewing all the type libraries on your computer in the form of converted pascal source code? Afaik there is only a typelib importer (importtl) that generates pascal. --

[Lazarus] Type Library Viewer, Importer, and Editor?

2022-06-26 Thread Anthony Walter via lazarus
Does Lazarus have a type library viewer for previewing all the type libraries on your computer in the form of converted pascal source code? Does Lazarus have a type library editor allowing you to define plain COM and automation interfaces, enums, records, and such as IDL? If so does this tool gene

Re: [Lazarus] Strange issue with TImage and lazarus 2.2.2

2022-06-26 Thread Werner Pamler via lazarus
Am 26.06.2022 um 13:20 schrieb Luca Olivetti via lazarus: El 26/6/22 a les 11:36, Werner Pamler via lazarus ha escrit: Am 26.06.2022 um 10:54 schrieb Luca Olivetti via lazarus: VampyreImaginPackage 0.80 Mine is v0.82 which is the current version in OPM. According to their release notes there

Re: [Lazarus] Strange issue with TImage and lazarus 2.2.2

2022-06-26 Thread Luca Olivetti via lazarus
El 26/6/22 a les 11:36, Werner Pamler via lazarus ha escrit: Am 26.06.2022 um 10:54 schrieb Luca Olivetti via lazarus: VampyreImaginPackage 0.80 Mine is v0.82 which is the current version in OPM. According to their release notes there are changes related to PNG saving. My online package man

Re: [Lazarus] Strange issue with TImage and lazarus 2.2.2

2022-06-26 Thread Werner Pamler via lazarus
Am 26.06.2022 um 10:54 schrieb Luca Olivetti via lazarus: VampyreImaginPackage 0.80 Mine is v0.82 which is the current version in OPM. According to their release notes there are changes related to PNG saving. -- ___ lazarus mailing list lazarus@lis

Re: [Lazarus] Strange issue with TImage and lazarus 2.2.2

2022-06-26 Thread Luca Olivetti via lazarus
El 26/6/22 a les 1:08, Werner Pamler via lazarus ha escrit: It doesn't even work at designtime (see above). Try attached demo project. The "paw" image was inserted into a TImage after installation of Vampyre. All I had to do to get it working is to add Vampyre to the project requirements and