----- Original Message ----- 
From: "Leopold Toetsch" <[EMAIL PROTECTED]>
> Jeff Clites <[EMAIL PROTECTED]> wrote:
> > On Nov 6, 2003, at 3:59 PM, Jonathan Worthington wrote:
> >> From: "Mattia Barbon" <[EMAIL PROTECTED]>
> 
> [ shared file extensions ]
> 
> Can we for now do it like:
> * if there is a dot in the filepart[1] leave the name as is
> * if not append PARROT_DLL_EXTENSION
That sounds reasonable, yes.  You could also:-

1) Try loading a library with the name as given
2) If that fails, append PARROT_DLL_EXTENSION and try again
3) If both fail, throw exception/die like now

Or is that a completely crummy idea?

Thanks,

Jonathan

Reply via email to