Crist贸bal,
Antonio said in previous posts that he was using VS 2012 because 2013 lacks from a Resource Editor.
Antonio,
Is there available more recent Harbour builds for BCC and Msvc2010?.
Those are from last year.
Thanks,
Crist贸bal,
Antonio said in previous posts that he was using VS 2012 because 2013 lacks from a Resource Editor.
Antonio,
Is there available more recent Harbour builds for BCC and Msvc2010?.
Those are from last year.
Thanks,
Elvira
I have installed on one computer VS2102, VS2013, both Professional version and can assure you that both have the resource editor
Elvira
Yo tengo instalado en un mismo equipo VS2102, VS2013, ambos version Profesional y puedo asegurarte que los dos tienen el editor de recursos
Elvira,
What I said is that the Express edition does NOT include the built-in resources editor. The Professional version and the Ultimate version include it.
I am already using Visual Studio 2013 Ultimate (free from the University):
&
Antonio,
Thanks. And where i can download recent Harbour builds for bcc and msvc?.
elvira wrote:Antonio,
Thanks. And where i can download recent Harbour builds for bcc and msvc?.
Crist贸bal ,
Those links are from 2013, quite old.
Yes, it's true
But, are the ones I use with Borland and VS2012/2013 without any problem
That is Why i asked Master Antonio about it,
Thanks
set path=c:\bcc582\bin
win-make.exeAntonio,
Haven麓t they still fixed those errors?.
I prefer to use Fivetech buids as they are tested by you and I think they are much secure.
But I am very worried if they haven麓t fixed the png error yet.
Elvira,
I have just tested the most recent Harbour 3.2 build and the png error remains there, but I tell you: There is absolutely nothing to worry about it. Thats nothing compared to many issues that have been solved in the past.
Also, what we may do, meanwhile it gets solved, is to look for a build that is more recent than the one that we use that does not include the png error, so we can deliver a newer build to you that works properly.
Anyhow, the Harbour 3.2 build that we deliver with FWH, its a very good one: rock solid, and we have not found any problems with it.
Antonio:
What are the differences between xHarbour and Harbour ?
May I suggest if anyone on your team makes a video or a readme file on how to install / configure Visual Studio 2010 / 2012 / 2013 and a small demo ? This way you'll have covered all users on this forum.
Thank you very much !
Hunter,
Besides the above info, I have started publishing a detailed guide here:
viewtopic.php?f=17t=28723start=0
&&
I would have entered this thread earlier, but my wife had major cancer surgery last Thursday, so my priorities have been with her. I would like to share my experience at this time because I have been working with Antonio to test this.
First, I have a very large program with probably 100,000 lines of code ( or more ), and that is what I am using in all of these tests. I originally developed in xHarbour.com / xBuild. I stopped the subscription a few years ago because it appeared most of the work was by one individual focused on Visual xHarbour. That is a worthwhile project but I didn't use it. My current distribution software is still built with that package mainly because I needed the backward compatibility. It does bother me that the compiler was never updated and is still the old Pelles C Microsoft compatible version. Though Pelles improved the compiler, that never made it to the .com version. I never used the Borland builds for all of the reasons noted in this, and other, threads.
As FWH improved and expanded, there were often issues with xHarbour. Antonio has spent a significant amount of time providing work arounds for these needed functions so that I could still release my software.
A few years ago, I modified my code so I could also do builds with Harbour, and the Microsoft C compiler. I actually built a Ultra Edit Studio project that controls all of the code, and allows for both the Harbour / Msft and xHarbour / Pelles builds. I have both copies in distribution now, and clients who run one or the other. Many of my clients used Advantage Database Server version 7 or 8, and I never got the proper files to support those. I do have the files for ADS 9 to 11 and they work fine.
I can't tell you why, but clients who have both versions prefer the Harbour/Microsoft product. They just seem to feel it works better for them.
Last month I decided to follow some of the instruction Antonio had presented and build my full program in Visual Studio 2013 Professional. There are some setup issues to be considered, but eventually I have gotten past them all and now I am adding files steadily to the build. Right now I have about 58 comprehensive .prg files added and that is about 40 % of the project. Yes, what is included does work properly.
I have found that I am having some problems with strange results related to calling external DLLs when they are redefined as functions. I know I'll get this resolved in time.
The file created with Visual Studio is a single .exe. You can drop it into your existing client folder and everything else remains the same. That means there will be no problem in upgrading your clients to a version built with this product. It is quite easy.
You may ask why I would go to all this trouble. I have followed Microsoft closely with their program development. I hear all the talk about free Linux servers, free Google capabilities, wonderful Apple products, and all of the move toward tablets. However, my clients all own and operate businesses. I still believe Microsoft is by far the most advanced system for businesses. Even when IT people move to something else, eventually they will come back. Microsoft has the best total solution, from servers to devices, for business users. Most people who would disagree have never spent time with the products. I have, and I see the value. I believe programming in Visual Studio will open up many new opportunities. We can take the code ( xbase ) we have used for years and still use it in a Visual Studio application. VS is on a path to be continuously updated ( weekly ) and if you take time to actually review the many training videos and blogs, you will see the depth of that commitment. My legacy apps are all FWH, and I hope to also be able to build supplemental apps that will work well with them.
You may feel you don't have the time to make this move, but I would encourage you to explore it and see if maybe it will be good for you.
This is a long post ... but it makes up for several days of missed discussion. Now its back to work on my VS project. Please note, I am using the very latest version of Visual Studio 2013, but I started by using VS 2010, then 2012, to build my app as a UEStudio project.
Tim