Articles


Whiite Linux (Linux on Nintendo Wii)
-Written on 2010-04-22 08:06:30 by BONES

This is just a little article about my experiences setting up Whiite linux on my nintendo wii. ...
Read More...

Working with pointers in Dll's
-Written on 2010-04-10 09:24:28 by BONES

This is Just a little article on how to use pointers from a Dll with Delphi. This method should work fine when interfacing with DLL's written in other languages as long as you observe the calling conventions for those languages (StdCall,CDecl etc..) ...
Read More...

All singing all dancing
-Written on 2009-08-27 18:23:24 by BONES

Welcome to the new all singing all dancing reidspace homepage.
hh This time I have decided to write it in PHP. Besides the obvious advantages of this (no cgi executable etc) It is a great opportunity to learn new skills. There is nothing like gett...
Read More...

Codegear RAD Studio 2010
-Written on 2009-08-14 08:40:03 by BONES

I have to say, after working with Borland/CodeGear Delphi Products for over 10 years, it takes a lot to get me excited about anything new, but the gesture integration in Rad studio 2010 is very very cool.
The future is here, truly interactive...
Read More...

A simple Plasma routine with Delphi7 and DelphiX
-Written on 2009-08-06 21:18:34 by BONES

A simple 400x400 plasma routine using Delphi7 DelphiX and palette rotation.. I wrote this based on a very good c++ tutorial, the code is fairly straight-forward and easy to read.You can uncomment the lines that draw directly to the GDI canvas to get ...
Read More...

Fun with MotorBee - Part 2
-Written on 2009-08-04 08:46:05 by BONES

Right. so we have initialized the unit, and now its time to make them motors spin.

Step 2 : SetMotors
To do this we need to talk to the SetMotors function in the DLL, so once again we need a new custom type to tell Delphi wha...
Read More...

Fun with Motorbee - Part 1
-Written on 2009-08-03 19:03:21 by BONES

This last weekend my brother was visiting, and we decided to have a look at programming for the motor-bee control adapter.
The Motor-Bee is a cool little controller board with 6 ...
Read More...