Heres a link to the first part of a (small) series on how to use lua scripting with c++.
http://www.youtube.com/watch?v=HnfniLVfVV4
Search found 5 matches
- Sat Apr 30, 2011 9:00 am
- Forum: Programming Discussion
- Topic: Guides & resources
- Replies: 59
- Views: 70668
- Sun Aug 15, 2010 2:26 pm
- Forum: Programming Discussion
- Topic: My AutoClicker
- Replies: 6
- Views: 864
Re: My AutoClicker
That looks awesome, great work :D
- Wed Aug 11, 2010 6:30 pm
- Forum: Programming Discussion
- Topic: program breaks after awhile
- Replies: 6
- Views: 1113
Re: program breaks after awhile
I'll keep that in mind thanks
- Wed Aug 11, 2010 8:39 am
- Forum: Programming Discussion
- Topic: program breaks after awhile
- Replies: 6
- Views: 1113
Re: program breaks after awhile
Yes it's now fixed :) Stupid mistake not running in debug mode <.< The problem was abit strange though. Had to do with TTF_RenderText_Solid. I wanted to only display some text when clicking on a place, so when you were not clicking I did surface = TTF_RenderText_Solid(font, " ", white) and...
- Tue Aug 10, 2010 7:51 pm
- Forum: Programming Discussion
- Topic: program breaks after awhile
- Replies: 6
- Views: 1113
program breaks after awhile
Hi there! I've got this problem, and I'm not sure how to fix it. I'm using c++ with sdl. So when I run my game everything works fine.. but after awhile (2-3minutes) it suddenly breaks and tells me this: Unhandled exception at 0x6f4c237b in Project Z.exe: 0xC0000005: Access violation reading location...