Fix The Problem

This blog post was started a LONG time ago … after moving the blog from my in-house server to an external server, I’ve decided to finish it. This may sound like a no brainer … but I’ve found this bit of advice is sometimes ignored… Fix the problem, not the symptom! I’ve been struggling with…

Quick Tip: API data lengths

Here’s a quick tip for troubleshooting API calls: If you are calling an API and notice that data you are expecting isn’t being provided, verify that you are allocating enough space for the return values and telling it how much space you’ve allocated. Many APIs require you to allocate space to hold the returned info…