Posted by: Joerg P. Bertram
Product=Team Developer
Version=3.1
PTF=3
O/S=Windows XP
Occurs=Run Time
Details=We have a problem with dynalibs (see example). The EXE with
classes without class variables works fine. The EXE with a class in both
EXE and dynalib with a class with class variables crashes at the end
of the program. Beside of that the dynalibs have both the same
interface! To declaring the classes with !__exported solves the
problem. But than we have to include this classes in all interfaces!