Guest_imported
New member
- Jan 1, 1970
- 0
I've written a very complex program, consisting of three parts: a graphic unit, an object part, which consists of some interacting objects and the program itself, which controlls all this.
Now I want to split those first to party into two DLLs. Problem is: There are interactions between objects and grafic unit and there are memory parts used by all three.
I'm not using MFC - and I don't want to, if this is possible.
How can I do this? Is there a good tutorial on DLLs on web?
Now I want to split those first to party into two DLLs. Problem is: There are interactions between objects and grafic unit and there are memory parts used by all three.
I'm not using MFC - and I don't want to, if this is possible.
How can I do this? Is there a good tutorial on DLLs on web?