From: Sam S. <sam...@gm...> - 2006-02-19 17:46:42
|
On Feb 19, 2006, at 12:34 PM, Dan Potter wrote: > That if statement that checks it isn't my syntax, so that must've > been Atani. Maybe it was put there to prevent a null deref when it > checks to see if it's a mouse? Probably best to just let it pass > NULL events straight on down. > Ok, I'll check in my fix for it, then. I removed that if statement at the top, and adjusted the mouse if statements to be if (evt.dev != NULL && ... to prevent the null pointer errors. Now my tiki apps quit when I tell them to! I should have some fun stuff to show off in TikiSquares in a few weeks :) > Yes indeed... there are many things I grudge VS, but its debugger > has no peer currently. I can take a copy of VS8 with Visual Assist > installed and pretty much zen into the code. :) I get more done > with that setup than pretty much any other. I'm not sure exactly > what's wrong with Xcode but it still seems more like a Fisher Price > My First IDE than anything... Mostly it's sluggish, and the tabbed interface is kind of quirky. I actually hadn't realized how slow the OS X terminal is until I started coding on win32 again.. i fired up putty to connect to my linux box and there was noticeably less delay between hitting a key and seeing the letters. Kinda like GNOME Terminal vs xterm I guess, eye candy = slower. Is VS8 .NET or the one after it? I should see if my college's MSDNAA site has the latest version before they disable my account (I haven't attended in over a year, but they haven't gotten around to deleting the account yet :) ). I'm still working on VS .NET, which is pretty nice too, especially with the Ankh SVN plugin. -Sam |