Back in 1998 when we shipped version 1 of what is now Xojo, it was a 32-bit application and has been ever since. Depending on the operating system, that meant the Xojo IDE itself had at most 4GB of RAM available to it. That would seem like more than enough for any project. However, we have some users that have really big projects. One project I know of has over 1500 project items!
Comments closedTag: 64-bit
At each XDC (Xojo Developer Conference) I lay out, however roughly, what Xojo’s short-term development roadmap looks like for the next 12 months or so. Despite how well-conceived that roadmap may be, sometimes unexpected events occur that change or delay things.
Comments closedIn his poem, “The Mouse”, Robert Burns wrote:
The best-laid plans of mice and men oft go astray…
As Burns so eloquently stated, no matter how carefully you plan sometimes things just don’t work out. Anyone who has done software development for long knows this all too well.
Comments closedOur goal has always been to let you focus your energy on what makes your app unique. One of the ways we do that is by handling the nitty-gritty details of the various platforms Xojo supports. For example, you don’t have to worry about the differences in how files are accessed on Windows, Linux, macOS or iOS. We take care of that for you.
Saying all this is one thing, however, and delivering it is quite another. We’ve been through some significant technological hurdles over the years. Over the past 12 months we’ve had two big transitions. The first was support for HiDPI (called Retina on macOS and iOS) which made it possible for apps created with Xojo to support high definition screens. For Xojo users, adding HiDPI support was mostly a matter of recompiling their app. If they had pictures or icons, higher resolution versions needed to be supplied but aside from that, it was effortless.
The second big feature we’ve been working on is support for 64-bit. Integers are the issue here and are almost certainly the most common data type used in apps built with Xojo. If you have used the generic Integer type, in theory, building a 64-bit version of your app should be a simple matter of recompiling. That’s the theory. What’s the reality?
Comments closedWhether Software Developer is in your job description or not, you should understand the difference between 32-bit and 64-bit. Read on for a clear answer.
Comments closedAs you may already know, 2016 was Xojo’s 20 Anniversary. Sitting down to write this post, I can’t help but think back to 20 years ago and starting what has now become Xojo. Most of the developer tools that were around when we started either no longer exist or are no longer published by the people who had the original vision to create them in the first place. In that respect, we are members of a very exclusive club. I’m also pleasantly surprised at how many users from way back then are actively using Xojo today. I take great pride in the fact that we have created something that has that kind of staying power.
Comments closedThis year’s Xojo Developer Conference was held at the distinctive Hotel Derek in downtown Houston, Texas. We had attendees from 12 countries around the world, 30+ of the best sessions ever, fun live music, great networking and delicious food!
Comments closedUpdate Aug 2017: Starting with Xojo 2017 Release 2 your app icons are automatically included in 64-bit Windows apps without having to do the workarounds described in this post. Upgrade today! If you are still using older versions of Xojo, then these workarounds are still necessary.
Comments closedEarlier this year, Xojo added the ability to create 64-bit iOS apps. And now with Xojo 2015 Release 3, you can create 64-bit apps for your Desktop, Web and Console apps.
Comments closedXojo already creates 64-bit apps for iOS. Soon, it will also create 64-bit apps for other platforms. I, for one, welcome our new 64-bit Overlords. After all, they’ll be bringing you increased performance and increased memory! Even better, there is not much you’ll have to do to create 64-bit versions of your existing Xojo apps.
UPDATE October 2015: Xojo Builds 64-bit Apps Now
Comments closed