Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!cs.utexas.edu!rice!uw-beaver!entropy!dataio!bright From: bright@Data-IO.COM (Walter Bright) Newsgroups: comp.lang.c++ Subject: Re: Zortech C++ v2.1 on OS/2 Message-ID: <2586@dataio.Data-IO.COM> Date: 23 Jul 90 18:22:57 GMT References: <1331@proto.COM> <5286@darkstar.ucsc.edu> <26059@unix.cis.pitt.edu> Distribution: na Organization: Data I/O Corporation; Redmond, WA Lines: 12 In article <26059@unix.cis.pitt.edu> rozin@unix.cis.pitt.edu (R Rozin) writes: <1. How does the OS/2 implementation of ZTC++ compare to the MS-DOS one? <2. How much trouble is it to port programs in ZTC++ from MS-DOS to OS/2? If your program is a "vanilla" program (like a compiler!), all that is necessary is to relink the .OBJ files with the OS/2 runtime library instead of the DOS runtime library. Of course, if you call BIOS functions directly, access hardware directly, etc., there will be additional work involved. Note that it is very difficult to port code that uses the mouse to text mode OS/2. The MOU functions under OS/2 are totally different and significantly less capable than the INT 33 mouse api under DOS.