1. Bind Problem

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

new topic     » topic index » view message » categorize

2. Re: Bind Problem

dcole said...

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?

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

3. Re: Bind Problem

DerekParnell said...
dcole said...

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

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

4. Re: Bind Problem

dcole said...
DerekParnell said...
dcole said...

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.

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

5. Re: Bind Problem

dcole said...

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.

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

6. Re: Bind Problem

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.

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

7. Re: Bind Problem

dcole said...

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.

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

8. Re: Bind Problem

LarryMiller said...
dcole said...

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

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

Search



Quick Links

User menu

Not signed in.

Misc Menu