Sunday, October 29, 2017

How to setup project in Visual Studio 2017 for Xamarin.Forms with C++ unmanaged library?

Leave a Comment

My project is targeted at Android and iOS platforms.

I need to create a native C++ library (portable), a C# wrapper library (dll) around the C++ library and finally a Xamarin.Forms demo app using these libraries. The native and wrapper libraries are deliverables, the demo app is for proof of concept.

I did a full install of Visual Studio 2017, but cannot seem to find the correct combination of project types with all references correctly set.

How should I set this up in Visual Studio 2017?

I don't mind setting up a multitude of projects. My main concern is to share as much code as possible.

0 Answers

If You Enjoyed This, Take 5 Seconds To Share It

0 comments:

Post a Comment