Thanks Lilith
Yes I do understand about debug and release.
I really wanted to know if it is possible to do everything that you can do in the main prog in a dll?
Say you have two completely different "games" that work fine on their own, called A and B.
Now say you create another one that includes the code from both of the first two plus some more, called C.
Now C will of course have a larger exe file and so will use more resource on the computer.
C uses either the code from A OR the code from B, not both at the same time.
So My question is:
Is it possible to make A and B into dlls that get called by C as required?
I have not tried because I do not know how to create a dll, just wondering if it is worth learning?
uff