Joshua Chamas wrote:
> If you want to make that console go away I believe there is
> something you can do to a windows executable to take away
> the console requirement if it has one, but I can't remember
> off the top of my head.  I would check with the ActiveState
> perl win32 lists.

MSVC: 
  editbin /subsystem:windows <exename> vs. editbin /subsystem:console
<exename>
    
this changes just a byte in the exe header.

see also, esp. if you don't have MSVC:
  http://Jenda.McCann.cz/perl/GUIscripts.txt
-- 
Reini Urban
http://xarch.tu-graz.ac.at/autocad/news/faq/autolisp.html

Reply via email to