Visual Studio 2010 Crashes using CDHtmlDialog
When building dialogs using Visual Studio 2010, I kept getting a consistent crash whenever I would try to assign a base class of CDHTMLDialog to a dialog. It crashes at the point of trying to complete the wizard. Thanks to kbalertz.com for having the answer. The reason for the crash is due to a [...]
c++ zip_utils encryption error in unzip.
On Code Project there is a set of files in C++ which easily let you add zip and unzip to your application. Simply include the required files and call as needed. Its nice because it has very little overhead and can be built statically so that you can have a single EXE without any DLL [...]
Parallel Nsight 2.0, Ready for Computation…
As of May 11th, NVIDIA released the CUDA Toolkit 4.0 and also released was Parallel Nsight 2.0. Developing CUDA code for Windows has had a reasonable startup cost due to no real tight integration with Visual Studio. Even though Parallel Nsight has been around for almost two years, it started as more advanced debugging tools [...]
Pain Management Journal
I have noticed in my research this past month that more forms and sheets are being developed for a push that people with chronic pain conditions keep a journal. In developing Pain Management Assistant, I have found that the issue isn’t as much how much data could be useful and tracked, but picking the right [...]
Welcome 2nd Quarter 2010
Of the many things I love about computers web site updates actually are one of them. However when I put updates here I prefer it to be of some use and not just typical blog banter. WordPress is just a far easier content management system for me then most. I would actually love to hang [...]
Automated User Interface Testing with Windows
Not as easy as one would think really, and yet its one of the most valuable services we rely on as programmers. When you can get a good testing team to help you pound on a feature before release and give you first class feedback it helps immensely. Testers with an attention to detail that [...]