[ 
https://issues.apache.org/jira/browse/CB-12189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15767393#comment-15767393
 ] 

ASF GitHub Bot commented on CB-12189:
-------------------------------------

Github user daserge commented on a diff in the pull request:

    https://github.com/apache/cordova-windows/pull/219#discussion_r93460566
  
    --- Diff: template/cordova/lib/PluginInfo.js ---
    @@ -115,6 +115,33 @@ function PluginInfo(dirname) {
             var configFiles = parentGetConfigFiles(platform);
             return processChanges(configFiles);
         };
    +
    +    this.getFrameworks = function(platform) {
    --- End diff --
    
    nit: [outdated 
comment](https://github.com/apache/cordova-windows/pull/219/files#diff-93a26ea6e269125a5b151c4176a3b42bL100)


> Plugin WinMD+DLL combination
> ----------------------------
>
>                 Key: CB-12189
>                 URL: https://issues.apache.org/jira/browse/CB-12189
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Windows
>            Reporter: Chris Brody
>
> As discussed in https://forums.adobe.com/message/9123283 and 
> https://github.com/litehelpers/Cordova-sqlite-legacy-build-support/issues/10 
> it is not possible to build on PhoneGap Build for Windows with a plugin such 
> as https://github.com/litehelpers/Cordova-sqlite-legacy-build-support or 
> https://github.com/litehelpers/Cordova-sqlite-evcore-extbuild-free. The 
> solution discussed in 
> https://github.com/litehelpers/Cordova-sqlite-legacy-build-support/issues/10 
> is to build the Windows C++ library by hand then include the WinMD file in 
> plugin.xml just like 
> https://github.com/phonegap/phonegap-plugin-barcodescanner/blob/master/plugin.xml#L65-L67.
> But as discussed in 
> https://github.com/litehelpers/Cordova-sqlite-legacy-build-support/issues/10 
> this is still not possible since we need to include both WinMD and DLL files 
> in case of a C++ library.
> I hereby raise this issue to fix cordova-windows to support WinMD+DLL for C++ 
> libraries such as 
> https://github.com/litehelpers/Cordova-sqlite-legacy-build-support. This is a 
> blocking issue for one of my customers.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to