The winsamp.d is distributed with DMD.  It's OK when being built like this:<br>   dmd winsamp gdi32.lib winsamp.def<br><br>However, running this:<br>   dmd -O winsamp gdi32.lib winsamp.def<br>will issue a error message:<br>   winsamp.d(35): Error: null dereference in function WindowProc<br><br>Check it, you will get this:<br>*(cast(int*) null) = 666;<br><br>Before firing a bug, I want to make sure about it.<br><br>Thanks.<br>