VSoft Technologies Blogs - posts about our products and software development.
I was just surfing looking for some user interface inspiration (trying to get away from modal dialogs!) and came across this interesting site : http://www.dontclick.it/ - see how long you can go without clicking!
v.
Using interfaces and reference counting in Delphi works great in the most part. Its a feature IĀ use a lot, I'm a big fan of using interfaces to tightly control what parts of a class a consumer has access to. But, there is one big achillies heel with reference counting in Delphi, you cannot keep circular references, at least not easily, without causing memory leaks.