> < --- t.prg --- >
> 
> Procedure Main()
>   Local cArg := hb_CmdLine()
> 
>   REQUEST HB_GT_WVG
>   REQUEST HB_GT_WIN
>   REQUEST HB_GT_NUL_DEFAULT
> 
>   if !Empty(cArg) .and. (Val(cArg) == 1) .and. !('//GTWIN' $ cArg)
>      hb_gtReload( 'WVG' )
>   else
>      hb_gtReload( 'WIN' )
>   endif
> 
>   ? "Click [X] to close windows console "
>   while( LastKey() != 27 )
>      Inkey( 1 )
>   enddo
> 
>   Wait
> return

Can't see any difference with MINGW.

I changed WVG to WVT for my tests and 
used 'hbmk2 t.prg' to build it.

What am I doing wrong?

Could anybody help here?

Brgds,
Viktor

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to