The following has been done on the reference software after Maui

1. Bugs related to attributes have been fixed.
2. dll project has been added for future use in IM1.
3. #ifdef DEBUGxxx's are removed.
4. visual header is added in the code for visual-only scenario.
5. comments have been reorganized.
6. packet loss simulation project has been added.
7. Bug at the end of mobl (bit aligning) has been fixed.
8. Bug for partitioning polygonal model has been fixed
9. Crash problem in Win NT and 2000
10. stl 3.13 has been removed -> used C++ stl <vector> and "using namespace std;" command instead


Note:

1. The decoder (MPGE) is not stable on Release mode for large models. 
   However, the Debug mode is stable.

2. The following fixes are commented with //MJH (date)

05/23/00 : crash when first pt2 has error --> fixed
06/26/00 : L&R corner index fixed
06/26/00 : visual header value fixed
10/11/00 : init on global index for face has changed
10/13/00 : partitioning at non-polygon edge was fixed
12/18/00 : removed stuffing at the end of packet
02/21/01 : fixed the crash problem in Win NT and W2k
09/11/01 : removed stl3.13 
09/11/01 : removed MPG_Vector class
09/11/01 : changed set to multiset in MPG_Stitcher.cpp