Re: [racket] Applicaton icon on windows

2011-10-16 Thread Erich Rast
Thank you the prompt reply. I was looking for 'icon' in the documentation and somehow missed the entry for create-embedding-executable, which does exactly what I want. Yes, it seems that the resource editors mess up racket's internal code embedding. Anyway, problem solved...thanks a lot! Best,

Re: [racket] Applicaton icon on windows

2011-10-15 Thread Brian Mastenbrook
On 10/15/2011 04:27 PM, Erich Rast wrote: Sorry for asking twice...this is currently a showstopper issue for me. I need to set a custom icon for an application built with DrRacket. On OS X this is just a matter of adding an icon and a custom plist to the bundle, but I've learned that on windows

Re: [racket] Applicaton icon on windows

2011-10-15 Thread Robby Findler
Are you using create-embedding-executable or something like it? If so, you should be able to pass the 'aux' argument to specify the icons. I'm not sure why the approach you're trying is failing, but I do believe that Racket rewrites the binaries to tell itself where to find its code (sometimes emb

[racket] Applicaton icon on windows

2011-10-15 Thread Erich Rast
Sorry for asking twice...this is currently a showstopper issue for me. I need to set a custom icon for an application built with DrRacket. On OS X this is just a matter of adding an icon and a custom plist to the bundle, but I've learned that on windows you apparently need to use a resource hackin