AGB  ·  Datenschutz  ·  Impressum  







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

My Delphi 2010 is sick

Ein Thema von WojTec · begonnen am 4. Jul 2012 · letzter Beitrag vom 9. Jul 2012
Antwort Antwort
WojTec

Registriert seit: 17. Mai 2007
482 Beiträge
 
Delphi XE6 Professional
 
#1

My Delphi 2010 is sick

  Alt 4. Jul 2012, 12:19
It is 14.0.3593.25826.

This thread can be continuation of that thread: Delphi don't recompile changed code.

I have program v1.0. Now I'm working on v1.1. So I want to make some small modification in one of the dialogs. It's simple: just added conditional call another function.

Delphi-Quellcode:
if cbPath.Checked then // <-- exceptions here
  // olde code
else
  // new code
;
That's all. After run, app raises AV and EReadError (can't read value from some component property I don't uses it in event handler ). Both are in if line (when if removed then working )

WTF is that

Geändert von WojTec ( 4. Jul 2012 um 12:23 Uhr)
  Mit Zitat antworten Zitat
mkinzler
(Moderator)

Registriert seit: 9. Dez 2005
Ort: Heilbronn
39.874 Beiträge
 
Delphi 11 Alexandria
 
#2

AW: My Delphi 2010 is sick

  Alt 4. Jul 2012, 12:34
Is cPath existing and of the right type?
Markus Kinzler
  Mit Zitat antworten Zitat
WojTec

Registriert seit: 17. Mai 2007
482 Beiträge
 
Delphi XE6 Professional
 
#3

Re: My Delphi 2010 is sick

  Alt 4. Jul 2012, 15:03
cbPath: TCheckBox, exists. I'm not talking about compilation, but about generated EXE.

Geändert von WojTec ( 4. Jul 2012 um 15:07 Uhr)
  Mit Zitat antworten Zitat
mkinzler
(Moderator)

Registriert seit: 9. Dez 2005
Ort: Heilbronn
39.874 Beiträge
 
Delphi 11 Alexandria
 
#4

AW: My Delphi 2010 is sick

  Alt 4. Jul 2012, 15:28
Objects in Delphi are just references (pointers). These could reference into nirvana.
Markus Kinzler
  Mit Zitat antworten Zitat
Sailor

Registriert seit: 20. Jul 2008
Ort: Balaton
112 Beiträge
 
Delphi 2010 Professional
 
#5

AW: My Delphi 2010 is sick

  Alt 4. Jul 2012, 15:51
Probably cbPath has not yet been created. Check it by adding "IF cbPath <> NIL" to the first line.
  Mit Zitat antworten Zitat
Benutzerbild von jaenicke
jaenicke

Registriert seit: 10. Jun 2003
Ort: Berlin
9.917 Beiträge
 
Delphi 12 Athens
 
#6

AW: My Delphi 2010 is sick

  Alt 4. Jul 2012, 16:19
An access violation, ok, but the most important information you forgot: at which address?

Regarding the missing properties:
Did you open every form in Delphi without getting a similar error?
Sebastian Jänicke
AppCentral
  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 10:47 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