1. Bind achieved But when run .exe an error message Explain please ?
- Posted by Selgor Jan 28, 2013
- 1286 views
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.
2. Re: Bind achieved But when run .exe an error message Explain please ?
- Posted by BRyan Jan 28, 2013
- 1235 views
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
3. Re: Bind achieved But when run .exe an error message Explain please ?
- Posted by Selgor Jan 28, 2013
- 1234 views
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.
4. Re: Bind achieved But when run .exe an error message Explain please ?
- Posted by ghaberek (admin) Jan 29, 2013
- 1178 views
So I wonder what IL is ?
IL is Intermediate Language, see: Binding and Shrouding.
-Greg
5. Re: Bind achieved But when run .exe an error message Explain please ?
- Posted by BRyan Jan 29, 2013
- 1180 views
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
6. Re: Bind achieved But when run .exe an error message Explain please ?
- Posted by Selgor Jan 30, 2013
- 1174 views
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.