I'm making a project with dotras library and I want to make the executable compatible with both windows 7 and windows XP. The point is that dotras has two different libraries with the same name (one for win 7 and one for win XP). I was wondering if it's possible to include both and, basing on the running O.S., load & use the right one.
I'm using Visual Studio 2013 but I'm really new to it. any suggestions/examples?