[comp.lang.c++] Recompile from Microsoft C to Turbo C++

rohaizah@rangkom.MY (Rohaizah Saleh) (12/14/90)

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