AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Thema durchsuchen
Ansicht
Themen-Optionen

Delphi 2007 Lite

Ein Thema von SolarSimon · begonnen am 4. Nov 2010 · letzter Beitrag vom 8. Nov 2010
Antwort Antwort
SolarSimon

Registriert seit: 29. Nov 2009
5 Beiträge
 
Delphi 7 Enterprise
 
#1

Delphi 2007 Lite

  Alt 4. Nov 2010, 09:47
Hallo,
hat jemand Erfahrung mit Delphi 2007 Lite?
Ich arbeite an einem recht großen Projekt und mein Kollege kann dies problemlos auch mit der Lite Version bearbeiten. Ich bekomme jedoch immer eine Fehlermeldung (siehe unten)?
Kann das damit zusammenhängen dass ich andere Versionen von Delphi auf meinem Rechner habe?
Gruß und Danke!


[20A1CFD2]{coreide100.bpl} ProjectFileUtils.MSBuildLoadProjectFile (Line 938, "ProjectFileUtils.pas" + 41) + $2C
[20A1D000]{coreide100.bpl} ProjectFileUtils.MSBuildLoadProjectFile (Line 941, "ProjectFileUtils.pas" + 44) + $10
[216C84C6]{delphicoreide100.bpl} BaseDelphiProject.TDelphiProjectFileModuleHandler. FileOpen (Line 3147, "BaseDelphiProject.pas" + 2) + $B
[20A6F9EA]{coreide100.bpl} DocModul.TFileOpenHandler.FileOpen (Line 3091, "DocModul.pas" + 1) + $A
[20A6ACD4]{coreide100.bpl} DocModul.TFilterList.OpenFile (Line 786, "DocModul.pas" + 35) + $14
[00414A95]{bds.exe } AppMain.TAppBuilder.FileOpenDialog (Line 2367, "ui\AppMain.pas" + 38) + $13
[00414D0F]{bds.exe } AppMain.TAppBuilder.FileOpen (Line 2414, "ui\AppMain.pas" + 6) + $4
[20040113]{rtl100.bpl } Classes.TBasicAction.Execute (Line 11081, "common\Classes.pas" + 3) + $7
[2014FF7D]{vcl100.bpl } ActnList.TContainedAction.Execute (Line 388, "ActnList.pas" + 1) + $2C
[20150CE0]{vcl100.bpl } ActnList.TCustomAction.Execute (Line 1000, "ActnList.pas" + 7) + $8
[2003FFDF]{rtl100.bpl } Classes.TBasicActionLink.Execute (Line 11010, "common\Classes.pas" + 2) + $7
[21378D19]{vclactnband100.bpl} ActnMenus.TCustomActionMenuBar.ExecAction (Line 976, "ActnMenus.pas" + 6) + $D
[2137A04F]{vclactnband100.bpl} ActnMenus.TCustomActionMenuBar.TrackMenu (Line 1542, "ActnMenus.pas" + 15) + $15
[2137A07F]{vclactnband100.bpl} ActnMenus.TCustomActionMenuBar.TrackMenu (Line 1547, "ActnMenus.pas" + 20) + $10
[2137D470]{vclactnband100.bpl} ActnMenus.TCustomActionMainMenuBar.TrackMenu (Line 3146, "ActnMenus.pas" + 3) + $3
[213788E5]{vclactnband100.bpl} ActnMenus.TCustomActionMenuBar.CMItemClicked (Line 878, "ActnMenus.pas" + 3) + $4
[2013B20B]{vcl100.bpl } Controls.TControl.WndProc (Line 5146, "Controls.pas" + 83) + $6
[2013EBAA]{vcl100.bpl } Controls.GetControlAtPos (Line 7095, "Controls.pas" + 4) + $73
[2013F28B]{vcl100.bpl } Controls.TWinControl.WndProc (Line 7274, "Controls.pas" + 81) + $1D
[2013F38A]{vcl100.bpl } Controls.TWinControl.WndProc (Line 7304, "Controls.pas" + 111) + $6
[2137A13E]{vclactnband100.bpl} ActnMenus.TCustomActionMenuBar.WndProc (Line 1575, "ActnMenus.pas" + 23) + $4
[2013EAB4]{vcl100.bpl } Controls.TWinControl.MainWndProc (Line 7073, "Controls.pas" + 3) + $6
[20040DD4]{rtl100.bpl } Classes.StdWndProc (Line 11583, "common\Classes.pas" + 8) + $0
[2013631E]{vcl100.bpl } Controls.FindControl (Line 2104, "Controls.pas" + 6) + $9
[201611EC]{vcl100.bpl } Forms.TApplication.ProcessMessage (Line 8102, "Forms.pas" + 23) + $1
[20161226]{vcl100.bpl } Forms.TApplication.HandleMessage (Line 8121, "Forms.pas" + 1) + $4
[20161537]{vcl100.bpl } Forms.TApplication.Run (Line 8219, "Forms.pas" + 20) + $3
[0042298E]{bds.exe } bds.bds (Line 196, "" + 7) + $7
  Mit Zitat antworten Zitat
jbg

Registriert seit: 12. Jun 2002
3.481 Beiträge
 
Delphi 10.1 Berlin Professional
 
#2

AW: Delphi 2007 Lite

  Alt 4. Nov 2010, 10:07
War da nicht der Text der Fehlermeldung und welcher Typ (EAccessViolation, EWasWeißIch) mit angegeben?
  Mit Zitat antworten Zitat
SolarSimon

Registriert seit: 29. Nov 2009
5 Beiträge
 
Delphi 7 Enterprise
 
#3

AW: Delphi 2007 Lite

  Alt 4. Nov 2010, 10:14
Leider nein... die Meldung lautet:

'Unable to load project C:\Dokumente ... .dproj'

Der Rest steht unter Details.
  Mit Zitat antworten Zitat
jbg

Registriert seit: 12. Jun 2002
3.481 Beiträge
 
Delphi 10.1 Berlin Professional
 
#4

AW: Delphi 2007 Lite

  Alt 4. Nov 2010, 11:29
So viel ich weiß, wird bei der nicht von Embt stammenden Lite "Version" kein .NET benutzt, womit MSBuild auch außen vor ist. Und die dproj-Datei ist ein MSBuild Build-Script. Möglicherweise ist es das bei der Lite Version nicht.

Die dproj Datei muss so anfangen:
XML-Code:
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
Fängt sie hingegen so an:
XML-Code:
<?xml version="1.0" encoding="utf-8"?>
<BorlandProject>
Dann ist das keine dproj sondern eine bdsproj Datei (Das Format dass Delphi 8, 2005 und 2006 nutzen).

Geändert von mkinzler ( 4. Nov 2010 um 16:56 Uhr) Grund: CODE-Tag durch XML-Tag ersetzt
  Mit Zitat antworten Zitat
SolarSimon

Registriert seit: 29. Nov 2009
5 Beiträge
 
Delphi 7 Enterprise
 
#5

AW: Delphi 2007 Lite

  Alt 8. Nov 2010, 09:05
Also, daran liegt es nicht, der Anfang der DPROJ-Datei ist wie Du geschrieben hast, dass er sein soll. Allerdings hat die DPR-Datei nun das Ende D11LITE.DprFile, ist das normal?

Danke für die Hilfe in jedem Fall!
  Mit Zitat antworten Zitat
Antwort Antwort


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 23:24 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