readytoride39
Programmer
I am in the very beginnings of a project. I have a dll that currently creates a lib which is linked into a "C" exe. I need to convert this dll to com so that I don't have to compile the other exe everytime a change is made to the dll. I think I kind of understand the starting point for what I need to do to the DLL itself but what I am confused about is how to call the com dll from the original exe that used to link a lib. Can anyone give me advice on how to do this and a good book on Com? Also the original dll was created using Visual studios C++ version 6. When I rework the DLL should I also do it in the .Net environment? Is there any main difference between the two compilers in regard to Com that will cause headaches for me? Thanks in advance Patrick