Search found 81 matches: vcdir

Return to advanced search

Re: Fivewin and MSVC

HBDIR=c:\harbour
FWDIR=c:\fwh
VCDIR=c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\
SDKDIR=c:\Program Files\Microsoft SDKs\Windows\v7.0A\Include\
by Antonio Linares
Mon Aug 06, 2012 12:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and Microsoft VS2010 VC (visual C)
Replies: 13
Views: 5140

Re: ERROR EN BOTON

... %1.c > b32.bc %bcdir%\bin\bcc32 -M -c @b32.bc :ENDCOMPILE IF EXIST %1.rc %bcdir%\bin\brc32 -r -I%bcdir%\include %1 rem IF EXIST %1.rc %vcdir%\bin\rc -r -d__FLAT__ %1 echo %bcdir%\lib\c0w32.obj + > b32.bc echo %1.obj, + >> b32.bc echo %1.exe, + >> b32.bc echo %1.map, + ...
by agarnati
Wed May 30, 2012 12:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR EN BOTON
Replies: 5
Views: 1823

Error al compilar en FWH64

... Uncomment these two lines to use Advantage RDD rem echo %hdirl%\rddads.lib >> msvc.tmp rem echo %hdirl%\ace32.lib >> msvc.tmp echo %vcdir%\lib\kernel32.lib >> msvc.tmp echo %vcdir%\lib\user32.lib >> msvc.tmp echo %vcdir%\lib\gdi32.lib >> msvc.tmp echo %vcdir%\lib\winspool.lib ...
by El Loco
Fri Sep 23, 2011 11:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al compilar en FWH64
Replies: 2
Views: 666

Re: To Antonio:

Gustavo,

$(VCDIR)\bin\Lib Fivehmx.lib /OUT:lib\Fivehmx.lib activex.obj
by Antonio Linares
Fri May 27, 2011 12:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio:
Replies: 4
Views: 601

Re: fwh 10.09 link error ?

... if A%1 == A GOTO :SINTAX if NOT EXIST %1.prg GOTO :NOEXIST set HBDIR=d:\harbour_vc2.0 set hdir=%HBDIR% set hdirl=%hdir%\lib set vcdir=d:\vc2008 set fwdir=d:\fwh24_10.09 set include=%vcdir%\include;%hdir%\include set lib=%vcdir%\lib;%hdir%\lib %hdir%\bin\harbour %1 /n /i%fwdir%\include;%hdir%\include ...
by yunbg1
Wed Oct 27, 2010 6:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh 10.09 link error ?
Replies: 19
Views: 7075

Re: Windows 7 64 bits - tester required

... now have 64 bit trial versions of our products available! http://com1software.com/c1027.htm Regarding odbc I have these libraries in place: echo %vcdir%\lib\odbc32.lib >> msvc.tmp echo %vcdir%\lib\odbccp32.lib >> msvc.tmp I am getting link errors on : SQLSETPOS() SQLCANCEL() SQLGETSTMTOPTION() ...
by Dave Zowasky
Wed Oct 27, 2010 4:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 7 64 bits - tester required
Replies: 61
Views: 17085

Re: Windows 7 64 bits - tester required

I may have found the answer to my question.

Added this build64.bat to fix error

echo %vcdir%\lib\ws2_32.lib >> msvc.tmp
by Dave Zowasky
Fri Oct 15, 2010 5:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 7 64 bits - tester required
Replies: 61
Views: 17085

Re: missing _SetClassLongPtr

... *---------------------------------------- if A%1 == A GOTO :SINTAX if NOT EXIST %1.prg GOTO :NOEXIST ECHO Compiling... set hdir=D:\xHB_CVSe.D set vcdir=C:\Program Files (x86)\Microsoft Visual Studio 9.0\vc set __include=%include% set include="%vcdir%"\include;%hdir%\include;%__include% ...
by cly166
Mon Sep 27, 2010 1:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: missing _SetClassLongPtr
Replies: 8
Views: 1412

Re: Error de link con uestudio y MSVC

Héctor,

Revisa FWH\samples\buildhm.bat y fíjate con que parámetros se llama a link.exe:
%vcdir%\bin\link @msvc.tmp /nologo /subsystem:windows /force:multiple /NODEFAULTLIB:libc

y cómo previamente se ha construido msvc.tmp.
Tendrás que modificar el make de UEStudio fijándote en buildhm.bat
by Antonio Linares
Sat Mar 20, 2010 3:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error de link con uestudio y MSVC
Replies: 1
Views: 409

Compilando con 64 Bits

... if A%1 == A GOTO :SINTAX if NOT EXIST %1.prg GOTO :NOEXIST ECHO Compiling... set hdir=c:\harbour64 set vcdir=c:\vc64 set include=%vcdir%\include;%hdir%\include set lib=%vcdir%\lib;%hdir%\vc\lib %hdir%\bin\harbour %1 /n /d__64__ /i..\include;%hdir%\include ...
by jnavas
Thu Jan 21, 2010 8:47 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilando con 64 Bits
Replies: 4
Views: 956

nmake (susttituto de Rmake) para FWH64 bits

... empieza make.mak // Sintanxis de ejecución : c:\vc64\bin\nmake -fmake.mak #Microsoft make sample, (c) FiveTech Software 2005 HBDIR=c:\harbour64 VCDIR=c:\vc64 FWDIR=c:\fwh64 .SUFFIXES: .prg .c .obj .rc .res tutor02.exe : tutor02.obj one.obj tutor02.res echo tutor02.obj one.obj > msvc.tmp echo ...
by jnavas
Thu Jan 21, 2010 8:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: nmake (susttituto de Rmake) para FWH64 bits
Replies: 0
Views: 432

Funciones para Activar Bluetooth ( SOLUCIONADO )

Añadir esta libreria echo $(VCDIR)\lib\arm\BthUtil.lib >> msvc.tmp Este es el codigo /*Funciones para activar el Bluetooth desde FWPPCPablo Vidal*/#pragma BEGINDUMP#include <hbapi.h>#include <windows.h>/*Enciende el Bluetooch ...
by pablovidal
Fri Nov 13, 2009 1:10 am
 
Forum: FiveWin para Pocket PC
Topic: Activar Bluetooth
Replies: 3
Views: 916

Re: Link warnings

Otto,

In this line:

%vcdir%\bin\link @msvc.tmp /nologo /SUBSYSTEM:WINDOWSCE,4.20 /MACHINE:ARM /ARMPADCODE:NO
by Antonio Linares
Fri Oct 30, 2009 7:09 pm
 
Forum: FiveWin for Pocket PC
Topic: Link warnings
Replies: 3
Views: 871

Ya la tengo.

... La lib es para anexarla a la compilación. Yo uso el bat para compilar que proporciona fivetech. Solo hay que localizar dentro del bat el apartado %vcdir% y agregar la lib echo E:\apfwpp\testmysql\MySQLMobile.lib >> msvc.tmp echo %vcdir%\lib\arm\coredll.lib >> msvc.tmp echo %vcdir%\lib\arm\corelibc.lib ...
by fleal
Sat Oct 10, 2009 12:07 pm
 
Forum: FiveWin para Pocket PC
Topic: MySqlMobile.lib ¿Donde se compra?
Replies: 5
Views: 2268

TSButton 7.0

... To build Tickets.exe sample for FWPPC use buildce.bat in \TSButton\Samples. It's important in buildce.bat this line: IF EXIST %1.rc %vcdir%\bin\rc -r -d_CE -d__FLAT__ %1 Those flags are necessary to compile Alpha Channel Bitmaps in your resources .rc. file. I hope you find in TSButton ...
by mmercado
Tue Sep 15, 2009 10:12 am
 
Forum: FiveWin for Pocket PC
Topic: TSButton 7.0
Replies: 10
Views: 6049
PreviousNext

Return to advanced search