FWH64

FWH64

Postby Perry Nichols » Tue Dec 22, 2015 3:35 pm

We are currently using the 32 bit Fivewin Harbour with Borland compiler. We are interested in the migration to the 64 bit version, and how seamless this may be.
Has anyone gone through this migration? What can we expect as challenges? What is the typical development environment for the 64 bit version?
Perry Nichols
 
Posts: 17
Joined: Thu Feb 28, 2008 6:56 pm

Re: FWH64

Postby Antonio Linares » Tue Dec 22, 2015 7:39 pm

Perry,

The migration to FWH 64 is quite straightforward.

If you review FWH\samples\build64.bat you will see how to use the Visual Studio C compiler and libraries. Actually FWH 64 supports Visual Studio 2013 Express.

Surely in January or February we will migrate FWH 64 from Visual Studio 2013 to Visual Studio Community 2015.
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: FWH64

Postby Perry Nichols » Tue Dec 22, 2015 11:01 pm

For Debugging do you use Visual Studio or FWH64?
Perry Nichols
 
Posts: 17
Joined: Thu Feb 28, 2008 6:56 pm

Re: FWH64

Postby Antonio Linares » Wed Dec 23, 2015 6:40 am

For high level debugging (PRG code), the FWH debugger.

For low level debugging (C code), the Visual Studio debugger.
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: FWH64

Postby Marc Vanzegbroeck » Thu Mar 17, 2016 6:09 pm

Antonio Linares wrote:Surely in January or February we will migrate FWH 64 from Visual Studio 2013 to Visual Studio Community 2015.


Antonio,

Is FWH 64 already migrated to Visual Studio Community 2015?
Thanks
Regards,
Marc

FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
Marc Vanzegbroeck
 
Posts: 1157
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium

Re: FWH64

Postby byte-one » Thu Mar 17, 2016 6:26 pm

If runs with VC 2015 i will also migrate! The current offer from Antonio is beautiful!! :D
Regards,
Günther
---------------------------------
office@byte-one.com
User avatar
byte-one
 
Posts: 1048
Joined: Mon Oct 24, 2005 9:54 am
Location: Austria

Re: FWH64

Postby Antonio Linares » Thu Mar 17, 2016 6:34 pm

Marc, Günther,

We already tested FWH 64 with Visual Studio Community 2015 and it worked fine, but by that time Visual Community was still in beta.

If we all agree, then we can migrate FWH 64 to Visual Studio Community 2015 :-)
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: FWH64

Postby Marc Vanzegbroeck » Thu Mar 17, 2016 7:20 pm

Antonio,

I will migrate to FWH 64 ,if it runs on Visual Studio Community 2015 8)
Regards,
Marc

FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
Marc Vanzegbroeck
 
Posts: 1157
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium

Re: FWH64

Postby byte-one » Thu Mar 17, 2016 7:22 pm

Always (mostly) using the newest...!!
Regards,
Günther
---------------------------------
office@byte-one.com
User avatar
byte-one
 
Posts: 1048
Joined: Mon Oct 24, 2005 9:54 am
Location: Austria

Re: FWH64

Postby TimStone » Fri Mar 18, 2016 6:30 am

Antonio,

What areas of code will we need to change for FWH 64? In the past not all commands were compatible.

To be exact, can code written for 32 bit FWH be used with 64 bit FWH ?

At this time I have to do builds with xHarbour ( 32 bit ), and I have a 32 bit MSVC / Harbour version, and both use the same source code files for the build. Would this also be true for the 64 bit FWH ?

I do have clients who still have older 32 bit OS installed.

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: FWH64

Postby Antonio Linares » Fri Mar 18, 2016 7:26 am

Tim,

Actually FWH 64 is fully compatible with FWH 32, so there is no need to modify anything in your app.

Just compile with Harbour 64 and use FWH 64 and you will get a 64 bits version of your app.
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: FWH64

Postby James Bott » Fri Mar 18, 2016 2:16 pm

Antonio,

Is there a xHarbour 64 version?

Do I understand correctly, VC is not required, but rather it is optional?

James
FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10
User avatar
James Bott
 
Posts: 4840
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA

Re: FWH64

Postby TimStone » Fri Mar 18, 2016 4:01 pm

What is the license term for the special offer ( current version, 3 month, 6 month, 1 year ) ?
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: FWH64

Postby Antonio Linares » Fri Mar 18, 2016 4:51 pm

James,

> Is there a xHarbour 64 version?

No, as far as I know.

> Do I understand correctly, VC is not required, but rather it is optional?

Actually VC is a must for 64 bits. We are trying to get FWH 64 working with bcc 7 too.

Tim,

> What is the license term for the special offer ( current version, 3 month, 6 month, 1 year ) ?

Current version and two months free upgrades.
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: FWH64

Postby TimStone » Fri Mar 18, 2016 5:07 pm

OK ... I'm thinking on it. Maybe a 2nd promo with a longer time of updates. Based on threads here, there are still numerous issues being resolved with the existing version, and 2 months might not get us to a "clean and stable" version during this period of quickly advancing FW development.

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

Next

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 94 guests