A litttle suggestion 
One batch for compile demo in all platform (aivable)
-------------------Hbmkwvg.bat---------------------
@echo off
rem
rem $Id: hbmk_b32.bat 9926 2008-11-15 00:54:22Z vszakats $
rem

if "%HB_BIN_INSTALL%" == "" set HB_BIN_INSTALL=..\..\..\bin
if "%HB_LIB_INSTALL%" == "" set HB_LIB_INSTALL=..\..\..\lib
if "%HB_INC_INSTALL%" == "" set HB_INC_INSTALL=..\..\..\include

set HB_USER_LIBS=gtwvg.lib hbwin.lib
set HB_GUI=yes

call %HB_BIN_INSTALL%\hbmk.bat %1 %2 %3 %4 %5 %6 %7 %8 %9


you can compile with 
hbmkwvg -mt demowvg
I suggest also add in header of demowvg.prg

/*
 * $Id: demowvg.prg 9952 2008-11-23 22:22:39Z vouchcac $
 */
//-------------------------------------------------------------------//
//-------------------------------------------------------------------//
// compile this sample with
// hbmkwvg -mt demowvg for multi thread mode
// hbmkwvg  demowvg   for single thread mode
//-------------------------------------------------------------------//
//-------------------------------------------------------------------//
//                   GTWVT Console GUI Interface
//
//               Pritpal Bedi <[EMAIL PROTECTED]>
//
//       I have tried to simulate the gui controls through GDI
//        functions and found a way to refresh those controls
//          through WM_PAINT message issued to the Window.
//                               and
//             I feel that IF this functionality is built
//                 into the GT itself, what a wonder!


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Pritpal Bedi
Sent: Monday, November 24, 2008 2:46 AM
To: [email protected]
Subject: Re: [Harbour] Error in latest SVN?


Enrico

Download latest SVN. It is fixed.
Only left-over variables issue. I will change my 
compiler settings more strict.

Regards
Pritpal Bedi


-- 
View this message in context:
http://www.nabble.com/Error-in-latest-SVN--tp20652629p20653599.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to