Page 1 of 1

MS Visual Studio 2008 & Harbour / xHarbour

Posted: Sun Apr 21, 2013 7:17 pm
by cdmmaui
Hello,

I am looking at porting my application from FWH (12/2012), xHarbour, BCC 5.82 to FWH (12/2012), Harbour, Microsoft Visual Studio 2008. Does any have a procedure or template on how to create a new project, set compiler and compiler flags, set linker and linker flags?

I am completely new to Microsoft Visual Studio, any and all feedback is much appreciated!

Thank you,

Re: MS Visual Studio 2008 & Harbour / xHarbour

Posted: Mon Apr 22, 2013 8:27 pm
by nnicanor
If you have recent version of FWH since 1105 you must consider to use VSE2010, because is more complex link recent versions of harbour with 2008 without significative warnings only link fine with Harbour 2.0.


Regards,

Re: MS Visual Studio 2008 & Harbour / xHarbour

Posted: Mon Apr 22, 2013 8:55 pm
by Antonio Linares
Darrell,

There is a complete working example at:

FWH/makes/vs2010_make.zip

Re: MS Visual Studio 2008 & Harbour / xHarbour

Posted: Mon Apr 22, 2013 11:08 pm
by cdmmaui
Thank you for your responses, I will move to VSE2010

Re: MS Visual Studio 2008 & Harbour / xHarbour

Posted: Wed Apr 24, 2013 12:56 pm
by Horizon
Antonio Linares wrote:Darrell,

There is a complete working example at:

FWH/makes/vs2010_make.zip
Hi Antonio,

Is it in FWH directory? I could not find it in 13.03.

Re: MS Visual Studio 2008 & Harbour / xHarbour

Posted: Wed Apr 24, 2013 3:19 pm
by Antonio Linares
Hakan,

Here you have it:
https://code.google.com/p/fivewin-contr ... 0_make.zip

(Fixed our install script to include it for next build, thanks!)