Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mhmtemnacr

Pages: [1]
1
SFML website / Re: I made a Logo for SFML
« on: May 14, 2012, 12:33:26 pm »
I didn't talk about changing the current logo with my logo!? This is an alternative.

2
General / Re: How can I make .exe?
« on: May 13, 2012, 08:25:08 pm »
I found source of the problem. I forgot putting the data files (in-game resources) into my exe folder. I putted it and the game is running successfully now. Thanks for the replies and I'll ask a second question. How can I change my executable's icon? (not the in-game icon) :o

3
SFML website / I made a Logo for SFML
« on: May 13, 2012, 12:19:39 pm »
Hello all,

I made a logo for SFML in Photoshop. It's like the SFML logo in the website. I hope you like it! ;)



Note that the psd file is in the link below.
PSD Link: http://uploaded.to/file/wktw2n7f

4
General / Re: How can I make .exe?
« on: May 13, 2012, 11:29:55 am »
Hi, eXpl0it3r.

First, thanks for your valuable reply and I'm sorry for uppercase. I have a book about C++ Programming (without Visual Studio lessons). I couldn't learn knowledge about VS 2010. Anyway, I think some necessary files are missing, too. There are these files under Documents/Visual Studio 2010/Projects/kelime_oyunu/Debug (note: "kelime_oyunu" is my project name) :

kelime_oyunu.exe
kelime_oyunu.ilk
kelime_oyunu.pdb
libsndfile-1.dll
openal32.dll


Another Note: I added files colored with red into the directory myself.
Footnote: I compiled my project or my CPP file 10 times at least.

And, my code isn't from an example. I wrote it myself... Also, I linked SFML lib files statically (there is no DLLs).

I'm waiting for your reply. :) I'm 14 years old and I'm sorry for my ignorance about programming.
Best regards, mhmtemnacr.

5
General / How can I make .exe?
« on: May 12, 2012, 10:48:09 pm »
Hi, I'm new to your forums.

I have a problem with my VC++ 2010 compiler and SFML. I made half of my game (it's ready to build) but I can't "compile" or "build" (I couldn't understand the difference between them yet) my project. I want to make executable for my game. I find a exe under Documents/VS 2010/Projects/<myprojectname>/Debug. When I run it, it's opening and right after closing. But I can run it successfully with VC++ Debug mode (I dont know what I did, compile or build). Please Help! I couldn't tell my problem well (sorry for my fking english) but I hope you understood. MY GAME IS WAITING FOR BUILD OR COMPILE, HE DON'T WANT TO BE WASTED :(

Thanks a lot in advance. Sorry for my bad english...

Pages: [1]