Question and Answer Database FAQ352C.txt WS_EX_RTLREADING and CreateWindowEx Category :Windows API Platform :All Product :BC++ 5.x Question: I'm using BC45 and the style WS_EX_RTLREADING in a call to CreateWindowEx to create an edit window so that it displays foreign languages mixed with English. When my code is built with MS Visual C++, I have no problems. When my code is built with BC45, the WS_EX_RTLREADING style makes no effect. Why? Answer: BC45's linker marks the executable image as version 3.1 of Windows. You need your executable marked as version 4.0 for Windows 95 to affect that Win4.0 specific style. Use BC5's linker or the WVER.ZIP marking utility available on our BBS to mark the executable for Windows version 4.0. 7/2/98 10:32:32 AM
Last Modified: 01-SEP-99