I have a problem, I need to use class in
DLL, this class as normal classes has strings as properties and parameters.
I have global variable (object of class), exported functions uses PChar for strings and works on that global variable.
DLL compiles. When I try use any function from it, raises
AV.
F1