Recent content by drd

  1. D

    dllinit / exit problem?

    Hi After some more digging i have found that the crash is in finalization section of 'classes.pas', when trying to do "FreeAndNil(GlobalLists);" Is there a possiblity that the DOA or some OCI-call cause this? Another odd thing is that the crash only happens when using InstantClient (as...
  2. D

    dllinit / exit problem?

    Well kind of... i get "runtime error" 217 and 216. "Runtime error 217" means an exception is raises bofore exception handling is put in place (or after it is finalized). http://www.delphifaq.com/faq/f84.shtml "Runtime error 216" is an access violation in the same time frame.
  3. D

    dllinit / exit problem?

    Hi I have an ActiveX application that connects to oracle. If I in my java host-application open and close the ActiveX a couple of times the whole thing crashes with a runtime error 217 or 216. I've made a minimal app to demonstrate the problem. It runs the following code (and only this code)...
Back
Top