>> About unlink()... is remove() available? > >unlink is available if the correct lib is included and the correct >include is done. > >Didn't you read the #if stuff from my last message?
Yes, and also had incorporated to my sources. I just was trying to avoid the need of a library for a single function. Probably "remove" is available from standard C runtime, and then using #if __MWERKS__ # define unlink remove ... Would work as well. The evident benefits are that you need not extern libraries anymore. Regards, Marti. ----- Original Message ----- From: "Christian Schmitz" <[EMAIL PROTECTED]> To: "Mart� Maria" <[EMAIL PROTECTED]> Cc: "Mart� Maria" <[EMAIL PROTECTED]> Sent: Thursday, July 11, 2002 10:07 AM Subject: Re: [Lcms-user] Compiling 109 using Codewarrior > Hi, > > Ok, I will add these changes. > > About unlink()... is remove() available? unlink is available if the correct lib is included and the correct include is done. Didn't you read the #if stuff from my last message? Mfg Christian -- PLZ Suche Das neue Postleitzahlensuchprogramm Vertrieb �ber Arktis (www.arktis.de) ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek PC Mods, Computing goodies, cases & more http://thinkgeek.com/sf _______________________________________________ Lcms-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/lcms-user
