[TIMOB-18940] Windows: Implement the ability to use native modules with a titanium project
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-06-04T15:32:05.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 4.1.0 |
Components | Windows |
Labels | n/a |
Reporter | Gary Mathews |
Assignee | Kota Iguchi |
Created | 2015-05-21T20:26:05.000+0000 |
Updated | 2017-03-20T16:30:47.000+0000 |
Description
Allow native windows modules to be used and exposed to titanium projects.
I've been thinking if we could leverage dynamic loading through winmd, as far as I see the reference/linker issue we saw in TIMOB-18774 doesn't happen when you add winmd references (.winmd) directly to the app project. It looks like TIMOB-18774 only happens when you add VS projects (.vsproj) directly onto the solution.
https://github.com/appcelerator/titanium_mobile_windows/pull/259
Closing ticket as fixed.