Search found 7 matches

by gamescoper
Thu Aug 21, 2008 5:49 pm
Forum: Beginners Help
Topic: Dev-Cpp "Access violation"!? Why?
Replies: 10
Views: 651

i would look through the docs except i find it hard to englishly understand it and i dont know where to look for what since it just shows me the class name for c++ but doesnt categorise them like "XML Reader" or "3D Rendering" etc. I personally think that putting them in nice cat...
by gamescoper
Thu Aug 21, 2008 10:02 am
Forum: Beginners Help
Topic: Dev-Cpp "Access violation"!? Why?
Replies: 10
Views: 651

ahh thanks

but the variables have to be set as a stringw as the xml reader doesnt seem to output as integers
by gamescoper
Thu Aug 21, 2008 9:45 am
Forum: Beginners Help
Topic: Dev-Cpp "Access violation"!? Why?
Replies: 10
Views: 651

i edited this line so the second device is made with the variables from the xml file: device = createDevice( video::EDT_SOFTWARE, dimension2d<s32>(width,height), 32, true, false, false, 0); but now the compiler gives me these errors main.cpp: In function `int main()': main.cpp:111: error: no matchin...
by gamescoper
Thu Aug 21, 2008 9:09 am
Forum: Beginners Help
Topic: Dev-Cpp "Access violation"!? Why?
Replies: 10
Views: 651

thanks for your but i want the window size to be affected by the settings in the xml file, if the device is initialised before the xml file is read can i re-initialise the device
by gamescoper
Wed Aug 20, 2008 5:00 pm
Forum: Beginners Help
Topic: Dev-Cpp "Access violation"!? Why?
Replies: 10
Views: 651

Dev-Cpp "Access violation"!? Why?

I was debugging my code as it wasnt working and devcpp kept giving me this error "An Access Violation (Segmentation Fault) raised in your program." I know it has something to do with a pointer being corrupted or something but I am not greatly well versed in C++ so i am quite lost. The debu...
by gamescoper
Sat Feb 02, 2008 2:33 pm
Forum: Beginners Help
Topic: clear() function problems
Replies: 6
Views: 216

thanks for the help and as a matter of fact this is THE best forum i have been to people here are so nice and comfortable to speak with unless they are shouting at you but thats impossible without VOIP
by gamescoper
Fri Feb 01, 2008 9:43 pm
Forum: Beginners Help
Topic: clear() function problems
Replies: 6
Views: 216

clear() function problems

Firstly this is my first attempt at windows programming in c++ (my first attempt at c++ was for dos) anyway i was trying to make a menu and i thought that i should clear the gui objects before drawing in the next menu. Well after going through a few tutorials i got this far and the clear() function ...