=?WINDOWS-1252?Q?Aurimas_Ju=9Aka?= writes: > How do I change plug-in source tree so that console window wouldn't > appear in background (On Win32 platform)? Add -mwindows to the *linking* command line. (Or /subsystem:windows if you use MSVC.) --tml