Delphi .NET (2) Database (71) Delphi IDE (90) Network (39) Printing (3) Strings (12) VCL (83) Windows with Delphi (280)
Exchange Links About this site Links to us 
|
IS-Operator does not function in a DLL
This article has not been rated yet. After reading, feel free to leave comments and rate it.
Q: The IS-Operator does not function in my DLL.
A: Compile both the application and the DLL with runtime packages.
Then both the exe and the dll will use the same .dpl (= VCL instance) and the IS-operator will work.
Comments:
|