1. Bind Problem
- Posted by dcole Oct 05, 2009
- 1415 views
Hello All,
When I type the command:
BIND -icon "F:\Euphoria\icons\eu3.ico" -full_debug "F:\euphoria\chessclk.ex"
The file binds ok but the icon dosen't change.
Don Cole
2. Re: Bind Problem
- Posted by DerekParnell (admin) Oct 05, 2009
- 1471 views
When I type the command:
BIND -icon "F:\Euphoria\icons\eu3.ico" -full_debug "F:\euphoria\chessclk.ex"The file binds ok but the icon dosen't change.
What version of Euphoria are we talking about there?
3. Re: Bind Problem
- Posted by dcole Oct 05, 2009
- 1291 views
When I type the command:
BIND -icon "F:\Euphoria\icons\eu3.ico" -full_debug "F:\euphoria\chessclk.ex"The file binds ok but the icon dosen't change.
What version of Euphoria are we talking about there?
Ver 4
4. Re: Bind Problem
- Posted by LarryMiller Oct 05, 2009
- 1263 views
When I type the command:
BIND -icon "F:\Euphoria\icons\eu3.ico" -full_debug "F:\euphoria\chessclk.ex"The file binds ok but the icon dosen't change.
What version of Euphoria are we talking about there?
Ver 4
What Derek was asking for was the full version, as reported when you type "eui" on the command line. The problem has been fixed, but not necessarily in the version you are using. Always quote this version when making enquiries.
5. Re: Bind Problem
- Posted by DerekParnell (admin) Oct 05, 2009
- 1257 views
When I type the command:
BIND -icon "F:\Euphoria\icons\eu3.ico" -full_debug "F:\euphoria\chessclk.ex"
The file binds ok but the icon dosen't change.
Try this instead ...
BIND -w32 -icon "F:\Euphoria\icons\eu3.ico" -full_debug "F:\euphoria\chessclk.ex"The difference is that you need to tell BIND that you are building a Windows executable.
I'll see about changing that requirement for future releases.
6. Re: Bind Problem
- Posted by dcole Oct 05, 2009
- 1300 views
- Last edited Oct 06, 2009
When I do that (add -w32) it changes to the standard Microsoft Icon.
If I don't do that I get the standard Euphoria Icon.
I never get my icon.
I am using Ver. 4.0.0 beta 2 (r2670) for Windows.
7. Re: Bind Problem
- Posted by LarryMiller Oct 06, 2009
- 1297 views
When I do that (add -w32) it changes to the standard Microsoft Icon.
If I don't do that I get the standard Euphoria Icon.
I never get my icon.
I am using Ver. 4.0.0 beta 2 (r2670) for Windows.
I tried this with v4, r2895 and it worked. According to the documentation the icon must be 32x32, 256 colors, and no more than 2238 bytes. If it is otherwise I expect it would be ignored.
8. Re: Bind Problem
- Posted by dcole Oct 07, 2009
- 1239 views
When I do that (add -w32) it changes to the standard Microsoft Icon.
If I don't do that I get the standard Euphoria Icon.
I never get my icon.
I am using Ver. 4.0.0 beta 2 (r2670) for Windows.
I tried this with v4, r2895 and it worked. According to the documentation the icon must be 32x32, 256 colors, and no more than 2238 bytes. If it is otherwise I expect it would be ignored.
Hello Larry,
Where did you get r2895?
The icon came from a archives download of Euphoria icons.
They must meet the requirements they work ok with eu ver. 3.
I changes my Eudir from "f:\euphoria\bin" to
"f:\euphoria40\bin".
Would this cause any trouble?
Don Cole