Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!munnari.oz.au!brolga!bunyip.cc.uq.oz.au!qut.edu.au!chan From: chan@qut.edu.au Newsgroups: comp.lang.c++ Subject: Re: How good is JPI Topspeed C++ ?? Message-ID: <1991Apr11.120838.26791@qut.edu.au> Date: 11 Apr 91 17:08:38 GMT Organization: Queensland University of Technology Lines: 14 I have no experience with their c++ but I do have experience with their C. I got a program that checks if a TSR program is installed or not by copying a block of data which is a predefined string of char into a var in this program then the program compares it with a signature string to determine the presences of the TSR. This program which is only about 20 lines long, works fine when compiled with TurboC v2. But I recompiled with TSC, with necessary changes of course, the movedata function does nothing except looking at me from the screen. I tried to use other functions in the same group( movmem etc) and none of them seems to do the job. They work fine if I tried to copy from one array to another as suggested in their manual. So I am not sure if this is a bug or not. So you really have to check with them or somebody with experience with TSC++ before making a decision.