If I have 2 static libs that have functions that have the exact same names but are used only internally (no EXPORT blah-blah) to their on lib will everything compile correctly without compile errors?
Larry
As long as they are not marked as GLOBAL or both compiled in debug mode,
Kinda what I though about the global export thing but had no idea about the debug part.
thanks
Larry