Needed to make a few modifications. the <static_cast> of the ie_exp_RTF_MSWord97List, caused some problems with MSVC. So I slightly changed it. Sub class lists inherit the public functions from List. Then there is no reason to do a static cast. If this broke the feature, I apologize. Let me know so we can work out how to get the feature to compile on MSVC and work.
Cheers! Michael D. Pritchett Modified Files: src/wp/ap/win/ap_Win32Dialog_PageSetup.cpp src/wp/impexp/xp/ie_exp_RTF.h src/wp/impexp/xp/ie_exp_RTF.cpp
