I started this out of curiosity so any platform is valid.GyroVorbis wrote:You really should specify the platform in a post like this. Since you didn't, I'm assuming Windows?
Search found 7 matches
- Tue Apr 20, 2010 8:55 pm
- Forum: Game Development
- Topic: Your ideal free game development environment
- Replies: 23
- Views: 2703
Re: Your ideal free game development environment
- Mon Apr 19, 2010 6:34 pm
- Forum: Game Development
- Topic: Your ideal free game development environment
- Replies: 23
- Views: 2703
Your ideal free game development environment
for those of you who use free programs, i just wanted to know what set of free programs you use to create games, such as:
Compiler/Interpreter/IDE
Library/Engine
Image Editor
Audio Editor
etc.
Compiler/Interpreter/IDE
Library/Engine
Image Editor
Audio Editor
etc.
- Sun Mar 22, 2009 3:46 pm
- Forum: Programming Discussion
- Topic: Bootleg Bash : OS X Port
- Replies: 2
- Views: 304
Re: Bootleg Bash : OS X Port
@ 0:22 - 0:27
... sw33t ^_^
... sw33t ^_^
- Thu Mar 12, 2009 11:30 am
- Forum: Programming Discussion
- Topic: vc++ express with lua
- Replies: 7
- Views: 787
Re: vc++ express with lua
Mr.Clean hugs Kros and says, thank you kind sir
- Thu Mar 12, 2009 10:51 am
- Forum: Programming Discussion
- Topic: vc++ express with lua
- Replies: 7
- Views: 787
Re: vc++ express with lua
yep, got an error message:
Error: cannot open test.lua: No such file or directory
which i think means ... the ide is looking for the script in a directory that isn't in the debug folder?
Error: cannot open test.lua: No such file or directory
which i think means ... the ide is looking for the script in a directory that isn't in the debug folder?
- Thu Mar 12, 2009 7:49 am
- Forum: Programming Discussion
- Topic: vc++ express with lua
- Replies: 7
- Views: 787
Re: vc++ express with lua
the rest of the code runs but not the script. for example, in the case of the tutorial from the link above, the output should be:If the script doesn't run, then what does happen?
hello world
press enter to exit
but instead i just get:
press enter to exit
- Thu Mar 12, 2009 7:04 am
- Forum: Programming Discussion
- Topic: vc++ express with lua
- Replies: 7
- Views: 787
vc++ express with lua
when i follow the tutorial at http://gamedevgeek.com/tutorials/getting-started-with-lua with vc++ express, i can compile the program without errors but when i execute the program from the ide the lua script doesn't run. on the other hand, when i go to the debug folder where the exe is and run the ex...