IonicWind Software

IWBasic => General Questions => Topic started by: LarryMc on February 27, 2008, 01:58:40 PM

Title: subroutines in LIBS
Post by: LarryMc on February 27, 2008, 01:58:40 PM
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
Title: Re: subroutines in LIBS
Post by: Ionic Wind Support Team on February 27, 2008, 02:26:49 PM
As long as they are not marked as GLOBAL or both compiled in debug mode,
Title: Re: subroutines in LIBS
Post by: LarryMc on February 27, 2008, 02:38:37 PM
Kinda what I though about the global export thing but had no idea about the debug part.

thanks

Larry