Prior to 16.03, I had no problem with UE Studio building a Harbour / MSVC 2013 / FWH app ( up to 16.02 ). However, with VS / VC 2015, Microsoft made some definite changes and I am apparently not finding the right libraries. I've tried a lot of options, but no go.
So, the easiest thing would be for me to create 2 Build.bat files that work with multiple .prg files, and a .rc file. Build64.bat works fine for 1 file with no resources, but I need to do the whole application.
Can someone post a sample build32 and build64 batch files that handle multiple .prg files, and an .rc file ? It needs to be specific to MSVC 2015 ( Community ), Harbour, and FWH 16.03.
Thank you. From that I can create what I need.
For those who wonder why not use the IDE builds ? I have one issue for sure, and that has to do with checkboxes and radio buttons. When there are multiple of these in a dialog, if I check on one, the text for it ( and other entries ) disappears. It's funny, but my build from .mak files ( which is what UE Studio created but not successfully for 2015 ) do not have that problem, so apparently the IDE is bringing in a .lib that has an issue ....
Tim
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