From: Jos v.d.V. <jo...@us...> - 2008-08-13 11:40:48
|
Update of /cvsroot/win32forth/win32forth/apps/PlayVirginRadio In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv5118/PlayVirginRadio Modified Files: PlayVirginRadio.f Log Message: Jos: Enabled MessageLoop and moved a number of applications to the new console. Others will follow... Index: PlayVirginRadio.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/PlayVirginRadio/PlayVirginRadio.f,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** PlayVirginRadio.f 2 Dec 2006 10:17:30 -0000 1.10 --- PlayVirginRadio.f 13 Aug 2008 11:40:43 -0000 1.11 *************** *** 18,22 **** needs HtmlControl.f needs SoundVolume.f ! needs NoConsole.f needs Resources.f --- 18,22 ---- needs HtmlControl.f needs SoundVolume.f ! \ needs NoConsole.f needs Resources.f *************** *** 157,166 **** turnkey? [if] - \ Setup the Console I/O for an application without the console window. - NoConsoleIO - - \ Tell Imageman that we don't need the w32fconsole.dll. - NoConsoleInImage - \ Create the exe-file &forthdir count &appdir place --- 157,160 ---- |