1. Binding ing Ver40
- Posted by dcole Sep 23, 2009
- 1285 views
Hello Everybo9dy,
What's the command line to bind in version 4.0.0?
Don Cole
2. Re: Binding ing Ver40
- Posted by euphoric (admin) Sep 23, 2009
- 1297 views
- Last edited Sep 24, 2009
What's the command line to bind in version 4.0.0?
There is no binding in 4.0. Now, instead of
bind myprog.exw
you will use
euc myprog.exw
See if that works for you. If not, you'll probably need to get the Watcom compiler.
3. Re: Binding ing Ver40
- Posted by DerekParnell (admin) Sep 23, 2009
- 1283 views
- Last edited Sep 24, 2009
Hello Everybo9dy,
What's the command line to bind in version 4.0.0?
The command to bind a program in version 4 is "bind".
eg.
bind myprog.ex
Once this is done, you get a file called "myprog.exe" which can run as a normal executable file.
If you just want to 'shroud' the program use this instead ...
shroud myprog.ex
Once this is done, you get a file called "myprog.il" and you run this as ...
eub myprog.il
4. Re: Binding ing Ver40
- Posted by euphoric (admin) Sep 23, 2009
- 1207 views
- Last edited Sep 24, 2009
The command to bind a program in version 4 is "bind".
Oh.
5. Re: Binding ing Ver40
- Posted by jaygade Sep 24, 2009
- 1209 views
The command to bind a program in version 4 is "bind".
Oh.
<Nelson Muntz> "Ha ha!"