No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
9 Posted Topics
Re: [quote=samaru;2074]Is everyone familiar with this game? Just reply with the first word that comes to your mind when you think of the last word posted. You can't respond to the post with a comment, just the word that comes to your mind. It can only be a word or a … | |
Re: [quote='Stein;284584][B]Amseterdam[/B] has a distinct Red Light District.[/quote] District cricket is a good excuse to have a drink | |
O.K. Ive compiled my program for debugging. I really don't know where to start looking. My program consists of two blocks of source code (Robotmoves.cpp and Character.cpp) and one header file (Character.h) Once I have compiled and attempted to run the program the error tells me my Robotmoves.EXE had triggered … | |
Hello all. I have been trying to run a program on my VC8 compiler which incorporates the Allegro enviroment. It enables users to move a small robot.bmp image around the screen by using the arrow keys. Problem is I get my main window up and first animation frame displayed, but … | |
G'day all. I have been trying some Allegro applications within my VC8 compiler. Everything has been linking fine until this one: [code] #include <allegro.h> BITMAP *myImage; int main() { allegro_init(); install_keyboard(); set_color_depth(16); set_gfx_mode( GFX_AUTODETECT,1280,600,0,0); myImage = ( "G:\\My Images\\box.bmp", NULL); acquire_screen(); draw_sprite( screen, myImage, 200, 150); release_screen(); readkey(); return 0; … | |
Hello again. After my past few weeks getting annoyed with compiling issues, I seem to have started getting somewhere.(Visual C++) I have a quick question. Since visiting numerous sites and experimenting with various sample and source codes I am finding one thing. One block of code from a certain site … | |
Hello All. First of all,thank-you to all who replied with advice on my dilemma. 'Unable to compile OpenGL code.' Much appreciated and after extensive searching I was finally successful running a small piece of openGL sample code through Visual C++. What a hoot, what a joy!:) Unfortunately though, I then … | |
Hello all. My name is Jason and I'm from Australia. After spending years in the laboring community I finally got sick of the rat race and decided to make a change. I'n now part time studying a the tender age of thirty. And loving it:cheesy: I am new to these … | |
Hello. I am currently dabbling with C++ with view to learning openGL. I am using Microsoft Visual C++ and Borland compilers but the problem is neither of these programs want to accept any OpenGL code I put into them. Can someone please help me? |
The End.