May 20, 2024, 04:37:11 AM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


subroutines in LIBS

Started by LarryMc, February 27, 2008, 01:58:40 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

LarryMc

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
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library

Ionic Wind Support Team

As long as they are not marked as GLOBAL or both compiled in debug mode,
Ionic Wind Support Team

LarryMc

Kinda what I though about the global export thing but had no idea about the debug part.

thanks

Larry
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library