change derived class - building a dll an import it
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hallo I have some project written and this is working fine. Now i have a base class not a abstract class and some derived. Now i want to handle each derived class in a separate dll. Now is this possible ?? And if so how to manage this ?? Do i have to make a lot of changes?? Thanks Timen
-
Hallo I have some project written and this is working fine. Now i have a base class not a abstract class and some derived. Now i want to handle each derived class in a separate dll. Now is this possible ?? And if so how to manage this ?? Do i have to make a lot of changes?? Thanks Timen
You may have to add the base class in each DLL and derive the class from that base class.. Knock out 't' from can't, You can if you think you can :cool: