There have been many threads about using Microsoft Visual Studio 2013, Harbour, and FWH ( 14.07 ). YES IT CAN BE DONE SUCCESSFULLY !
I have a rather large application, originally built with xHarbour (.com ), but now being built in the environment mentioned above. It has over 130 .prg files, each with 750 to 7500 lines of code. It addresses 110 .dbf's with .fpt and indexes. It works with DBFCDX, or ADS ( Local or Server ). It is very complex and highly integrated.
I now have the entire application running, built within Visual Studio. Here are a few things I would like to share:
1) Check the linker settings carefully. I was having problems with some code not having an entry point which was finally resolved with a linker setting. This was a specific piece of SSL code that other's might not every need to consider.
2) There are ample "getting started" threads on this site. You can use this combo successfully.
3) I am not a huge fan of the VS editor. So, for my .prg files, I was able to set VS to open the file in my Ultra Edit Studio. Changes made, and saved, were immediately reflected in Visual Studio, and I could instantly rebuild my code.
I have a lot more to do. I intend to refine my code to use full classes for major functional areas ( ie. customers, inventory, accounting capabilities ). I also am considering a transition to SQL.
My reason for posting this is that I want to encourage everyone to consider this path seriously. As we move into using this system, I believe we will find far more flexibility in our programming resources, and it may be much easier to build ancillary programs to interface with our primary applications.
I wish you all well in studying this capability. Without Antonio's persistent help, it would have not been possible. However, it has happened and we are better for it.