Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~686 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Nickyu0712

Every time I try to execute my program I get an error:"The instruction at "0x00401585" refereced memory at "0x00000028".The memory could not be "read"". Pleas help me! I have linked -lagl -lalleg -luser32 -lgdi32 -lopengl32 -lglu32 I can't see the problem. :( [code=C++]#include <gl\gl.h> #include <GL\glu.h> #include <allegro.h> #include <alleggl.h> …

0
68
Member Avatar for Nickyu0712

I just added the allegro and allegroGL packages to my DEV C++ compiler. But I have an error with the set_gfx_mode funtion. I have written this : [ICODE]#include <allegro.h> #include <alleggl.h> int main() { if (allegro_init() != 0) { return 1; } if (install_allegro_gl() != 0) { return 1; } …

0
86
Member Avatar for Nickyu0712

I would like to know which would be a good graphics library to begin with. I am using Allegro, I want to know if this is good enough for 2D graphics like manipulating bitmaps etc.

Member Avatar for slatk3y
0
105
Member Avatar for Nickyu0712

I'm not very good at hardware. I wold like to know if my Foxconn 945P7AA, with a PCIe x16, woldu support a DDR3 video card. I want to know even if the type of memory matters .

Member Avatar for Ali.Ayam
0
93
Member Avatar for Nickyu0712

[code] #include <string.h> class ITEM //here i get the error { private: int price; char name[ 21 ]; int efatr[ 4 ]; public: void setName( char* newname ); void setPrice( int newprice ); void setAtribut( int x, int ef ); ITEM() { name = "Player"; price = 0; } ~ITEM(); …

Member Avatar for Nickyu0712
0
334