FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour OT: //Build 2015 //
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: OT: //Build 2015 //
Posted: Tue May 05, 2015 03:43 PM

Robb,

ok, I just verified that I have:

c:\Program Files (x86)\Microsoft Visual Studio 12.0\

which corresponds to Visual Studio 2013 Express

I am rebuilding FWH and I will email you the new libs, if you are so kind to test them too, thanks

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: OT: //Build 2015 //
Posted: Tue May 05, 2015 03:48 PM
Antonio Linares wrote:Robb,

Using 2015 RC version of Visual Studio Community edition (free)

To install it I was forced to uninstall the 2013 version, because I wanted to check if FWH and Harbour are compatible with it.

Meanwhile I was doing my tests, we decided to publish the new FWH 15.04 build 2, so I thought to publish it using the Visual Studio Community.


Yo tengo instalado VS2012, VS2013 y VS2015
He probado VS2015 con el nuevo build y los samples los genera bien, pero estoy teniendo problemas de linkado con la utilidad que estoy desarrollando con esta version

I have installed VS2012, VS2013 and VS2015
I tried VS2015 with the new build and generates samples well, but I'm having problems with the utility linkado I'm developing this version
Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: OT: //Build 2015 //
Posted: Tue May 05, 2015 04:08 PM

Robb,

Already sent to you.

Now I will prepare the 64 bits ones and email them also to you,

many thanks for your help

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: OT: //Build 2015 //
Posted: Tue May 05, 2015 04:36 PM

Robb,

64 bits ones also sent, thanks!

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 195
Joined: Sun Jul 22, 2012 07:01 PM
Re: OT: //Build 2015 //
Posted: Tue May 05, 2015 04:52 PM

Thank you, I'll let you know the testing results.

Posts: 195
Joined: Sun Jul 22, 2012 07:01 PM
Re: OT: //Build 2015 //
Posted: Tue May 05, 2015 08:52 PM

Antonio,

I am now able to build with these replacement libraries.

Thank you.

Robb

Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: OT: //Build 2015 //
Posted: Tue May 05, 2015 08:54 PM

Antonio,

Are you going to post an update to .04 or do you want to email me the 32 bit libraries ?

Thanks.

Tim

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: OT: //Build 2015 //
Posted: Tue May 05, 2015 09:24 PM

Tim,

Do you also want them for VS2013 ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: OT: //Build 2015 //
Posted: Tue May 05, 2015 11:01 PM

I'm working on a major upgrade to my primary application. I currently build it with VS 2013 Professional.

I copied the full build directory to a new one, and using the same source files, I built it with VS Community 2015 RC. It seems to have built.

So yes, I will take both and see if they both build without problems.

Tim

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: OT: //Build 2015 //
Posted: Wed May 06, 2015 07:31 AM

Tim,

Already sent by email

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: OT: //Build 2015 //
Posted: Wed May 06, 2015 11:19 AM
cnavarro wrote:
Antonio Linares wrote:Robb,

Using 2015 RC version of Visual Studio Community edition (free)

To install it I was forced to uninstall the 2013 version, because I wanted to check if FWH and Harbour are compatible with it.

Meanwhile I was doing my tests, we decided to publish the new FWH 15.04 build 2, so I thought to publish it using the Visual Studio Community.


Yo tengo instalado VS2012, VS2013 y VS2015
He probado VS2015 con el nuevo build y los samples los genera bien, pero estoy teniendo problemas de linkado con la utilidad que estoy desarrollando con esta version

I have installed VS2012, VS2013 and VS2015
I tried VS2015 with the new build and generates samples well, but I'm having problems with the utility linkado I'm developing this version


solved
I have generated the project perfectly with VS2015 and FWH1504 version Build 2

.mak File in my project, I had to change and add the following
En mi fichero de proyecto .mak, he tenido que cambiar y añadir lo siguiente


SDKDIR="C:\Program Files (x86)\Windows Kits\10\Lib\10.0.10069.0\um\x86"
SDKDIRCRT="C:\Program Files (x86)\Windows Kits\10\Lib\10.0.10069.0\ucrt\x86"

// Add
echo $(SDKDIRCRT)\ucrt.lib >> msvc.tmp

Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: OT: //Build 2015 //
Posted: Wed May 06, 2015 03:06 PM

Cristobal,

thanks for your feedback! :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Re: OT: //Build 2015 //
Posted: Wed May 06, 2015 03:38 PM

Antonio

1504 v2 is the current download in the FTDN site .. are you going to re-post that with your changes ?

Thanks
Rick Lipkin

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: OT: //Build 2015 //
Posted: Wed May 06, 2015 04:06 PM

Rick,

Current FWH 15.04 build 2 uses the new Visual Studio Community Edition (release candidate).

Only if you are going to use Visual Studio 2013 then you need new libraries. For now I have been sending them by email upon request.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: OT: //Build 2015 //
Posted: Wed May 06, 2015 05:04 PM

Using FWH Build 2 and VS 2015 Community (RC), I get the following errors:

1>FiveH32.lib(HARBOUR.obj) : error LNK2019: unresolved external symbol acrtiob_func referenced in function _HB_FUN_FREOPEN_STDERR
1>FiveH32.lib(PRV2PDF.obj) : error LNK2019: unresolved external symbol
_stdio_common_vfprintf referenced in function __vfprintf_l

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit