Board index » cppbuilder » Exception Class Error?

Exception Class Error?


2005-03-28 05:18:49 PM
cppbuilder2
I've created a program for my AS Level coursework, but when I go to rightclick on a file in my OpenDialog1 - as if to rename or cut it for example, I get an error message -
"Error
Project Prog1.exe raised exception class ERegistryException with message 'Konnta Daten für 'Cascading' nicht holen'. Process stopped. Use Step or Run to continue."
Then I click OK and the program freezes until I Reset Program.
Can anyone help?
Thanks
Daz
 
 

Re:Exception Class Error?

If it helps, here is a screenshot of the Error
www.one-online.co.uk/CBuilderError.JPG
~Daz~
 

Re:Exception Class Error?

"Daz" < XXXX@XXXXX.COM >wrote in message
Quote
I've created a program for my AS Level coursework, but when
I go to rightclick on a file in my OpenDialog1 - as if to rename or
cut it for example, I get an error message -
ERegistryException is a VCL exception class. Are you doing any Registry
work in your own code? TOpenDialog does not natively touch the Registry at
all.
Quote
Project Prog1.exe raised exception class ERegistryException with message
'Konnta Daten für 'Cascading' nicht holen'.
Roughly translated, that is saying that there was an error in retrieving the
data of a Registry value named "Cascading".
Oddly enough, this exact same question was asked twice in 2002, and both
times the error was reported in German text. Perhaps it is a German-related
bug in the OS? Who knows. The issue was never resolved back then.
Gambit
 

{smallsort}

Re:Exception Class Error?

"Remy Lebeau \(TeamB\)" < XXXX@XXXXX.COM >wrote:
Quote
ERegistryException is a VCL exception class. Are you doing any Registry
work in your own code? TOpenDialog does not natively touch the Registry at
all.
I'm not, which is what was confusing me, I don't understand the registry really, and don't want to touch it with anything short of a technician for fear of breaking it.
Quote
Oddly enough, this exact same question was asked twice in 2002, and both
times the error was reported in German text. Perhaps it is a German-related
bug in the OS? Who knows. The issue was never resolved back then.
So it seems that I can't fix it at all :/
joy ..>.<
~Daz~