Search found 7 matches
- Thu Aug 21, 2008 5:49 pm
- Forum: Beginners Help
- Topic: Dev-Cpp "Access violation"!? Why?
- Replies: 10
- Views: 651
- Thu Aug 21, 2008 10:02 am
- Forum: Beginners Help
- Topic: Dev-Cpp "Access violation"!? Why?
- Replies: 10
- Views: 651
- 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...
- Thu Aug 21, 2008 9:09 am
- Forum: Beginners Help
- Topic: Dev-Cpp "Access violation"!? Why?
- Replies: 10
- Views: 651
- 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...
- Sat Feb 02, 2008 2:33 pm
- Forum: Beginners Help
- Topic: clear() function problems
- Replies: 6
- Views: 216
- 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 ...