(solved) Simple Programming Question

Whether you're a newbie or an experienced programmer, any questions, help, or just talk of any language will be welcomed here.

Moderator: Coders of Rage

Post Reply
MrCripsyBacon
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 2
Joined: Sat Dec 12, 2009 6:48 pm

(solved) Simple Programming Question

Post by MrCripsyBacon »

Solved
Last edited by MrCripsyBacon on Thu Dec 17, 2009 2:57 pm, edited 3 times in total.
User avatar
Falco Girgis
Elysian Shadows Team
Elysian Shadows Team
Posts: 10294
Joined: Thu May 20, 2004 2:04 pm
Current Project: Elysian Shadows
Favorite Gaming Platforms: Dreamcast, SNES, NES
Programming Language of Choice: C/++
Location: Studio Vorbis, AL
Contact:

Re: Simple Programming Question

Post by Falco Girgis »

At first glance, I would say that your "cursor.png" is not in the program's working directory.
User avatar
JaxDragon
Chaos Rift Junior
Chaos Rift Junior
Posts: 395
Joined: Mon Aug 04, 2008 2:03 pm
Current Project: Kanoba Engine
Favorite Gaming Platforms: PS3, PC
Programming Language of Choice: C++
Location: Northeast NC

Re: Simple Programming Question

Post by JaxDragon »

Make sure that cursor.png is in the directory where the source file is located, as well as the directory where the game's exe is located.
MrCripsyBacon
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 2
Joined: Sat Dec 12, 2009 6:48 pm

Re: Simple Programming Question

Post by MrCripsyBacon »

solved
Last edited by MrCripsyBacon on Thu Dec 17, 2009 2:59 pm, edited 1 time in total.
User avatar
RyanPridgeon
Chaos Rift Maniac
Chaos Rift Maniac
Posts: 447
Joined: Sun Sep 21, 2008 1:34 pm
Current Project: "Triangle"
Favorite Gaming Platforms: PC
Programming Language of Choice: C/C++
Location: UK
Contact:

Re: (Still cant solve) Simple Programming Question

Post by RyanPridgeon »

You made a spelling error.

Seriously, read your code through before posting :P
Ryan Pridgeon
C, C++, C#, Java, ActionScript 3, HaXe, PHP, VB.Net, Pascal
Music | Blog
User avatar
hurstshifter
ES Beta Backer
ES Beta Backer
Posts: 713
Joined: Mon Jun 08, 2009 8:33 pm
Favorite Gaming Platforms: SNES
Programming Language of Choice: C/++
Location: Boston, MA
Contact:

Re: (solved) Simple Programming Question

Post by hurstshifter »

Also, while this was quite a simple problem, it would always be best to leave the context of your problem within the original post even once it is solved(Marking the title of the thread as (SOLVED) is sufficient). That way, if someone else experiences the same problem in the future they can search the forum and your post/thread will be there as a guiding light. :)
"Time is an illusion. Lunchtime, doubly so."
http://www.thenerdnight.com
Post Reply