Re: Re: A few bugs (?)
Dimitris Keletsekis <[email protected]> Wed, 23 Apr 2014 10:43:17 +0300
| Newsgroups | gmane.comp.windows.gui4cli |
|---|---|
| Message-ID | <CAHiKg1XzJ3c6HLwPqMVpONLw9pkXn3RP0MnUdpSy5FqSxy-_Sg@mail.gmail.com> |
> > res DUMP "avanti-076-main.gui" "$$this.path/avanti-GUI.exe" > The last argument is wrong. It should be the path+name you want to save the resource file with. Res DUMP "mygui.gui" "c:/mydir/mygui.gui" This should be called from the running instance of the exe itself - its not a command to unpack an exe file (although I should make one of those). The way I did it recently was to run the exe, and then use the ADDRESS and SEND commands from gui4cli to make it dump the resource file. Dimitris