My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
How_to_build_Harbour_for_WinRT  
Updated Apr 10, 2013 by antonio....@gmail.com

Introduction

We 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

Details

We 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.lib

https://code.google.com/p/fivewinrt/wiki/Harbour_files_to_add_to_the_project_to_build_Harbour_lib

Modify windows.h to include win32.h

https://code.google.com/p/fivewinrt/wiki/Harbour_files_to_be_modified

Settings

Don't use precompiled headers:

Use these paths for the Includes Directories:

https://code.google.com/p/fivewinrt/wiki/Project_Directories_Include_settings

Build

Select "Build solution" and you should get the library built with no errors

Powered by Google Project Hosting