I can not get Allegro to load any BMP images. Here is a section of test code. The picture is in the working directory:
BITMAP *my_pic;
my_pic = load_bitmap("kirby.bmp", NULL);
if(!my_pic)
{
allegro_message("ERROR lol");
return EXIT_FAILURE;
}
I always get the error message. Why would the image not be found?
Allegro does work. I can draw pictures with it.
Simple code help with redirects
I am trying to figure out a redirect script that detects if the browser is IE 7 and if it does, redirect the user to another page. Is this even possible?
Security Exception on pages using AJAX
I am getting the exception: attempted to perform an operation not allowed by the security policy on my AJAX pages. If i remove the AJAX control it works.
Accessing Infotype data in dialog program
Hi All
php web service error
hey guys,I'm working on a project requires the use of web services. I've been trying a few tutorials and I get this one persistent error. I've search the web for clues, even this forum and nothing
Protecting forms
Alright, I want to protect some forms of mine from SQL Injections, because I had someone earlier spamming, and not just regular spamming. They edited all the current user posts to their name, and
Session login issue
I'm wondering how to fix a problem I'm having with a session-based login systemSay I go to http://www.website.comThe page that processes the login then returns the now-logged-in user to
writing a screen scraper
Hello,I'm writing a screen scraper application and want to be able to get absolute addresses for images from relative links.So a link like this: Code: <img
Serial number of exernal hard disk/Thumbdrive
Hi guys,
Downloading file (Headers)
I'm trying to make users download a file, but they must wait 60 seconds before it begins.But, I'm stuck - the file isn't downloading, and no error is being shown (I've enabled E_ALL error
How to form a xml form table with a single sql statement..?
Hi everyone,