Search found 307 matches

by Light-Dark
Thu Mar 17, 2011 9:11 pm
Forum: Programming Discussion
Topic: Wierd Error
Replies: 5
Views: 780

Re: Wierd Error

its in C++
by Light-Dark
Thu Mar 17, 2011 8:46 pm
Forum: Programming Discussion
Topic: Wierd Error
Replies: 5
Views: 780

Wierd Error

#0 00000000 0x0040192c in ??() (??:??)
#1 00000000 0x00000014 in ??() (??:??)
#2 00000000 0x00000000 in ??() (??:??)




O_O ??
by Light-Dark
Mon Mar 14, 2011 1:38 pm
Forum: Programming Discussion
Topic: Lua Error
Replies: 2
Views: 584

Re: Lua Error

luaL_dofile(L,"filenamehere")

woops forgot it but i have that in there ._.

it still wont work :(
by Light-Dark
Mon Mar 14, 2011 1:33 pm
Forum: Programming Discussion
Topic: Lua Error
Replies: 2
Views: 584

Lua Error

when ever i try to run my program with the luaL_loadfile("filennammehere"); or luaL_dofile("filename"); call stack comes up with this: #0 10013863 luaL_loadfile() (C:\Users\Owner\Documents\C++\Engine\lua5.1.dll:??) #1 00402AD0 SDL_main(argc=1, args=0xc12f50) (C:\Users\Owner\Docum...
by Light-Dark
Sun Mar 13, 2011 8:18 pm
Forum: Programming Discussion
Topic: Lua Help
Replies: 9
Views: 1697

Re: Lua Help

thanks this will help me alot :)
by Light-Dark
Sun Mar 13, 2011 8:14 pm
Forum: Programming Discussion
Topic: Lua Help
Replies: 9
Views: 1697

Re: Lua Help

C++/SDL
by Light-Dark
Sun Mar 13, 2011 8:06 pm
Forum: Programming Discussion
Topic: Lua Help
Replies: 9
Views: 1697

Lua Help

not to sound like the biggest n00b possible but how do i get lua to work with my program i am having some trouble, if you know a guide post a link please.