Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by whitelisting our website.

Old projects and utils

Miniwar – The Scorch earth windows version, with network support (nahhhh! :))
I’ve started on a game that I wanted to look like scorch earth. I’ve added the gfx dynamically with rotation, and made different power functions. I use the standard GDI to draw it, and it seems to slow on some systems. So the project is resting until I get the GDI+ integrated! 🙂

TicTacToe – A source code for beginners
This was one of my first examples made, to help programmers getting started. It has a lot of comments, and made simple.

TelnetChat – Simple inline chat server
This is the second example I’ve made for using the CAsyncSocket class in MFC. The code is poorly commented, and should be used by advanced users who wants to learn about the class. It is not difficult, but some experience about CSocket would speed up the learning.

Matrix – screensaver
This is my first attempt for making a screensaver. I have downloaded a font and integrated it into the screensaver. But after a computer crash the source code for it has been erased! No updates here! 🙁

ASPI Driver FIX for Windows 2000 and XP
Since there was some problems getting the ASPI drivers to work with AudioCatalyst, Audiograbber and other programs that needed the ASPI support, I’ve put up this site to help people getting it right.

Control your Winamp 2.xx remotely, through TCP/IP
This is one of my first programs made for Winamp. Please ignore the ugly design! 🙂 But it is quite useful, change song, change volume, set shuffle and so on. Server is not a plug in, but just a program that is needed to run in the background. The source is old, and I cannot find it, please do not ask for it! 🙂 Server and Client

NetAMP for Winamp 3.xx
This is a WAC plugin for Winamp 3.x, it opens a port on your computer and gives the client the opportunity to get the playlist and currently playing songs etc. It is quite better than the 2.x version. (SINCE NULLSOFT HAS FUCKED UP THEIR WINAMP 3, THIS PROJECT IS DISCONTINUED!) Server and Client

NetSYNC for Winamp 2.xx & 5.xx and 3.xx
This is a plug in that makes it possible to connect 2 or more Winamps together with the same play list. It tries to sync the sound through the network. The program is pretty simple to use, and it has some problems with syncs on different systems (network, different speed on computers and so on). This require a lot of tweaking.