Hi
I have worked in a small vb6 application, that application was using a .dll file, now I am working for the next version of the application with a small change in the application along with a small change in the .dll file as well [the name of both the .dll files are same], the new .dll file is taking an array of string instead of a string. both application is placed in different directory, but if I want to work with the old version, in my machine, I need to compile the old .dll, and to work with the new application, the same machine needs to recompile the new .dll file this time. I have changed the version of the new .dll file from 1.0.0 to 2.0.0, but still the problem exists.
how can I solve this problem, where the .dll file may have the same name with different functions

kajol