D
D Browne
This is probably going to be an obvious answer for some, but I'm just
looking for directions or where to look or read. How can you make an
application that references a specific file ... say foo1.2 ... not break
when foo1.3 is released.
For example, I have an application that uses a commercial available class
say V.1.0 that has a function called getColor, then the vendor releases V1.1
that fixes a bug in getColor. How could I write the application so I could
just add V1.1 in the apps folder without having to recompile the entire
application? The assembly fails because it is looking for V.1.0
looking for directions or where to look or read. How can you make an
application that references a specific file ... say foo1.2 ... not break
when foo1.3 is released.
For example, I have an application that uses a commercial available class
say V.1.0 that has a function called getColor, then the vendor releases V1.1
that fixes a bug in getColor. How could I write the application so I could
just add V1.1 in the apps folder without having to recompile the entire
application? The assembly fails because it is looking for V.1.0