1. Bind achieved But when run .exe an error message Explain please ?

Hello , Selgor here.

Clarification ..... "whatevernamed" is just an example name.

I have run bindw.bat and bound my "whatevernamed".ex file successfully.

And it has bound and given me the "whatevernamed".exe file.

Message is :- Now you can run "whatevernamed".exe file.

When I run the "whatevevernamed".exe file I get the following error message..

IL code is not in correct format.

I have never had this error message before.

Please , what does it mean ... IL ... ?.

Or maybe just write me the code to bind old .ex files. Of which I have many.

In anticipation.

Cheers, Selgor.

new topic     » topic index » view message » categorize

2. Re: Bind achieved But when run .exe an error message Explain please ?

Selgor said...

Hello , Selgor here.

Clarification ..... "whatevernamed" is just an example name.

I have run bindw.bat and bound my "whatevernamed".ex file successfully.

And it has bound and given me the "whatevernamed".exe file.

Message is :- Now you can run "whatevernamed".exe file.

When I run the "whatevevernamed".exe file I get the following error message..

IL code is not in correct format.

I have never had this error message before.

Please , what does it mean ... IL ... ?.

Or maybe just write me the code to bind old .ex files. Of which I have many.

In anticipation.

Cheers, Selgor.

Selgor:

It sounds like you have a problem with how your paths are setup.

Make sure you are using the correct bin directory, include directory and source directory.

Bernie

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

3. Re: Bind achieved But when run .exe an error message Explain please ?

Hello Bernie.

Thank you for your reply.

eudir is c:\euphoria.

path is c:\euphoria\bin.

include file is in euphoria.

This is normal isn't it ?

So I wonder what IL is ?

Cheers . Selgor.

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

4. Re: Bind achieved But when run .exe an error message Explain please ?

Selgor said...

So I wonder what IL is ?

IL is Intermediate Language, see: Binding and Shrouding.

-Greg

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

5. Re: Bind achieved But when run .exe an error message Explain please ?

Selgor said...

Hello Bernie.

Thank you for your reply.

eudir is c:\euphoria.

path is c:\euphoria\bin.

include file is in euphoria.

This is normal isn't it ?

So I wonder what IL is ?

Cheers . Selgor.

Hello Selgor 
 
The IL stands for "intermediate language" . 
 
When you bind a program, your program is compressed into a small program using the IL code. 
 
The IL code is then is combined with a IL interpreter. ( backend ) 
  
When the IL code is generated it is assigned a constant IL_VERSION ( which is a version number ). 
 
When the IL interpreter starts it checks the IL code ( IL_VERSION ) the version number. 
 
The IL interpreter compares what IL_VERSION of code it was built to interpret; 
 
if internal IL_VERSION of the interpreter does match the IL_VERSION of IL code. 
 
The IL interpreter reports the error that you are seeing. 
 
Bernie 
 
 
   
 
 
 
   
 

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

6. Re: Bind achieved But when run .exe an error message Explain please ?

Hello Greg , Bernie. Thank you both for the info..

All I can say is that I am using Eu 3.1. There can be only 1 IL used ??

Anyway I have 6 machines for various uses.

All bind. All then give IL error.

So is there a fix ?

Cheers. Selgor.

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

Search



Quick Links

User menu

Not signed in.

Misc Menu