views:

44

answers:

1

My project build is forked. Now that main and forked build will probably have some interface changes. I have client that tests interfaces in main build and I need to use the same client to test these changes in fork build.

what is the best way to test interface changes in both with single client.

One thought I'm heading is to get the app (dll) version and based on the dll version switch to different interface to test without having to re-write the whole client. What do you think?

As I was headig in that direction, I got the dll version number appropriately but now how to switch to different interface using #ifdef or any other statement or anyother way? I need you help in this regard.

you suggestions will be appreciated.

A: 

Possibly a IoC container could help?

Link For Tutorial Video

Elijah Glover