Browse by Tags

All Tags » Assembly

Using WiX (Windows Installer XML)

For my current project, I've had to create installation packages with WiX , an opensource tool that allows to create very powerfull installers with XML. I've used the 2.0 version before, but now there is a beta of the 3.0 version, called Votive...

Quick tips for developing under Windows Vista

Now that I'm having quite a lot of development (and fighting with the OS) under Vista, here you are some quick tips that will help you a lot to develop efficiently with Visual Studio 2005. Navigate to C:\Program Files\Microsoft Visual Studio 8\Common7...

NVidia releases new compiler and OpenGL specifications

NVidia has just released CUDA, a new special compiler that has C extensions to program the GPU. This allows a high-level direct programming of the GPU, using it almost as a coprocessor. The approach is different from ATI's CTM (which provides a low-level...
Posted by Kartones | with no comments
Filed under: , , , , ,

It all started...

In the late 80's my dad had a AMSTRAD PC/W green&black pc. On it I saw & played my first videogames (Pong, Space Invaders, Asteroids, Pac-Man, ...). One day, someone told my father that there was something better, much better. A Commodore...
Posted by Kartones | with no comments

WTF: ASM to IL compiler

Most .NET related people will know that there are a lot of projects to migrate/port Fortran, Pascal, CAML and other "obsolete" languages to .NET but... A compiler for generating ASP.NET code from Assembly code ?!?!? You can check it by yourself...
Posted by Kartones | with no comments
Filed under: , ,