VB For Macintosh & Windows 3.1 
Author Message
 VB For Macintosh & Windows 3.1

I am in a difficult situation right now since my employer is urging me
to write
an application that runs in as many OS platforms as possible --
including
the old Windows 3.1 and Macintosh. The situation is made worse by the
fact that I also have to write communication/internet/TCP-IP related
applications. I have insisted to my employer not to use JAVA since it
is slow and limited in functionality, and also since Java is a 32-bit
language and therefore does not exist in Win3.1 and the older Macs.
And also, I think Java will not run in older Macs, correct me if I'm
wrong?

I have VB5 and would like to know if there is a VB compiler for the MAC
(Win3.1) that supports communication and network facilities. I
desperately need
as much advice as possible. Thanks.

Regards,
Raymond Surjaputra



Mon, 21 Aug 2000 03:00:00 GMT  
 VB For Macintosh & Windows 3.1

I am in a similar situation and I currently use VB 5 for Win 95/NT, VB4
for Win3.1 and Supercard for the Mac. I do have to rewrite a lot of
code, but the Supercard language is really similar to VB so I can cut
and paste stuff. That's also what I do between VB5 and VB4 since VB5
won't compile for Win3.1. I've also heard of a language called python
which supposedly runs on mac,win,Unix (www.phthon.org)

If it is possible, you can write your VB program using VB4-16 bit which
will compile and run both in Win3.1 and Win95/NT. Then at least you have
cut your Os's from three to two.

If you're using TCP/IP then some older Macs won't be able to use the
software no matter what language as they don't support TCP/IP (These are
the really old macs).

I'm interested in what you find out.

Quote:

> I am in a difficult situation right now since my employer is urging me
> to write
> an application that runs in as many OS platforms as possible --
> including
> the old Windows 3.1 and Macintosh. The situation is made worse by the
> fact that I also have to write communication/internet/TCP-IP related
> applications. I have insisted to my employer not to use JAVA since it
> is slow and limited in functionality, and also since Java is a 32-bit
> language and therefore does not exist in Win3.1 and the older Macs.
> And also, I think Java will not run in older Macs, correct me if I'm
> wrong?

> I have VB5 and would like to know if there is a VB compiler for the MAC
> (Win3.1) that supports communication and network facilities. I
> desperately need
> as much advice as possible. Thanks.

> Regards,
> Raymond Surjaputra



Mon, 21 Aug 2000 03:00:00 GMT  
 VB For Macintosh & Windows 3.1

Quote:

> I am in a difficult situation right now since my employer is urging me
> to write
> an application that runs in as many OS platforms as possible --
> including
> the old Windows 3.1 and Macintosh. The situation is made worse by the
> fact that I also have to write communication/internet/TCP-IP related
> applications. I have insisted to my employer not to use JAVA since it
> is slow and limited in functionality, and also since Java is a 32-bit
> language and therefore does not exist in Win3.1 and the older Macs.
> And also, I think Java will not run in older Macs, correct me if I'm
> wrong?

> I have VB5 and would like to know if there is a VB compiler for the MAC
> (Win3.1) that supports communication and network facilities. I
> desperately need
> as much advice as possible. Thanks.

> Regards,
> Raymond Surjaputra

My suggestion, Use 'C'. if you write the code as protable as possible
you won't have to many changes to make. Also, 'C' compilers are
supported on EVERY OS that I know of.

--

Richard Knechtel
EDS
(Systems Engineer/System Administrator)
(Aspiring AS/400 GURU)
(Aspiring Linux GURU)

       The contents of this message express only MY opinion.
       This message does not necessarily reflect the policy or views of
       my employer, EDS.  All responsibility for the statements
       made in this posting resides solely and completely with the
       ME.
       I Ex-Spaminate spammers!
       See US Code Title 47, Sec.227(a)(2)(B), Sec.227(b)(1)(C)
       and Sec.227(b)(3)(C).



Mon, 21 Aug 2000 03:00:00 GMT  
 VB For Macintosh & Windows 3.1

Quote:

> I am in a difficult situation right now since my employer is urging me
> to write
> an application that runs in as many OS platforms as possible --
> including
> the old Windows 3.1 and Macintosh.
> I have VB5 and would like to know if there is a VB compiler for the MAC
> (Win3.1) that supports communication and network facilities. I
> desperately need
> as much advice as possible. Thanks.

Visual Basic for Dummy has a section devoted to Microsoft Visual
Basic for Mac OS tittled (really), "Vapor Ware."  It has often been
promised, but never created.

There is a shareware called Crossbasic
(http://www.fyisoftware.com/cross.html) that will make you feel
comfortable because it is very
similar to VB.  You'll need to go use C++ or Pascal for true cross-
platform work (e.g. with Microsoft's  C++ or Metrowerks' Codewarrior)

Tho



Mon, 21 Aug 2000 03:00:00 GMT  
 
 [ 7 post ] 

 Relevant Pages 

1. VB For Macintosh & Windows 3.1

2. VB 5.0 & windows 3.1

3. Netware 3.1 , Windows 3.1 and VB

4. Using WINAPI 3.1 call FindExecutable on Windows 3.1

5. Compile VB 6 as Windows 3.1 app?

6. VB 5.0 Apps in Windows 3.1

7. VB 4 16 bit in windows 3.1

8. Setup VB 4 on Windows 3.1 machine

9. Remote Automation : Windows 3.1 client/ Windows NT Server

10. .Wav sound access under Windows 3.1 for VB 4.0

11. VB 4.0, Windows 3.1 and dead Acces 2.0

12. Newbie: VB4, Windows 95 platform, Windows 3.1 target

 

 
Powered by phpBB® Forum Software