|
|
|
|
|
by pjmlp
1676 days ago
|
|
As info for others, Windows, some UNIX clones like Aix, and I guess mainframes/micros, do use namespaces for the dynamic libraries. So funcA() from a.dll and funcB from b.dll, are actually resolved as a!funcA and b!funcB, hence why linking against msvcrt90.dll and msvcrt100.dll works without major issues. |
|