|
How_to_build_Harbour_for_WinRT
IntroductionWe are going to build Harbour as a single library that will be linked when building Windows WinRT apps. First of all, we need to build Harbour for MSVC previously so some required files get generated: http://forums.fivetechsupport.com/viewtopic.php?p=115499#p115499 DetailsWe build Harbour as a library, creating a new Visual Studio 2012 project:
Once the project solution is shown, right click on it and select "add existing item":
Harbour files to add to the project to build Harbour.libhttps://code.google.com/p/fivewinrt/wiki/Harbour_files_to_add_to_the_project_to_build_Harbour_lib Modify windows.h to include win32.hhttps://code.google.com/p/fivewinrt/wiki/Harbour_files_to_be_modified SettingsDon't use precompiled headers: Use these paths for the Includes Directories: https://code.google.com/p/fivewinrt/wiki/Project_Directories_Include_settings BuildSelect "Build solution" and you should get the library built with no errors
| |