Delphi-PRAXiS
Seite 2 von 10     12 34     Letzte »    

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Software-Projekte der Mitglieder (https://www.delphipraxis.net/26-software-projekte-der-mitglieder/)
-   -   [IDE Experte]ResEd 1.6.7 (Resource Editor) 2005 bis XE4 (https://www.delphipraxis.net/53568-%5Bide-experte%5Dresed-1-6-7-resource-editor-2005-bis-xe4.html)

n0b0dy 19. Sep 2005 10:56

Re: ResEd 1.2 Resource Editor Expert für Delphi 2005
 
und was ich noch entdeckt habe. wenn cih mit deinem programm eine res erstelle und später den eintrag MANUELL aus dem quelltext lösche, wird sie im ResEd immer noch angezeigt....

jo Code halt:

Delphi-Quellcode:
program MyEdt;

uses
  Windows,
  Classes,
  SysUtils,
  Messages,
  Forms,
  ...

{$R *.res}
{$R [..Font..]\font.res}
{$R [..Resource..]\cursor.res}
das is halt jetzt der projectquelltext. in den units sind ja auch ab und zu noch welche. soll er die eigentlcih auch erkennen?

MarcoWarm 19. Sep 2005 11:07

Re: ResEd 1.2 Resource Editor Expert für Delphi 2005
 
Zitat:

Zitat von n0b0dy
Delphi-Quellcode:
....
{$R [..Font..]\font.res}
{$R [..Resource..]\cursor.res}
....

stehen die eckigen Klammern wirklich so in Deinem Source???? *wunder* Hab gar nich gewusst, daß man das so schreiben kann. Was sagt [..Font..] denn aus?

DP-Maintenance 19. Sep 2005 11:08

DP-Maintenance
 
Dieses Thema wurde von "sakura" von "Die Delphi-IDE" nach "Freeware" verschoben.

sakura 19. Sep 2005 11:09

Re: ResEd 1.2 Resource Editor Expert für Delphi 2005
 
Zitat:

Zitat von MarcoWarm
Sorry for your inconvenience.... aber leider kann ich den alten Beitrag nich mehr bearbeiten und ich will ja keine fehlerhafte Version zum download anbieten.
nächstes mal poste ich nen Link auf Torry, ok?

Einfach die richtige Sparte wählen. Was Du gepostet hast ist ja keine Frage sondern Freeware ;) Nun kannst Du es solange wie Du willst editieren.

...:cat:...

MarcoWarm 19. Sep 2005 11:10

Re: ResEd 1.2 Resource Editor Expert für Delphi 2005
 
Zitat:

Zitat von sakura
Einfach die richtige Sparte wählen. Was Du gepostet hast ist ja keine Frage sondern Freeware ;) Nun kannst Du es solange wie Du willst editieren.
...:cat:...

vieles großes herzliches Dank ;-)

hab ich nich gewusst

nochmal thx

MarcoWarm 22. Sep 2005 11:32

Re: ResEd 1.2 Resource Editor Expert für Delphi 2005
 
@n0b0dy:

vielleicht klappts mit der neuen Version... hab nochmal was verändert... Es werden jetzt auch UNCPfade und Systemvariablen unterstützt

CalganX 22. Sep 2005 15:30

Re: ResEd 1.3 Resource Editor Expert für Delphi 2005
 
Hi,
die Idee klingt sehr interessant. :thumb:

Aber leider bekomme ich ständig eine AccessViolation, wenn ich das Fenster anzeigen will. Unter Details steht folgendes:
Code:
[00008000]{bds.exe    }
[40005F5B]{rtl90.bpl  } System.@HandleAnyException (Line 9625, "system.pas" + 13) + $0
[7C913786]{ntdll.dll  } RtlConvertUlongToLargeInteger + $41
[7C91EAF5]{ntdll.dll  } KiUserExceptionDispatcher + $9
[17D7FE58]{ResEd.bpl  } Unitresedmain.TFormWizardResEd.FormShow + $0
[0032DD9E]{designide90.bpl} DeskForm.TDesktopForm.CMShowingChanged (Line 793, "DeskForm.pas" + 1) + $12
[00539920]{vcl90.bpl  } Controls.TControl.WndProc (Line 4893, "Controls.pas" + 53) + $6
[0053CF02]{vcl90.bpl  } Controls.TWinControl.WndProc (Line 6673, "Controls.pas" + 51) + $4
[005396E8]{vcl90.bpl  } Controls.TControl.Perform (Line 4800, "Controls.pas" + 5) + $C
[0053C7E5]{vcl90.bpl  } Controls.TWinControl.UpdateShowing (Line 6460, "Controls.pas" + 16) + $C
[0053C858]{vcl90.bpl  } Controls.TWinControl.UpdateControlState (Line 6479, "Controls.pas" + 8) + $2
[0053CF02]{vcl90.bpl  } Controls.TWinControl.WndProc (Line 6673, "Controls.pas" + 51) + $4
[005396E8]{vcl90.bpl  } Controls.TControl.Perform (Line 4800, "Controls.pas" + 5) + $C
[005381EA]{vcl90.bpl  } Controls.TControl.SetVisible (Line 3963, "Controls.pas" + 5) + $C
[00539920]{vcl90.bpl  } Controls.TControl.WndProc (Line 4893, "Controls.pas" + 53) + $6
[0053CF02]{vcl90.bpl  } Controls.TWinControl.WndProc (Line 6673, "Controls.pas" + 51) + $4
[0053C7E5]{vcl90.bpl  } Controls.TWinControl.UpdateShowing (Line 6460, "Controls.pas" + 16) + $C
[0053C858]{vcl90.bpl  } Controls.TWinControl.UpdateControlState (Line 6479, "Controls.pas" + 8) + $2
[0053CF02]{vcl90.bpl  } Controls.TWinControl.WndProc (Line 6673, "Controls.pas" + 51) + $4
Das ist schon ein wenig nervig. ;)

Chris

MarcoWarm 23. Sep 2005 06:05

Re: ResEd 1.3 Resource Editor Expert für Delphi 2005
 
@Chakotay1308
Danke für die Info. Lad mal bitte das neue Archiv runter und kopier die MAP datei zu der BPL dazu. Dann bekomm ich bei den Details die Zeilennummer (was mir viel helfen würde)

MarcoWarm 27. Sep 2005 07:25

Re: ResEd 1.3 Resource Editor Expert für Delphi 2005
 
Zitat:

Zitat von MarcoWarm
(27.09.2005 @ 08:25) : Jetzt gibts auch ein kleines Tutorial-Video. (das war mein erster Versuch mit Wink ... also nich meckern)


CalganX 27. Sep 2005 19:03

Re: ResEd 1.3 Resource Editor Expert für Delphi 2005
 
Hi Marco,
sorry für die Verspätung, aber relativ viel zu tun und dann ist mir das wohl am Wochenende durch die Lappen gegangen. ;)

Hier die neue Fehlermeldung:
Code:
[00008000]{bds.exe    }
[40005F5B]{rtl90.bpl  } System.@HandleAnyException (Line 9625, "system.pas" + 13) + $0
[7C913786]{ntdll.dll  } RtlConvertUlongToLargeInteger + $41
[7C91EAF5]{ntdll.dll  } KiUserExceptionDispatcher + $9
[135FFE48]{ResEd.bpl  } UnitResEdMain.TFormWizardResEd.FormShow (Line 541, "Source\UnitResEdMain.pas" + 0) + $0
[0032DD9E]{designide90.bpl} DeskForm.TDesktopForm.CMShowingChanged (Line 793, "DeskForm.pas" + 1) + $12
[00539920]{vcl90.bpl  } Controls.TControl.WndProc (Line 4893, "Controls.pas" + 53) + $6
[0053CF02]{vcl90.bpl  } Controls.TWinControl.WndProc (Line 6673, "Controls.pas" + 51) + $4
[005396E8]{vcl90.bpl  } Controls.TControl.Perform (Line 4800, "Controls.pas" + 5) + $C
[0053C7E5]{vcl90.bpl  } Controls.TWinControl.UpdateShowing (Line 6460, "Controls.pas" + 16) + $C
[0053C858]{vcl90.bpl  } Controls.TWinControl.UpdateControlState (Line 6479, "Controls.pas" + 8) + $2
[0053CF02]{vcl90.bpl  } Controls.TWinControl.WndProc (Line 6673, "Controls.pas" + 51) + $4
[005396E8]{vcl90.bpl  } Controls.TControl.Perform (Line 4800, "Controls.pas" + 5) + $C
[005381EA]{vcl90.bpl  } Controls.TControl.SetVisible (Line 3963, "Controls.pas" + 5) + $C
[009DB524]{vclactnband90.bpl} ActnMenus.TCustomActionMainMenuBar.TrackMenu (Line 3068, "ActnMenus.pas" + 3) + $3
[009D6C4D]{vclactnband90.bpl} ActnMenus.TCustomActionMenuBar.CMItemClicked (Line 880, "ActnMenus.pas" + 3) + $4
[0053CF02]{vcl90.bpl  } Controls.TWinControl.WndProc (Line 6673, "Controls.pas" + 51) + $4
[4003EEC0]{rtl90.bpl  } Classes.StdWndProc (Line 11456, "classes.pas" + 8) + $0
[77D18731]{user32.dll } GetDC + $6A
[77D18811]{user32.dll } GetDC + $14A
[77D189C8]{user32.dll } GetWindowLongW + $122
[77D196C2]{user32.dll } DispatchMessageA + $A
Chris


Alle Zeitangaben in WEZ +1. Es ist jetzt 04:50 Uhr.
Seite 2 von 10     12 34     Letzte »    

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz