04-28-2010, 04:22 PM
If you use the same function name in two libraries then the desired called function will come from the 1st library although you need the function from the 2nd library.
It will be better if you provide unique function name in each library.
It will be better if you provide unique function name in each library.