AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Projekte [IDE Experte]ResEd 1.6.7 (Resource Editor) 2005 bis XE4
Thema durchsuchen
Ansicht
Themen-Optionen

[IDE Experte]ResEd 1.6.7 (Resource Editor) 2005 bis XE4

Ein Thema von MarcoWarm · begonnen am 19. Sep 2005 · letzter Beitrag vom 16. Jun 2014
Antwort Antwort
Seite 2 von 10     12 34     Letzte »    
Benutzerbild von MarcoWarm
MarcoWarm
Registriert seit: 10. Sep 2003
ResEd 1.6.7


ResEd ist eine IDE-integrierte Ressource-Dateienverwaltung.

Features:
IDE-Integration
Verwaltung aller, im Projekt enthaltenen Res-Dateien.
(außer *.res, da diese von Delphi selbst verwaltet wird)
  • (11.06.2013) : Danke an ringli für die XE4 Version (leider noch nicht im Repo aber dafür hier: http://www.delphipraxis.net/attachme...-resed_xe4.zip
  • (26.04.2011 @ 10:50) : Manifesteditor mit zusätzlichen Windows7 Features
    - dpiAware : Manifesteintrag, ob die Anwendung mit hohen DPI Werten klar kommt (wenn ja, dann wird sie nicht automatisch von Win7 skaliert)
    - App is Win7 compatible: legt fest, ob bestimmte Windows 7 Features in der Anwendung gelten sollen (siehe auch MSDN)
  • (26.04.2011 @ 08:10) : jetzt auch mit Projekt für Delphi XE
    - Bugfix: Anlegen einer Resourcendatei aus ResEd Menü funktioniert jetzt ab D2009
    - Bugfix: XP Manifestbearbeitung funktioniert wieder ab D2009
    - Bugfix: Keine doppelte Anzeige von Resourcen in der Projektdatei mehr
  • (01.10.2011 @ 12:00) : Jetzt auch für Delphi XE2
  • (24.10.2009 @ 10:30) : Version 1.6.7 jetzt auch für Delphi 2009 und 2010
  • (24.10.2007 @ 08:00) : Neue Version 1.6.7
    - Vista Manifest Unterstützung
  • (19.12.2006 @ 12:15) : Neue Version 1.6
    - kleinere Bugfixes (es gibt noch welche )
    - Unterstützung von PNG komprimierten Windows Vista Icons
  • (23.11.2006 @ 11:45) : Neue Version 1.5.1:
    - einige kleine Bugfixes
    - erweiterte Unterstüzung für DotNet ResX Resourcen
    - VersionInfo Resourcen werden unterstützt (nicht schlagen, bitte... man hat uns drum gebeten)
  • (12.01.2006 @ 14:00) : Neue Version 1.4.3: Wichtiger Bugfix. Es wurden keine Resourcen in Units angezeigt.
  • (09.01.2006 @ 14:00) : Neue Version 1.4.2: Grundlegende Unterstützung aller Personalities.
  • (04.01.2006 @ 08:50) : Neue Version 1.4.1: ResEd kommt jetzt ohne die VirtualTree.bpl aus.
  • (04.01.2006 @ 14:00) : Neue Version 1.4.0: Scriptingsupport für LiveTemplates (nur Delphi 2006+)

Mehr Informationen gibts unter
http://code.google.com/p/theunknowno...&updated=ResEd

Den Quellcode gibts hier:
zum SVN Repository
Miniaturansicht angehängter Grafiken
screenshot_204.jpg  

Geändert von MarcoWarm (19. Aug 2013 um 06:00 Uhr) Grund: Update
 
n0b0dy
 
#11
  Alt 19. Sep 2005, 10:56
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?
  Mit Zitat antworten Zitat
Benutzerbild von MarcoWarm
MarcoWarm

 
Delphi 10.1 Berlin Professional
 
#12
  Alt 19. Sep 2005, 11:07
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?
Marco Warm
  Mit Zitat antworten Zitat
19. Sep 2005, 11:08
Dieses Thema wurde von "sakura" von "Die Delphi-IDE" nach "Freeware" verschoben.
Benutzerbild von sakura
sakura

 
Delphi 11 Alexandria
 
#14
  Alt 19. Sep 2005, 11:09
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.

......
Daniel W.
  Mit Zitat antworten Zitat
Benutzerbild von MarcoWarm
MarcoWarm

 
Delphi 10.1 Berlin Professional
 
#15
  Alt 19. Sep 2005, 11:10
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.
......
vieles großes herzliches Dank

hab ich nich gewusst

nochmal thx
Marco Warm
  Mit Zitat antworten Zitat
Benutzerbild von MarcoWarm
MarcoWarm

 
Delphi 10.1 Berlin Professional
 
#16
  Alt 22. Sep 2005, 11:32
@n0b0dy:

vielleicht klappts mit der neuen Version... hab nochmal was verändert... Es werden jetzt auch UNCPfade und Systemvariablen unterstützt
Marco Warm
  Mit Zitat antworten Zitat
CalganX

 
Turbo Delphi für Win32
 
#17
  Alt 22. Sep 2005, 15:30
Hi,
die Idee klingt sehr interessant.

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
  Mit Zitat antworten Zitat
Benutzerbild von MarcoWarm
MarcoWarm

 
Delphi 10.1 Berlin Professional
 
#18
  Alt 23. Sep 2005, 06:05
@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)
Marco Warm
  Mit Zitat antworten Zitat
Benutzerbild von MarcoWarm
MarcoWarm

 
Delphi 10.1 Berlin Professional
 
#19
  Alt 27. Sep 2005, 07:25
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)
Marco Warm
  Mit Zitat antworten Zitat
CalganX

 
Turbo Delphi für Win32
 
#20
  Alt 27. Sep 2005, 19:03
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
  Mit Zitat antworten Zitat
Antwort Antwort
Seite 2 von 10     12 34     Letzte »    


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 05:22 Uhr.
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