dongwook
Topic Author
Posts: 2
Joined: 28 Jul 2015, 14:08

using shared library in Native.Activity project in VS2015

31 Jul 2015, 14:14

In VS2015, they've introduced Android Native Activity project (It has no java code):
https://msdn.microsoft.com/en-us/library/dn872463.aspx
I'm working on new project based on that and trying to use NoesisGUI (prebuild shared library).
I've tested that it has no problem with static libraries. But I'm still looking for the way to use shared libraries.
Please show me the way. It'd be very appreciated.
 
User avatar
jsantos
Site Admin
Posts: 3925
Joined: 20 Jan 2012, 17:18
Contact:

Re: using shared library in Native.Activity project in VS201

31 Jul 2015, 18:26

We didn't have time to test VS2015 yet. Anyway in gcc/clang static libraries (lib*.a) can be linked in the same way that shared libraries (lib*.so) are linked (ld -l switch). So, probably in VS2015 the steps are the same.

Could you confirm me this?
 
dongwook
Topic Author
Posts: 2
Joined: 28 Jul 2015, 14:08

Re: using shared library in Native.Activity project in VS201

03 Aug 2015, 09:49

 
User avatar
jsantos
Site Admin
Posts: 3925
Joined: 20 Jan 2012, 17:18
Contact:

Re: using shared library in Native.Activity project in VS201

03 Aug 2015, 17:31

Thanks for getting back to post a solution!

Who is online

Users browsing this forum: Ahrefs [Bot] and 3 guests