Mark: app/exe icons

About Monkey 2 Forums Monkey 2 Development Mark: app/exe icons

This topic contains 6 replies, has 6 voices, and was last updated by  Phil 2 years, 8 months ago.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #2902

    AdamStrange
    Participant

    How do you imbed icons into windows and OS X apps so they show the correct icon when viewed from the file systems, show in task bar etc?

    #2916

    nigelibrown
    Participant

    Have not done this for a while but on the MAC try using ‘icon composer’ (spotlight search)

    /Users/<user>/<appname>/<apname>.app/Contents/Resources/<appname>.icns

    And on the PC try http://www.angusj.com/resourcehacker/

    hope this helps.

    #2919

    Chapman7
    Participant

    Theres an SDL function to set the window icon so that’s something that might be added down the road.  But as for the icon of the unexecuted exe, if you look at launcher src  (for the windows version) it will have everything you need to add an icon.  OS X you could do what nigel said.  I think BlitzMax users did the same

    (http://www.blitzbasic.com/Community/posts.php?topic=41986)

    #2954

    taumel
    Spectator

    On OS X you can also copy the src image data, open info about the des file, select the icon (upper left) and paste the image data.

    #2957

    AdamStrange
    Participant

    It would be much nicer to be able to to all of that from the editor. and get it to be properly compiled.

    :/

    Mark?

    #2965

    DruggedBunny
    Participant

    Sounds pretty straightforward on the MinGW side, at least…

    http://stackoverflow.com/questions/708238/how-do-i-add-an-icon-to-a-mingw-gcc-compiled-executable

    Not tried it!

    #2967

    Phil
    Participant

    For MonkeyX  there is this tutorial in the forum:

    http://www.monkey-x.com/Community/posts.php?topic=9172

    I did it one Month (MX1) ago and it worked, but because I don’t have any experience with makefile and stuff like this, it allways takes around an hour or two to figure it out and get it working.

    So I would really appreciate a simple tool for these things or ide integration as a plugin, not to bulk the ide too much.

    Maybe some kind of distribution-tool for several targets would be great. Thinking of … Icons, openAl, package name, permissions, win-installer, keystores, custom targets …

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.