![]() |
Fehlermeldung 10.4.2 beim Öffnen eines in 10.3 erstellten Projekts
Hallo,
ein in 10.3 erstelltes Projekt präsentiert bereits beim Laden des Projekts in 10.4.2 folgende Meldung: --------------------------- Fehler --------------------------- Zugriffsverletzung bei Adresse 50CD8BEC in Modul 'vcl270.bpl'. Lesen von Adresse 00000040. --------------------------- OK Details >> --------------------------- [50CD8BEC]{vcl270.bpl } Vcl.Graphics.TBitmap.FreeImage (Line 8434, "Vcl.Graphics.pas" + 1) + $0 [5005FF9A]{rtl270.bpl } System.@IsClass (Line 18453, "System.pas" + 1) + $8 [50CD8596]{vcl270.bpl } Vcl.Graphics.TBitmap.Changing (Line 8224, "Vcl.Graphics.pas" + 1) + $2 [50CD8DF8]{vcl270.bpl } Vcl.Graphics.TBitmap.GetScanline (Line 8590, "Vcl.Graphics.pas" + 1) + $4 [2BDE6ACD]{WPTools9_DX14_Pack_DS.bpl} Wputil.WPCopyRectFromPNGImage + $2BD [2BDE678A]{WPTools9_DX14_Pack_DS.bpl} Wputil.WPCopyRectFromImageList + $96 [2BE31297]{WPTools9_DX14_Pack_DS.bpl} Wptbar.TWPSpeedButton.Paint + $423 [50D01E19]{vcl270.bpl } Vcl.Controls.TGraphicControl.WMPaint (Line 14009, "Vcl.Controls.pas" + 7) + $5 [50CF7172]{vcl270.bpl } Vcl.Controls.TControl.WndProc (Line 7480, "Vcl.Controls.pas" + 91) + $6 [50CF6DAC]{vcl270.bpl } Vcl.Controls.TControl.Perform (Line 7258, "Vcl.Controls.pas" + 10) + $8 [50CFC56E]{vcl270.bpl } Vcl.Controls.TWinControl.PaintControls (Line 10582, "Vcl.Controls.pas" + 27) + $D [50CFC36B]{vcl270.bpl } Vcl.Controls.TWinControl.PaintHandler (Line 10528, "Vcl.Controls.pas" + 24) + $8 [500605CC]{rtl270.bpl } System.TMonitor.CheckOwningThread (Line 19506, "System.pas" + 2) + $0 [500608F2]{rtl270.bpl } System.TMonitor.Exit (Line 19696, "System.pas" + 1) + $2 [50D010D3]{vcl270.bpl } Vcl.Controls.TWinControl.WMPrintClient (Line 13509, "Vcl.Controls.pas" + 14) + $6 [50CF7172]{vcl270.bpl } Vcl.Controls.TControl.WndProc (Line 7480, "Vcl.Controls.pas" + 91) + $6 [50CFC0C7]{vcl270.bpl } Vcl.Controls.TWinControl.WndProc (Line 10424, "Vcl.Controls.pas" + 169) + $6 [50CF6DAC]{vcl270.bpl } Vcl.Controls.TControl.Perform (Line 7258, "Vcl.Controls.pas" + 10) + $8 [50CFCC77]{vcl270.bpl } Vcl.Controls.TWinControl.WMPaint (Line 10723, "Vcl.Controls.pas" + 18) + $D [5005FF9A]{rtl270.bpl } System.@IsClass (Line 18453, "System.pas" + 1) + $8 [50D02BC1]{vcl270.bpl } Vcl.Controls.TCustomControl.WMPaint (Line 14385, "Vcl.Controls.pas" + 2) + $4 [50CF7172]{vcl270.bpl } Vcl.Controls.TControl.WndProc (Line 7480, "Vcl.Controls.pas" + 91) + $6 [50CFC0C7]{vcl270.bpl } Vcl.Controls.TWinControl.WndProc (Line 10424, "Vcl.Controls.pas" + 169) + $6 [50CFB614]{vcl270.bpl } Vcl.Controls.TWinControl.MainWndProc (Line 10113, "Vcl.Controls.pas" + 3) + $6 [501826A4]{rtl270.bpl } System.Classes.StdWndProc (Line 18175, "System.Classes.pas" + 8) + $0 [50E5C233]{vcl270.bpl } Vcl.Forms.TApplication.ProcessMessage (Line 11028, "Vcl.Forms.pas" + 23) + $1 [50E5C276]{vcl270.bpl } Vcl.Forms.TApplication.HandleMessage (Line 11058, "Vcl.Forms.pas" + 1) + $4 [50E5C5AD]{vcl270.bpl } Vcl.Forms.TApplication.Run (Line 11196, "Vcl.Forms.pas" + 26) + $3 [00524DB8]{bds.exe } bds.bds (Line 222, "" + 13) + $2 Ich habe nicht den geringsten Ansatz, wo ich suchen könnte! Wer kann helfen? Ciao Stefan |
AW: Fehlermeldung 10.4.2 beim Öffnen eines in 10.3 erstellten Projekts
Hallo,
erstell das Projekt neu. |
AW: Fehlermeldung 10.4.2 beim Öffnen eines in 10.3 erstellten Projekts
Was meinst Du mit neu erstellen?
Compilieren / Erstellen? Die Meldung kommt bereits mit Öffnen des Projekts! Ciao Stefan |
AW: Fehlermeldung 10.4.2 beim Öffnen eines in 10.3 erstellten Projekts
DSK löschen, DPROJ löschen. Alles, was nicht mit Sourcecode zu tun hat, löschen.
Ein neues, leeres Projekt anlegen + wieder öffnen, geht? Delphi Start ohne ein Projekt zu laden, geht? |
AW: Fehlermeldung 10.4.2 beim Öffnen eines in 10.3 erstellten Projekts
Sie können die Zuweisung WPToolBar.WPImageList in dem text der DFM löschen. (Edit as Text)
Ich suche noch danach wieso es hier zu einem Problem kommt. |
AW: Fehlermeldung 10.4.2 beim Öffnen eines in 10.3 erstellten Projekts
Der Fehler hat sich eingeschlichen bei der Anbindung von ImageEn
In der Funktion WPCopyRectFromPNGImage muss es so heissen if DestBitmap<>nil then begin ... end else begin {$IFNDEF IMAGEEN} bit := TBitmap.Create; bit.PixelFormat := pf24bit; bit.Width := SourceW; bit.Height := SourceH; DestBitmap := bit; {$ELSE} bit := nil; {$ENDIF} end; Page neu bauen - dann sollte es wieder klappen. |
Alle Zeitangaben in WEZ +1. Es ist jetzt 14:37 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz