View Issue Details

IDProjectCategoryView StatusLast Update
0004748JEDI VCL00 JVCL Componentspublic2009-04-22 23:18
ReporterErazerAssigned Tojfudickar 
PrioritynormalSeverityblockReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.36 
Target VersionFixed in Version 
Summary0004748: JvAppRegistryStorage does not fre registry key.
DescriptionJvAppRegistryStorage, doe not close opened key, every time after usage, it store key open, so it's impossible to read it by other application(s).
Example: I read and save app's settings by JvAppRegistryStorage, but if I start another copy of my application it cant read settings because key is locked by previous copy, so it read trash. JvAppRegistryStorage should make CloseKey,Free, every time after reading/writing to make key acsessible to other applications :(
TagsNo tags attached.

Activities

jfudickar

2009-04-22 23:05

developer   ~0015430

Could you please create a small sample showing this behaviour.

I'm using the JvAppRegistryStorage in my application in different areas and i have no problems in with parallel usage.

Kind regards
Jens

Erazer

2009-04-22 23:09

reporter   ~0015431

Sorry, it seems the problem is in my application or something else.

Issue History

Date Modified Username Field Change
2009-04-19 16:50 Erazer New Issue
2009-04-22 23:05 jfudickar Note Added: 0015430
2009-04-22 23:05 jfudickar Status new => feedback
2009-04-22 23:09 Erazer Note Added: 0015431
2009-04-22 23:18 jfudickar Status feedback => resolved
2009-04-22 23:18 jfudickar Resolution open => fixed
2009-04-22 23:18 jfudickar Assigned To => jfudickar