Problem between a BPL and DLL.
I have a class declared on a DLL with 2 properties. Call them TClass.a and TClass.b
Then I declare a new object on the BPL like this: c = new TClass();
Then I call to a function inside the class (for example function f() that assigns TClass.b to TClass.a. This assignation doesn't work. I don't know why.
I have a class declared on a DLL with 2 properties. Call them TClass.a and TClass.b
Then I declare a new object on the BPL like this: c = new TClass();
Then I call to a function inside the class (for example function f() that assigns TClass.b to TClass.a. This assignation doesn't work. I don't know why.