Error DOA v3.4.3. (or v 3.4.5.), Dynamic Link Libraries

M. Danko

Member
Hello!

We have a problem.

We use situation "DOA DLL sharing a session with a DOA host program".
After setting OracleDataSet.OracleDictionary.DefaultValues=True

first call to my DLL without LogOff in Host program

OracleDataSet.Append works perfectly, but the second and next call raises exception Access Violation ().

While setting OracleDataSet.OracleDictionary.DefaultValues=False , have no error.
 
It may be necessary to use the ShareMem unit as described by Borland. This is documented in detail in the project source of a newly created DLL project.

------------------
Marco Kalter
Allround Automations
 
Back
Top