1. Binding ing Ver40

Hello Everybo9dy,

What's the command line to bind in version 4.0.0?

Don Cole

new topic     » topic index » view message » categorize

2. Re: Binding ing Ver40

dcole said...

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.

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

3. Re: Binding ing Ver40

dcole said...

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 

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

4. Re: Binding ing Ver40

DerekParnell said...

The command to bind a program in version 4 is "bind".

Oh.

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

5. Re: Binding ing Ver40

euphoric said...
DerekParnell said...

The command to bind a program in version 4 is "bind".

Oh.

<Nelson Muntz> "Ha ha!"

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

Search



Quick Links

User menu

Not signed in.

Misc Menu