1. translatort

1)When I translate an application to C, the euphoria.ico is not binded with the
executable.
2)ecw.exe -?  don't print any usage information!!

regards,
Jacques Deschênes

new topic     » topic index » view message » categorize

2. Re: translatort

jacques deschênes wrote:

> 1)When I translate an application to C, the euphoria.ico is not binded with
> the executable.
> 2)ecw.exe -?  don't print any usage information!!

Download my user contribution 'ecwr.zip'. It's a wrapper for Euphoria's
'ecw.exe'. It addresses these issues and allows for some more possibilities.

Regards,
   Juergen

new topic     » goto parent     » topic index » view message » categorize

3. Re: translatort

Thanks Juergen,
it's downloaded, I'll try it when I'll have more time.

regards,
Jacques Deschênes

Juergen Luethje wrote:
> 
> jacques deschênes wrote:
> 
> > 1)When I translate an application to C, the euphoria.ico is not binded with
> > the executable.
> > 2)ecw.exe -?  don't print any usage information!!
> 
> Download my user contribution 'ecwr.zip'. It's a wrapper for Euphoria's
> 'ecw.exe'. It addresses these issues and allows for some more possibilities.
> 
> Regards,
>    Juergen

new topic     » goto parent     » topic index » view message » categorize

4. Re: translatort

jacques deschênes wrote:
> 
> 
> 1)When I translate an application to C, the euphoria.ico is not binded with
> the executable.
> 2)ecw.exe -?  don't print any usage information!!
> 
> regards,
> Jacques Deschênes

Jacques,
Here are the steps I use to create and bind an icon with the executable:

Program Name: main.ecw
Icon File Name: main.ico

1.  Create resource file, main.rc -- one line file, contents:
  
main ICON "main.ico"


2.  Compile resource file using rc

rc main.rc

creates main.res


												*********************************************************
3.  Translate program 
ecw main.exw
												*********************************************************
4.  Add resource to make file(emake.bat) linker

wlink FILE main.obj @objfiles.lnk  RESOURCE main.res


5.  Run emake.bat

new topic     » goto parent     » topic index » view message » categorize

5. Re: translatort

Thansk Brian for the information.

regards,
Jacques Deschênes

Brian Clark wrote:
> 
> jacques deschênes wrote:
> > 
> > 
> > 1)When I translate an application to C, the euphoria.ico is not binded with
> > the executable.
> > 2)ecw.exe -?  don't print any usage information!!
> > 
> > regards,
> > Jacques Deschênes
> 
> Jacques,
> Here are the steps I use to create and bind an icon with the executable:
> 
> Program Name: main.ecw
> Icon File Name: main.ico
> 
> 1.  Create resource file, main.rc -- one line file, contents:
>   
> main ICON "main.ico"
> 
> 
> 2.  Compile resource file using rc
> 
> rc main.rc
> 
> creates main.res
> 
> 
> 												*********************************************************
> 3.  Translate program 
> ecw main.exw
> 												*********************************************************
> 4.  Add resource to make file(emake.bat) linker
> 
> wlink FILE main.obj @objfiles.lnk  RESOURCE main.res
> 
> 
> 5.  Run emake.bat

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu