Library naming convention

Hi,

When compiling SDL on windows I can see that Debug and release have same
name?
Wouldn’t be better to name the Debug version SDLd.dll (with a d) ?

What do you think ?

No, because then you’d have to write your application with different code to reference the two different DLLa. Makes for all sorts of KISS principle trouble.>----- Original Message ----

From: Vincent R.
Subject: [SDL] Library naming convention

Hi,

When compiling SDL on windows I can see that Debug and release have same
name?
Wouldn’t be better to name the Debug version SDLd.dll (with a d) ?

What do you think ?

No, because then you’d have to write your application with different code
to reference the two different DLLa. Makes for all sorts of KISS
principle
trouble.
okOn Fri, 1 May 2009 04:43:32 -0700 (PDT), Mason Wheeler wrote: