Search found 7 matches

by Jochen H.
Fri Feb 02, 2024 9:15 am
Forum: VCL / FMX
Topic: TeeGrid V1.14 throws exception when trying to debug an application
Replies: 9
Views: 2454

Re: TeeGrid V1.14 throws exception when trying to debug an application

I've confirmed that the package "VCLTeeGrid" is in the list. When I try to start the application with runtime packages enabled it crashes upon startup like before. But now i've removed the runtime package "VCLTeeGrid" from the list and it works now with runtime packages enabled!!??
by Jochen H.
Mon Jan 29, 2024 6:57 am
Forum: VCL / FMX
Topic: TeeGrid V1.14 throws exception when trying to debug an application
Replies: 9
Views: 2454

Re: TeeGrid V1.14 throws exception when trying to debug an application [FIXED]

FIXED IT :D

In the project options "Packages" --> "Runtime Packages" one must uncheck "link with runtime-packages".
Can somebody please confirm this?
FIX.png
FIX.png (52.76 KiB) Viewed 2235 times
by Jochen H.
Fri Jan 26, 2024 1:38 pm
Forum: VCL / FMX
Topic: TeeGrid V1.14 throws exception when trying to debug an application
Replies: 9
Views: 2454

Re: TeeGrid V1.14 throws exception when trying to debug an application

I don't know wether or not it helps, but this is the project file:
TeeGridTest1.zip
(7.44 KiB) Downloaded 351 times
by Jochen H.
Fri Jan 26, 2024 1:33 pm
Forum: VCL / FMX
Topic: TeeGrid V1.14 throws exception when trying to debug an application
Replies: 9
Views: 2454

Re: TeeGrid V1.14 throws exception when trying to debug an application

Second exception:
EX2.png
EX2.png (75.95 KiB) Viewed 2446 times
by Jochen H.
Fri Jan 26, 2024 1:33 pm
Forum: VCL / FMX
Topic: TeeGrid V1.14 throws exception when trying to debug an application
Replies: 9
Views: 2454

Re: TeeGrid V1.14 throws exception when trying to debug an application

This is the first time ever we're using TeeGrid. There are no other versions in the search path. We do have TeeChart Pro installed, though. But I think this isn't the problem. All the paths have been set up by the installer. Include-Path: inc.png Library-Path: lib.png I've attached the two stack tra...
by Jochen H.
Fri Jan 26, 2024 11:23 am
Forum: VCL / FMX
Topic: TeeGrid V1.14 throws exception when trying to debug an application
Replies: 9
Views: 2454

Re: TeeGrid V1.14 throws exception when trying to debug an application

Hi Marc, thanks for your reply. We're using Embarcadero® C++Builder 12 Version 29.0.50491.5718 (Professional) This is my form as text: I do wonder why it has an underscore in the headers section _Headers = ( Edit: Removing the underscore is even worse. So I suppose it belongs there! :D object Form1:...
by Jochen H.
Fri Jan 26, 2024 10:46 am
Forum: VCL / FMX
Topic: TeeGrid V1.14 throws exception when trying to debug an application
Replies: 9
Views: 2454

TeeGrid V1.14 throws exception when trying to debug an application

I'm completely new to TeeGrid. I'm trying to build a tiny test app with an empty TeeGrid to see wether or not it was installed correctly. My steps were: Create an empty VCL-Application Place a TeeGrid on the Form Open the TeeGrid Editor (double click) and add two Columns. Set only the "Header" prope...