Libmysql.dll Download
Okay so I might as well post this one too. You can download it, just save file as.
lang="en-US">
Okay so I might as well post this one too. You can download it, just save file as.
I just realized that I forgot to put the alleg42.dll in my older plex source code files. If you want to run it without making it then you’ll have to download the dll and...
Looks like we’re having domain problems on White Oak Stables. I’ve sorted it out so the website should be back up within a few hours.
One of the most interesting things I’ve found creating games is the sense of community that evolves out of them over the years. For instance, on my largest game White Oak Stables I’ve setup...
Want your very own SIM game? Here’s your chance! Bskgame.com is for sale. It already has a decent following of members (53,790 as of today) and is becoming increasingly popular as it grows. BSK...
You would think this is really obvious but I see a TON of posts on devnetwork.net (great php/mysql site) where people include their database login/password in every page from a non-protected directory. Big no...
One of the questions I get most frequently is what I use to make my text-based games. My answer is always the same, PHP and MySQL. Let’s say you wanted to learn these languages,...
Okay, so I’m going over the deep end and I’m going to create a client/server setup in UDP (or TCP but i think dropped packets won’t be an issue) so I can get the...
Total Time – 8 hours I’ve fixed scrolling. The board now scrolls without a problem. To simplify things I’m currently working on selecting and moving blocks from only the top two levels. Another thing...
/*********** * Purpose: draw the buffer behind an image * Precondition: image to use * Postcondition: returns the image with the buffer behind it ***********/ BITMAP *blitBigger(BITMAP *image) { clear(buffer); //clear the buffer (or...