Page 2 of 3

Re: OT: //Build 2015 //

PostPosted: Tue May 05, 2015 3:43 pm
by Antonio Linares
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

Re: OT: //Build 2015 //

PostPosted: Tue May 05, 2015 3:48 pm
by cnavarro
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

Re: OT: //Build 2015 //

PostPosted: Tue May 05, 2015 4:08 pm
by Antonio Linares
Robb,

Already sent to you.

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

many thanks for your help

Re: OT: //Build 2015 //

PostPosted: Tue May 05, 2015 4:36 pm
by Antonio Linares
Robb,

64 bits ones also sent, thanks!

Re: OT: //Build 2015 //

PostPosted: Tue May 05, 2015 4:52 pm
by rhlawek
Thank you, I'll let you know the testing results.

Re: OT: //Build 2015 //

PostPosted: Tue May 05, 2015 8:52 pm
by rhlawek
Antonio,

I am now able to build with these replacement libraries.

Thank you.

Robb

Re: OT: //Build 2015 //

PostPosted: Tue May 05, 2015 8:54 pm
by TimStone
Antonio,

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

Thanks.

Tim

Re: OT: //Build 2015 //

PostPosted: Tue May 05, 2015 9:24 pm
by Antonio Linares
Tim,

Do you also want them for VS2013 ?

Re: OT: //Build 2015 //

PostPosted: Tue May 05, 2015 11:01 pm
by TimStone
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

Re: OT: //Build 2015 //

PostPosted: Wed May 06, 2015 7:31 am
by Antonio Linares
Tim,

Already sent by email

Re: OT: //Build 2015 //

PostPosted: Wed May 06, 2015 11:19 am
by cnavarro
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


Re: OT: //Build 2015 //

PostPosted: Wed May 06, 2015 3:06 pm
by Antonio Linares
Cristobal,

thanks for your feedback! :-)

Re: OT: //Build 2015 //

PostPosted: Wed May 06, 2015 3:38 pm
by Rick Lipkin
Antonio

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

Thanks
Rick Lipkin

Re: OT: //Build 2015 //

PostPosted: Wed May 06, 2015 4:06 pm
by Antonio Linares
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.

Re: OT: //Build 2015 //

PostPosted: Wed May 06, 2015 5:04 pm
by TimStone
Using FWH Build 2 and VS 2015 Community (RC), I get the following errors:

1>FiveH32.lib(HARBOUR.obj) : error LNK2019: unresolved external symbol ___acrt_iob_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