I have a DLL which exports a function WriteXMLData(Data: PChar): longbool. Internally the DLL uses a TDatamodule with a TOracleSession, some TOracleDatasets, a TDatasetProvider and a TXMLTransformClient. When I try to create the datamodule, it hangs (precisely, in TReader.ReadComponent, nested procedure CreateComponent, line Result.Create(Owner) ).
I am evaluating the trial version (3.4.6.4, using Delphi 6) to see if it the right choice for our application (a large application for the Italian Police), maybe there is something in the "trial check" code that block everything (I am testing within the IDE)?
When I used it in a TRemoteDatamodule everything worked, in the DLL no!
------------------
LDS
I am evaluating the trial version (3.4.6.4, using Delphi 6) to see if it the right choice for our application (a large application for the Italian Police), maybe there is something in the "trial check" code that block everything (I am testing within the IDE)?
When I used it in a TRemoteDatamodule everything worked, in the DLL no!
------------------
LDS