Einzelnen Beitrag anzeigen

iphi

Registriert seit: 13. Feb 2009
262 Beiträge
 
Delphi 7 Personal
 
#4

AW: Hilfe!!! Delphi 6/7 Compiler Fehler???

  Alt 17. Dez 2017, 13:16
Zitat:
Wie sieht denn die DFM aus?
Standardform mit einem Button und einem Hauptmenü mit zwei Menuitems drauf:

Delphi-Quellcode:
object Form1: TForm1
  Left = -1469
  Top = 233
  Width = 589
  Height = 291
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  OnResize = FormResize
  PixelsPerInch = 120
  TextHeight = 16
  object KillButton: TButton
    Left = 56
    Top = 32
    Width = 75
    Height = 25
    Caption = 'KillButton'
    TabOrder = 0
    OnClick = KillButtonClick
  end
  object MainMenu1: TMainMenu
    Top = 32
    object Menu1: TMenuItem
      Caption = 'Menu'
    end
    object SubMenu: TMenuItem
      Caption = 'SubMenu'
    end
  end
end
Zitat:
warum kein Delphi 10.2 Starter?
??? Ich arbeite nicht mit Delphi 10.

Ah, ich sehe das gibts kostenlos. Bisher war ich mit D7 glücklich.

Kann das Problem jemand reproduzieren oder tritt das nur bei mir auf?

Geändert von iphi (17. Dez 2017 um 13:18 Uhr)
  Mit Zitat antworten Zitat