Path: utzoo!utgpu!attcan!uunet!husc6!bbn!rochester!pt.cs.cmu.edu!andrew.cmu.edu!cy03+ From: cy03+@andrew.cmu.edu (Chao-Ping Yang) Newsgroups: comp.sys.ibm.pc Subject: **HELP/Bug?? Date: 5 Aug 88 14:45:47 GMT Organization: Carnegie Mellon Lines: 14 I am using MSC 5.0 to compile a program that runs OK on Unix. There are arrays that are larger than 64K so I use the /AH switch and it compiled OK. When I ran the program, I found arrays at location 64K can not be initialized. In other words, after I initialized an (external) array with non zero values, the element at 64K was still zero when I ran the program, while those before and after were OK. Could somebody tell me what is going on here? Will this problem be fixed in 5.1 Thanks in advance. ==Chaoping