bug in vector.zip source
one of the soundcard callback messages uses WM_SYSCOMMAND. in another app i found this method wasn’t passing other things through WM_SYSCOMMAND (perhaps i had added a break; in the wrong place..?) so that when i added a frame to the window, i was not able to move or maximise it as these were being dumped at WM_SYSCOMMAND.
the few things done in that statement were moved into the next thing that would have been called for them and window could be moved again 🙂 hazards of source..
(laying on back, don’t feel like messing with compiler to fix source, hopefully soon.. itm here’s a note)
Leave a Reply