I have resolved:
SET HB_ARCHITECTURE=win
SET HB_COMPILER=msvc
SET HB_VISUALC_VER=90
SET MSVCDIR=C:\Programmi\Microsoft Visual Studio 9.0\VC
SET PLATFORM=C:\Programmi\Microsoft Visual Studio 2008 SDK
SET HB_BIN_INSTALL=C:\HARBOUR\BIN
SET HB_LIB_INSTALL=C:\HARBOUR\LIB
SET HB_INC_INSTALL=C:\HARBOUR\INCLUDE
SET LIBPATH=
SET LIb=C:\HARBOUR\LIB
SET INCLUDE=c:\HARBOUR\INCLUDE
call "C:\Programmi\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" x86
cd \harbour
CALL MAKE_VC CLEAN
CALL MAKE_VC
CALL MAKE_VC INSTALL

Now i don't have c:\harbour\hbmk.exe
have follow warning in make of contrib
Entering: gtwvg
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN
\cl.exe"' : codice restituito '0x2'
Stop.
...
Entering: hbct
No code generated.
NMAKE : fatal error U1077: '..\..\bin\vc\\harbour.exe' : codice restituito '0x1'

Stop.

2009/2/12 Viktor Szakáts <harbour...@syenar.hu>:
> Sorry, I cannot help you, we're circling around and
> you don't seem to make an effort to read and interpret
> the answers to your own questions. For better results,
> please take the time and re-read this thread, or at least
> the last few messages. All information is there.
> If this isn't enough, read the documentation of MSVC,
> about how to set it up properly, and double check your
> environment, and if it still fails post your log output,
> maybe someone can help.
> Brgds,
> Viktor
> On Thu, Feb 12, 2009 at 8:46 AM, Massimo Belgrano <mbelgr...@deltain.it>
> wrote:
>>
>> Sorry now Create a fresh checkout by tortoisesvn
>> right click on c drive and  svn checout of
>>
>> https://harbour-project.svn.sourceforge.net/svnroot/harbour-project/trunk/harbour
>> in a few second was done
>> and do clean build by
>> SET HB_DIR_ADS=C:\PROGRAMMI\Extended Systems\Advantage 8.1\acesdk
>> SET HB_ARCHITECTURE=WIN
>> SET MSVCDIR=C:\Programmi\Microsoft Visual Studio 9.0\VC
>> SET PLATFORM=C:\Programmi\Microsoft Visual Studio 2008 SDK
>> SET HB_COMPILER=msvc
>> SET HB_VISUALC_VER=90
>> SET HB_BIN_INSTALL=C:\HARBOUR\BIN
>> SET HB_LIB_INSTALL=C:\HARBOUR\LIB
>> SET HB_INC_INSTALL=C:\HARBOUR\INCLUDE
>> SET INCLUDE=%MSVCDir%\INCLUDE;%PLATFORM%\INCLUDE;c:\HARBOUR\INCLUDE
>> SET LIB=%PLATFORM%\Lib;%MSVCDir%\LIB;C:\HARBOUR\LIB
>> CD \HARBOUR
>> CALL MAKE_VC CLEAN
>> CALL MAKE_VC
>> but i have receive same eror
>>
>>
>> _______________________________________________
>> 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
>
>



-- 
Massimo Belgrano

Albo Nazionale Informatici Professionisti 2620
Socio 2843 Associazione Informatici prof.

Analisi e sviluppo software per Lan e Web
Consulenza informatica - Formazione
Delta Informatica S.r.l.  http://www.deltain.it
Via Torelli,31 - 28100 Novara - Tel: 0321/30281
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to