Search found 103 matches: fiveh32

Return to advanced search

Re: Detailed guide to use the Visual Studio 2013 IDE with FWH

... and maded everything like in your sample I get this error: 1>------ Build started: Project: tutor01, Configuration: Debug Win32 ------ 1>FiveH32.lib(ERRSYSW.obj) : error LNK2005: _HB_FUN_ERRORSYS already defined in hbrtl.lib(errsys.obj) 1>FiveH32.lib(ERRSYSW.obj) : error LNK2005: _HB_FUN_HB_GTSYS ...
by avista
Sun Oct 12, 2014 10:24 pm
 
Forum: Utilities / Utilidades
Topic: Detailed guide to use the Visual Studio 2013 IDE with FWH
Replies: 9
Views: 5096

Re: Creacion de EasyReport

... CFILES=$(C:.\=.\source\) ereport.exe : $(OBJS) $(COBJS) ereport.res echo $(OBJS) > msvc.tmp echo $(COBJS) > msvc.tmp echo $(FWDIR)\lib\FiveH32.lib $(FWDIR)\lib\FiveHC32.lib >> msvc.tmp echo $(HBDIR)\lib\vc32\hbrtl.lib >> msvc.tmp echo $(HBDIR)\lib\vc32\hbvm.lib >> ...
by cnavarro
Sun Oct 05, 2014 10:56 am
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: Creacion de EasyReport
Replies: 13
Views: 7341

Re: Creating TSBrowse.lib with Harbour and MSVC 2010

Kleyber, Fiveh32.lib : Fivehm.def if exist "$(VCINSTALLDIR)"bin\lib.exe "%VCINSTALLDIR%"bin\lib /DEF:lib\Fivehm.DEF /OUT:lib\fiveh32.lib where Fivehm.DEF is LIBRARY FivehmDESCRIPTION 'FiveWin for Harbour'EXPORTS  ...
by Antonio Linares
Mon Sep 29, 2014 3:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating TSBrowse.lib with Harbour and MSVC 2010
Replies: 5
Views: 790

Solo esto y tenemos listo el makefile de MS

Just this to have the Microsoft makefile ready :-) FiveH32.lib(HARBOUR.obj) : error LNK2005: __HUGE already defined in LIBCMT.lib(huge.obj) FiveHC32.lib(CTRLDRAW.obj) : error LNK2005: _HB_FUN_CTRLDRAWFOCUS already defined in cfunc.obj Creating library ...
by Antonio Linares
Sun Aug 31, 2014 4:26 pm
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: Solo esto y tenemos listo el makefile de MS
Replies: 0
Views: 642

Re: Bug harbour_3.2_32bits_MSVC2013_20142906

... (C) Microsoft Corporation. Reservados todos los derechos. prog01.c xhb.lib(xhbole.obj) : warning LNK4006: _HB_FUN_OLEDEFAULTARG ya se definió en FiveH32.lib(OLEFUNCS.obj); segunda definic ión omitida Creando biblioteca prog01.lib y objeto prog01.exp FiveHC32.lib(MSGS.obj) : warning LNK4217: se ...
by cnavarro
Sun Jul 13, 2014 6:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bug harbour_3.2_32bits_MSVC2013_20142906
Replies: 42
Views: 8149

Detailed guide to use the Visual Studio 2013 IDE with FWH

... 15. Right click on the Libraries folder and select "Add an existing item" and select FiveH32.lib, same for FiveHC32.lib: https://bitbucket.org/fivetech/visual-studio-ide/downloads/step_15.jpg 16. Now lets add the Harbour ...
by Antonio Linares
Mon Jun 23, 2014 5:21 am
 
Forum: Utilities / Utilidades
Topic: Detailed guide to use the Visual Studio 2013 IDE with FWH
Replies: 9
Views: 5096

Re: Makefile para FWH64 con Visual Studio 2013 y multiples PRGs

... one.exe : fatal error LNK1120: 7 externos sin resolver este es el archivo que genera con las lib, msvc.tmp one.obj two.obj three.obj c:\fwh\lib\FiveH32.lib c:\fwh\lib\FiveHC32.lib c:\hb30msv\lib\hbrtl.lib c:\hb30msv\lib\hbvm.lib c:\hb30msv\lib\gtgui.lib c:\hb30msv\lib\hblang.lib c:\hb30msv\lib\hbmacro.lib ...
by Patricio Avalos Aguirre
Tue Jun 10, 2014 8:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Makefile para FWH64 con Visual Studio 2013 y multiples PRGs
Replies: 18
Views: 5333

Re: Makefile para FWH64 con Visual Studio 2013 y multiples PRGs

... en la función __tmainCRTStartup one.exe : fatal error LNK1120: 7 externos sin resolver aqui esta el msvc.tmp one.obj two.obj three.obj c:\fwh\lib\FiveH32.lib c:\fwh\lib\FiveHC32.lib c:\hb30msv\lib\hbrtl.lib c:\hb30msv\lib\hbvm.lib c:\hb30msv\lib\gtgui.lib c:\hb30msv\lib\hblang.lib c:\hb30msv\lib\hbmacro.lib ...
by Patricio Avalos Aguirre
Mon Jun 09, 2014 9:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Makefile para FWH64 con Visual Studio 2013 y multiples PRGs
Replies: 18
Views: 5333

Re: Building your app and dialogs from Visual Studio IDE

... the dialog RC: https://bitbucket.org/fivetech/fivewin-contributions/downloads/tutor02_vstudio2102_ide.zip You just need to add fiveh32.lib y fivehc32.lib in the same folder where Harbour libs are. By the way, this Microsoft project files store all the used files inside it, so ...
by Antonio Linares
Sat Jun 07, 2014 4:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building your app and dialogs from Visual Studio IDE
Replies: 1
Views: 511

Re: Tu aplicación y diálogos desde el IDE de Visual Studio

... https://bitbucket.org/fivetech/fivewin-contributions/downloads/tutor02_vstudio2102_ide.zip Solo teneis que añadirle los ficheros fiveh32.lib y fivehc32.lib en la misma carpeta que las demás libs de Harbour. Por cierto que este tipo de ficheros guarda todos los ficheros que usa, ...
by Antonio Linares
Sat Jun 07, 2014 4:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tu aplicación y diálogos desde el IDE de Visual Studio
Replies: 7
Views: 738

Re: How to rebuild FWH libs

Hi Antonio, I added new compiled objs to fiveh32.lib and fivewhc32.lib (FWH 13.9) and now I get the following errors in linking exe. fiveh32.lib(xbrowse.obj) : error LNK2001: unresolved external symbol _HB_FUN_SETBRUSHORGEX fiveh32.lib(window.obj) ...
by Roberto Parisi
Fri Nov 08, 2013 1:16 pm
 
Forum: Utilities / Utilidades
Topic: How to rebuild FWH libs
Replies: 11
Views: 6732

Re: How to setup UEStudio IDE and MS Visual Studio Exp 2012 ?

... : error LNK2001: unresolved external symbol _HB_FUN_SETDLGGRADIENT fivedbu.obj : error LNK2001: unresolved external symbol _HB_FUN_DRAWTILED FiveH32.lib(HELP32.obj) : error LNK2001: unresolved external symbol _HB_FUN_FREELIBRARY FiveH32.lib(GETTASKS.obj) : error LNK2001: unresolved external ...
by Andrés González
Sun Sep 29, 2013 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to setup UEStudio IDE and MS Visual Studio Exp 2012 ?
Replies: 14
Views: 4777

Re: NEW CLASS TLayout

... for x86 Copyright (C) Microsoft Corporation. All rights reserved. test_layout.c Creating library test_layout.lib and object test_layout.exp FiveH32.lib(FLDEX.obj) : error LNK2019: unresolved external symbol _Max referenc ed in function _CalcPos test_layout.exe : fatal error LNK1120: 1 unresolved ...
by rhlawek
Mon Sep 23, 2013 4:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: NEW CLASS TLayout
Replies: 19
Views: 8297

Re: Harbour Msvc

Fernando,

Las librerias que tienes que usar son FiveH32.lib y FiveHC32.lib para MSVC 2010/2012

Usa FWH\samples\buildh32.bat para construir
by Antonio Linares
Tue Jul 02, 2013 6:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour Msvc
Replies: 6
Views: 1284

Re: Low level debug using MSVC debugger

We remove these Harbour libs files: harbour-32.dll, harbour-32.def, harbour-32.dif, maindllp.lib, hbnortl.lib, hbnullrdd.lib

We add the FWH libs: fiveh32.lib fivehc32.lib
by Antonio Linares
Fri Jun 07, 2013 4:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Low level debug using MSVC debugger
Replies: 19
Views: 2765
PreviousNext

Return to advanced search