Was ich in der Newsgruppe gerade nochmal nachgelesen habe ist folgendes:
Zitat:
We've found there is also a fault in the asguni.pas file which will cause the grid to crash on Windows 7
Until TMS fix this, it may be possible to disable (comment out) {$DEFINE TMSUNICODE} in AdvGrid/BaseGrid.pas and change 10217 in AdvGrid.pas
until the proper fix is made. If your app actually uses
Unicode, this isn't a smart adjustment.
10217: {$IFNDEF TMSDOTNET}
Result := AEditor in [edComboEdit, edComboList];
// Result := AEditor in [edComboEdit, edComboList, edUniComboEdit, edUniComboList];
{$ELSE}
Result := AEditor in [edComboEdit, edComboList];
{$ENDIF}
Hast du den Sourcecode? Oder verwendest du die Trial-Version, bzw. die freie Version ohne Sourcen?
Wenn du registriert bist dann kannst du doch am besten mal in der Newsgruppe fragen oder Bruno direkt anschreiben.