Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Dark GDK / File Aesthetics

Author
Message
Keand64
15
Years of Service
User Offline
Joined: 28th Jan 2009
Location: Land o\' Lakes
Posted: 29th Jan 2009 00:46
I was wondering...
~1. Is there any way to change the icon of the compiled applictaion? (and for the record, I've already tried Properties, there is no "Change Icon".
~2. Is there any way to have the media files (ie.: something.dll, something.bmp, etc.) in a folder seperate from the actual application?

Thanks.

~k64End(you);
Slayer93
20
Years of Service
User Offline
Joined: 5th Aug 2004
Location: I wish I knew
Posted: 29th Jan 2009 01:47
Quote: "~1. Is there any way to change the icon of the compiled applictaion? (and for the record, I've already tried Properties, there is no "Change Icon"."


MSVC++ Express doesn't have a resource Editor so you'll have to compile it first and then download a resource hacker to change it afterwards.

Quote: "~2. Is there any way to have the media files (ie.: something.dll, something.bmp, etc.) in a folder seperate from the actual application?"


You can, just make sure you go to the right folder.

Eg. if you put it in a 'Media' folder where your app is then do something like 'Media\something.bmp' instead of just 'something.bmp'.

Zuka
16
Years of Service
User Offline
Joined: 21st Apr 2008
Location: They locked me in the insane asylum.
Posted: 29th Jan 2009 01:50
You don't have to hack it. You can add the .rc stuff to your project and then compile it.
Slayer93
20
Years of Service
User Offline
Joined: 5th Aug 2004
Location: I wish I knew
Posted: 29th Jan 2009 01:53
I guess you could do that too.

Keand64
15
Years of Service
User Offline
Joined: 28th Jan 2009
Location: Land o\' Lakes
Posted: 29th Jan 2009 03:32 Edited at: 29th Jan 2009 04:54
Thanks for the help, guys.

[EDIT]
Oh, and one more thing: in order of my game to run on another persons computer, they need to have d3dx9_35.dll installed into the directory of the game. I have fixed this by putting the d3dx9_35.dll into the folder that the game is in, but I was wondering if there is anyway to make it so that the .dll can be in a different directory or subfolder?

~k64End(you);
CheatCat
17
Years of Service
User Offline
Joined: 7th Mar 2007
Location: Sweden
Posted: 29th Jan 2009 10:44
All big games have the .dll files in the same directory as the .exe file!

To change the icon just open notepad and write:

Save as .rc and put the the file into your project.
Keand64
15
Years of Service
User Offline
Joined: 28th Jan 2009
Location: Land o\' Lakes
Posted: 29th Jan 2009 18:08
I saved 'ico1 ICON "Icon.ico"' in notepad as a .rc, added it to my project, and added the icon "Icon.ico" to the project, but when i compile it it gives me the a bunch of errors.

~k64End(you);

Login to post a reply

Server time is: 2024-09-30 17:21:20
Your offset time is: 2024-09-30 17:21:20