Path: utzoo!attcan!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!mimos!rangkom!rohaizah From: rohaizah@rangkom.MY (Rohaizah Saleh) Newsgroups: comp.lang.c++ Subject: Recompile from Microsoft C to Turbo C++ Message-ID: <357@rangkom.MY> Date: 14 Dec 90 08:27:31 GMT Reply-To: rohaizah@rangkom.ism.my.UUCP (Rohaizah Saleh) Organization: MIMOS, Malaysia Lines: 13 I have following problems when trying to recompile my program from Microsoft C to Turbo C++ : 1. During linking, I got an error message - "Segment _BSS exceeds 64K". My array size is 26x300 in integer. I don't want to reduce the size. 2. Call to calloc will initialize global variables back to 0. 3. Cannot use Vitamin C's functions. e.g My program hangs when I use function atsay. I use a large memory model. (It works fine for medium memory model). If anybody has encountered these problems, I would appreciate if you could give the solutions. Please use email. Thanks in advance. rohaizah@rangkom.my