On 21 July 2011 19:22, Haris Bogdanovich <fbogdanovic@...> wrote:
> I made a Windows gui application with LTK.
> Is it possible that a dos window doesn't open with my application ?
As Win32 SBCL is a console application, you need to specify a hidden
start to make the console not appear:
http://www.ntwind.com/software/utilities/hstart.html
> Or at least to change the text ?
> (something about a dead cat)
Changing the text is simple, but requires you to build your own SBCL
(modifying the source to display the text you prefer.)
Cheers,
-- nikodemus
|