Search found 36 matches

by Bobbias
Sat Jun 29, 2013 10:46 pm
Forum: Support and Development
Topic: [SOLVED]Problem with my code (likely something really simple
Replies: 11
Views: 6679

Re: Problem with my code (likely something really simple)

And you're entirely correct. Still getting used to the specifics of how Lua works... I still don't quite grasp how the OOP stuff works exactly. Guess it's time to sit down to read through middleclass.lua. Most of my programming experience is in Java and C#, so it's taking a bit to adapt to Lua's dif...
by Bobbias
Sat Jun 29, 2013 9:29 pm
Forum: Support and Development
Topic: Freeing Resources
Replies: 12
Views: 8460

Re: Freeing Resources

I use VisualStudio, so I have the comfort of Intellisense that actually works, and the designer, along with the automatic code generation it does, which speeds things along quite a bit (and pampers me).
by Bobbias
Sat Jun 29, 2013 9:26 pm
Forum: Support and Development
Topic: Problems with ATL and stuff
Replies: 54
Views: 11801

Re: Problems with ATL and stuff

I started getting into programming when I was about 12. Started off with a C++ book, barely learned a thing, got frustrated, and stopped. Started back into things at 14. I'm 25 now, and although I've coded a few small utilities in C#, gone through programming classes in high school and college cover...
by Bobbias
Sat Jun 29, 2013 8:50 pm
Forum: Support and Development
Topic: Freeing Resources
Replies: 12
Views: 8460

Re: Freeing Resources

If C++'s syntax didn't make my head spin, and I didn't need to write something like 200 lines to get a basic winmain/window setup I'd likely use it more often. As it stands if I need to throw something together, C# is usually my goto language, though I've dabbled in python as well. And once you star...
by Bobbias
Sat Jun 29, 2013 8:40 pm
Forum: Support and Development
Topic: [SOLVED]Problem with my code (likely something really simple
Replies: 11
Views: 6679

Re: Problem with my code (likely something really simple)

Ahh, I see what happened. Somehow the project in notepad++ switched the location for that MapLoader file so I actually modified the code in the demo project for FEZ not the file in the directory. It's the little things like this that always end up catching me :/ Although now it's telling me that I'm...
by Bobbias
Sat Jun 29, 2013 5:01 pm
Forum: Support and Development
Topic: [SOLVED]Problem with my code (likely something really simple
Replies: 11
Views: 6679

[SOLVED]Problem with my code (likely something really simple

EDIT: new problem. The same line: mapLoader = MapLoader() Is giving me a new error: Attempt to call a table value. Alright, I'm guess this is going to be something painfully basic that any self respecting Lua coder would know, but I've just started getting into Lua and my grasp of some of it is stil...