[Ham-Mac] Re: Mac Software for PSK31
Mike Carter
[email protected]
Sat, 24 May 2003 08:59:26 -0700
Yep, Chris is right. I use both CodeWarrior (C/C++) and RealBasic. I've
successfully "ported" my USB device driver module to RealBasic using
their notes to create a "plug-in", but it's not the most graceful way.
RealBasic is great for fast prototyping and for apps that don't need to
mess around with the kernel at all. Otherwise it's best to write in
C/C++....especially for sound routines.
#mikec
On Saturday, May 24, 2003, at 07:46 America/Los_Angeles, Steve Muncy
wrote:
> Actually, REALbasic has had the capability to compile for both Windows
> and Mac for at least two or three years, I think. What's new is a new
> version of REALBasic that runs UNDER windows, and will compile for
> both Mac and Windows.
>
> I've tried compiling some programs for the Windows environment using
> REALBasic a year or two ago and never really liked what I got, but
> maybe things have improved since I last tried it.
>
> I believe the 'source code converter' is actually supposed to convert
> VisualBasic code to a REALBasic format so you can more easily convert
> VisualBasic programs. REALBasic was originally designed to be similar
> to VisualBasic, and offer a path from VisualBasic on the PC to
> REALBasic on the Mac. I don't know how successful this migration has
> been....but REALBasic has become a really great tool for creating
> programs on the Mac.
>
> I don't know of any converter that will convert C, C++, Paschal, or
> other common languages used for Widows PC development to REALBasic, so
> porting to REALbasic from these languages would be a really big
> task--basically rewriting the whole program. If such converters exist,
> please enlighten me!! I'd love to see it.
>
>
>
> On Saturday, May 24, 2003, at 09:28 US/Central, Richard Kriss wrote:
>
>> I was pleased to see that at least on member of this forum was using
>> ReadBasic. I understand the new RealBasic5 does both windows and osX
>> and
>> they even offer a free source code converter.
>>
> _____________________________________________
> Steve A. Muncy <mailto:[email protected]>
> Dallas, Texas <http://homepage.mac.com/smuncy/main.html>
>
> _______________________________________________
> Ham-Mac mailing list
> [email protected]
> http://mailman.qth.net/mailman/listinfo/ham-mac
>