CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 47

Threaded View

  1. #23
    Join Date
    Mar 2008
    Posts
    30

    Re: How do I give my program an icon?

    Try it again. I should also noted that c:\mingw\bin> is the working directory.
    1. Run cmd from the start menu
    2. Change the current directory in the bin folder in your mingw installation
    Code:
    cd c:\mingw\bin
    3. Run windres like this:
    Code:
    windres -i c:\resource.rc -o c:\resource.o
    If still doesn't work, I suggest, you pray to St. Anthony of Padua that you may found the answer.
    Last edited by richard_tominez; March 23rd, 2009 at 09:31 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured