windows 7 - Issue with Rad Studio - Delphi 2010 IDE -


rad studio 2010 (delphi 2010) on windows 7 (64 bit) laptop.

im going alot of negatives on one, cause can't seem figure out how word question title or question itself......but here goes

i started issues code not running within rad studio (delphi) 2010. have been days trying figure out why. working 1 installed package after another, trying decide if culprit or not. after uninstalling packages, , uninstalling entire rad studio (and re-installing rad-studio), can't seem figure can causing delphi ide act does. cleaned registry of things related component package , rad studio (before re-installing rad studio).

ok, fresh copy of rad studio installed try write simple

procedure tform1.button1click(sender: tobject); begin  if opendialog1.execute  begin    showmesage(opendialog1.filename);  end; end; 

it compiles, , builds fine without errors, however, when run application , click on button, following message:

project1.exe has stopped working problem caused program stop working. windows close program , notify if solution available.

when click close program button, nothing, returns delphi 2010 ide.

if compile it, can run executable.

this become serious issue me, since can no longer run or debug code in ide without coming up.

this not happen i create blank default application without code, , run it.

anyone have suggestions or solutions problem?

so have no third party components or units in uses clauses?

you tried disabling anti-virus , malware scanning software temporarily?

do have madexcept or eurekalog installed? if so, remove them.

if none, install madexcept. catch exceptions both inside ide , inside target applications.

secondly, try renaming registry key:

hkey_current_user\software\embarcadero\bds\8.0

rename like:

hkey_current_user\software\embarcadero\bds\8.0_old

next time run delphi 2010, local-user registry configuration section regenerated, , reset installation-fresh defaults.


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -