Question and Answer Database FAQ1276C.txt Why does _InitEasyWin not work? Category :Linker Platform :Windows 3.1 Product : BC++4.5x BC++5.x TC++Win4.5 Question: Why is it when I use _InitEasyWin(), and then try to use a standard output (such as printf()), no output goes to the screen? Answer: When creating an EasyWin application, you need to make sure that the RTL is linked statically. So if your application is invoking an EasyWin Window by using _InitEasyWin(), you need to make sure that the RTL is linked Statically. To Check this open up the TargetExpert for your project, and click on the Static radio button. Then re-build your application. 7/2/98 10:32:32 AM
Last Modified: 01-SEP-99