OT: //Build 2015 //

Re: OT: //Build 2015 //

Postby Antonio Linares » Tue May 05, 2015 3: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
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: OT: //Build 2015 //

Postby cnavarro » Tue May 05, 2015 3: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
User avatar
cnavarro
 
Posts: 6500
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: OT: //Build 2015 //

Postby Antonio Linares » Tue May 05, 2015 4: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
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: OT: //Build 2015 //

Postby Antonio Linares » Tue May 05, 2015 4:36 pm

Robb,

64 bits ones also sent, thanks!
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: OT: //Build 2015 //

Postby rhlawek » Tue May 05, 2015 4:52 pm

Thank you, I'll let you know the testing results.
User avatar
rhlawek
 
Posts: 193
Joined: Sun Jul 22, 2012 7:01 pm

Re: OT: //Build 2015 //

Postby rhlawek » Tue May 05, 2015 8:52 pm

Antonio,

I am now able to build with these replacement libraries.

Thank you.

Robb
User avatar
rhlawek
 
Posts: 193
Joined: Sun Jul 22, 2012 7:01 pm

Re: OT: //Build 2015 //

Postby TimStone » Tue May 05, 2015 8: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
User avatar
TimStone
 
Posts: 2904
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA

Re: OT: //Build 2015 //

Postby Antonio Linares » Tue May 05, 2015 9:24 pm

Tim,

Do you also want them for VS2013 ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: OT: //Build 2015 //

Postby TimStone » 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
User avatar
TimStone
 
Posts: 2904
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA

Re: OT: //Build 2015 //

Postby Antonio Linares » Wed May 06, 2015 7:31 am

Tim,

Already sent by email
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: OT: //Build 2015 //

Postby cnavarro » 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
User avatar
cnavarro
 
Posts: 6500
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: OT: //Build 2015 //

Postby Antonio Linares » Wed May 06, 2015 3:06 pm

Cristobal,

thanks for your feedback! :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: OT: //Build 2015 //

Postby Rick Lipkin » Wed May 06, 2015 3: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
User avatar
Rick Lipkin
 
Posts: 2616
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: OT: //Build 2015 //

Postby Antonio Linares » Wed May 06, 2015 4: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
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: OT: //Build 2015 //

Postby TimStone » Wed May 06, 2015 5: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 ___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
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
User avatar
TimStone
 
Posts: 2904
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA

PreviousNext

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Silvio.Falconi and 102 guests