goodday everybody...

well, i wrote a exe program and a dll program. the exe program will use the dll program.
this is my problem...
i recompile the dll program and replace the old dll program.
now, when i try to run the exe program, an error msg will appear. sorry, i don't quite remember the msg. it got something to do with ActiveX component or object.

question:
can't i just copy and replace the dll program in the hope that the exe program will 'adjust' itself?
if yes, how should i do it so that i don't need to recompile the exe program all over again, which is what i'm doing now?

your help and advice will be most appreciated...