Hi,
I have created a small Windows application in Racket starting with:
#lang racket
(require racket/gui)
(define frame (new frame%
... etc
with a few controls.
I compile it in a distribution (to run on other machines) with DrRacket menu
"Racket / Create executable".
The application runs fine showing the expected frame when I double-click on its
executable.
However there is always a secondary window, a console window, popping up at the
same time. I want to get rid of this console window.
Any way to do that?
--
You received this message because you are subscribed to the Google Groups
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.