Date: Sat, 23 Mar 1996 00:15:10 GMT
Reply-To: REXX Programming discussion list <REXXLIST@UGA.CC.UGA.EDU>
Sender: REXX Programming discussion list <REXXLIST@UGA.CC.UGA.EDU>
From: javier5@IBM.NET
Subject: Re: VX-REXX versus C/C++?
In <4io9vk$22i@mycogen.terminus.com>, dyutzy@seldon.terminus.com writes:
>I am wishing to step into the world of OS/2 programming and have been
>checking out some demos of VX-REXX and C/C++?
>
>Any suggestions, comments, etc....On the direction to proceed?
>
>I have used VB, Delphi, Clipper, Turbo C (DOS) among other languages....
I wanted to add to the good comments/suggestions from others.
One thing that you could do is to use REXX to do all your GUI and
then when speed becomes an issue (or for the parts that it is
an issue) make DLLs in C to call from your REXX program.
I also wanted to point out that there is an alternative to VX-REXx called
Vispro REXX. This makes an EXE which doesn't need you to send a DLL
with it.
|