R
Roi
Hello,
I'm trying to implements Factory Patern using 2 DLL's.
On the first DLL i implemented the Factory,
and on the other I defines global variables which activating the
Factory.
the problem is:
The DLL's aren't loaded until I call a function from them,
therefore the global variables aren't initialized and the Factory
doesn't work
Can anyone help me?
Regards in your advice,
Roi
I'm trying to implements Factory Patern using 2 DLL's.
On the first DLL i implemented the Factory,
and on the other I defines global variables which activating the
Factory.
the problem is:
The DLL's aren't loaded until I call a function from them,
therefore the global variables aren't initialized and the Factory
doesn't work
Can anyone help me?
Regards in your advice,
Roi