Microsoft now has its updated hardware requirements for Windows Vista, and as I figured, they aren't as bad as many were saying. Let's take a look...
Continue reading "Vista Hardware Requirements, II" »
A very good question was raised...When should you use ASP.NET? Let's look at the answer to that question...
Continue reading "LabVIEW and the Web" »
As I've mentioned in the past, one of the charities I work with is the
Texas Hearing and Service Dogs. One of our recipients has written a letter to the AKC to nominate her service dog for the
AKC Award of Excellence. However, I think she describes quite well why these dogs are so important.
And remember, THSD takes all of its dogs from shelters and rescue groups - these are dogs thrown away by other people.
Continue reading "What is a Service Dog?" »
Refnums in LabVIEW are not a new thing - they represent some external resource that must be tracked and released when you're finished with it. The most common example is the file refnum, created whenever you open a file.
For those programming .NET in LabVIEW, refnums are your constant companion. We convert what .NET data types we can into native types, but there are simply too many types in .NET that have no correlation. So, you get refnums.
But, just like files, you need to be sure to close the refnum when your done with it, or you'll get a memory leak. Let's take a look at when you do and don't need to close a .NET refnum.
Continue reading "How to say goodbye to your Refnum" »