Search found 109 matches: vcvarsall

Return to advanced search

Re: compilar .rc en DLL con MSVC2010

... los ficheros include y de las librerias han cambiado bastante. He conseguido ya identificar los nuevos, pero me preguntaba si llamando al fichero vcvarsall.bat que MSVC proporciona, podria automatizar los paths. En eso estoy ahora mismo. Que versión de MSVC estas usando, 2012 ó 2010 ? 2013 ? Si ...
by Antonio Linares
Tue Jul 16, 2013 5:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: compilar .rc en DLL con MSVC2010
Replies: 17
Views: 2832

Re: Visual interface for Harbour hbmk2.exe

André,

You can easily fix it modifying this line in vmh.prg:

If( cCCompiler == "Microsoft", 'call "%ProgramFiles%\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"' + CRLF, "" ) + ;

where is your Visual Studio installed ?
by Antonio Linares
Wed Apr 10, 2013 12:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Visual interface for Harbour hbmk2.exe
Replies: 36
Views: 10663

Re: Visual interface for Harbour hbmk2.exe

Antônio,

VMH is not working with non default msvc10 install due to the hard coded path to vcvarsall.bat.
by ADutheil
Wed Apr 10, 2013 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Visual interface for Harbour hbmk2.exe
Replies: 36
Views: 10663

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... Harbour ] {content} set PATH=E:\harbour;E:\harbour\bin;E:\bcc55\bin;%PATH% {contents} call "%ProgramFiles%\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86_amd64 # {content} set HB_COMPILER=msvc64 # {content} set HB_INSTALL_PREFIX=E:\harbour {content} set HB_INSTALL_INC=E:\harbour\include ...
by Pritpal Bedi
Tue Oct 26, 2010 7:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 100985
Previous

Return to advanced search