Java Native Interface allows to access native C/ C++ files. When an error occurs Java throws an UnstatisfiedLinkError. Java is an OO programming language who needs help to access Native C/ C++ files, a java class file implements all functions from the C/C++ file. Via this Java class native functions can be addressed, it’s kind [...]
Archive for the ‘Programming’ Category
Remember I was busy working with interrupts, next step is to use them in a sensible way. To simplify the software I’m using interrupts for switching to the next frame.
Led cubes display multiple patterns in a sequence. Just like a movie a Cube is made up out of frames, every frame representing an image. Luckily [...]
I’m working on a new project at school. This time it’s all about an Embedded system. Programmable in C18 ( Microchip’s ripoff of regular C99? ) on the PIC 18f4550 the same device I’ve used for my PONG on glcd.
For this project I’m going to build a LED cube. Here suppose to be a boring text about LED [...]
I was trying to get Zend Framework up and running with the PDO_MYSQL extension. I’m doing quick development on my local Apple machine, with MAMP 1.7.2 installed. MAMP is an easy to use Mac Apache Mysql and PHP platform but it has it’s drawbacks. Installing additional extensions is really difficult.
A while back i’ve replaced my [...]
I’ve put the concept version of my serious Flash game online. Check out the project page. Programming was done in Actionscript 3.0, and the SDK with Flex Builder eclipse plugin. So not the actual Flash toolkit.
Direct link to the game: Nature’s Invader.
