I have tried with this application but works fine dyspolay one console
windows 
I'm create shortcut with right click my.exe and copy and right click on
destop and paste_shortcut
How you have made shortcut?
set HB_ARCHITECTURE=w32
set HB_COMPILER=bcc32
set HB_USER_LIBS=gtwvt.lib gtwvg.lib
SET CFLAGS= -tW -a8 -OS -O2 -5 -6 -DADS_REQUIRE_VERSION=7

#include "INKEY.CH"

    REQUEST HB_GT_WVT
    REQUEST HB_GT_WVT_DEFAULT
   

PROCEDURE main
   ? HB_GTVERSION(), HB_GTVERSION(1)
       TONE( 200, 3 )
       TONE( 300, 3 )
       TONE( 500, 3 )
       Name=space(30)
       @ 2,2 SAY "Name" get name
       Read
       @ 3,2 say "Hello "+name
       INKEY( 0 )
    RETURN

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Lorenzo
Fiorini
Sent: Sunday, August 03, 2008 8:25 PM
To: Harbour Project Main Developer List.
Subject: [Harbour] Empty console window using gtwvt

Sorry probably I missed sth but I've just noticed that if I launch a
gtwvt app from the desktop using a shortcut it creates also an empty
console window that has the name of the exe.

Is there a way to avoid it?

best regards,
Lorenzo
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to