Category Archives: c

Oasis CIQ XML

I’ve got this project on at the moment where we are transplanting the address system to use International standards. This is what this diagram I’ve uploaded represents… the CIQ xAL.xsd.
What I need to do is work out how we represent this thing as part of a cSharp (C#) .NET web services application. And I […]

PHP C extensions

An existing extensions library
HowTo implement your own PHP C extensions
Zend developers zone article on writing the Hello World of PHP C Extensions

Integrated Debugger for Java*/JNI Environments Part 5

This follows on from earlier posts in my integrated debugger for Java*/JNI environments series (part 1, part 2, part 3, part 4). I have made a few attempts, but think I was just unlucky in my environment states!
There are plenty of resources out there for people interested in implementing the Apache Harmony based Intel […]

Integrated Debugger for Java*/JNI Environments Part 4

Sorry that I haven’t been able to post on this for a while, I went on holiday down to Queenstown for a week which was awesome. Even did some snowboarding! There is a forum on the Intel what-if website covering the installation of this product.
It seems that the supported harmony version is only avaliable via […]

Integrated Debugger for Java*/JNI Environments Part 3

I am in the middle of putting together an integrated debugger environment for Java/JNI. It is a very cool idea from the Intel What if community program. But I am having issues getting Harmony JVM to work correctly in Eclipse, it is probably an issue with the build I am using or how I am […]