Skip to content

Xojo Programming Blog Posts

Oh, Say Can You C?

There is a “bug” here, can you spot it?

dim s as string = "abc" + chrb(0) + "def"
dim c as cstring = s
if s = c then
  msgbox "Yay our software works as we expected!!!!"
else
  msgbox "BOOOOOO!!!!"
end if
Comments closed

Hell Freezes Over…

About two years ago a Feature Request was filed for the Web Framework to allow users to handle incoming requests in standalone apps for things which would normally return an HTTP 404 Missing Page error. At the time, there were a few obstacles in our way which prevented bringing this request to fruition, but no more…

Comments closed

An update on 64 bit…

With 2014r3 shipped, it’s a good time to give a quick update about where we’re at with 64 bit support. I’ll walk through the key pieces involved in this effort and give some updates.

Comments closed