Hello all,
Well I’ve spent the last few days updating my site, hopefully all the downloads now work with Visual Studio 2005 and the most recent DirectX.
I’ve not got a chance to actually clean up the code yet so don’t expect miracles!
Please let me know if you find anything broken!
Cheers,
Eddie
admin Uncategorized
Hi,
The studio I work in use Visual Assist which is a far better version of Intellisense in my opinion. However Intellisense is on by default on Visual Studio and does a far bit of processing in the background, especially when there are significant project changes. So I’ve needed to disable intellisense for this project, to do so is trivial really.
Close your active solution in Visual Studio.
Navigate to: C:\Program Files (x86)\Microsoft Visual Studio 8\VC\vcpackages (you may need to find the right directory on your machine depending on where Program FIles are…)
Remove or rename(a better option in case you need it again)
Feacp.dll
Intellisense will now be disabled.
edlong Uncategorized
Hi,
I’ve just started looking into beginning development on the iPhone. Coming from C++, Objective-C seems a strange and foreign language and so I’ve been looking for useful tutorials online. The best I’ve found so far is a Stanford course that is available on iTunes U. Seems to be a very well put together course taught by Apple developers. I’ve looked at one lecture so far but was impressed.
Check it out
Stanford Lectures on Cocoa Programming
Other handy resources are:
iPhone dev blog
More tutorials
Let me know if anyone knows of other good tutorials.
edlong Uncategorized