Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 94180200BE8 for ; Fri, 23 Dec 2016 13:19:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 91E81160B1D; Fri, 23 Dec 2016 12:19:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D97B5160B37 for ; Fri, 23 Dec 2016 13:18:59 +0100 (CET) Received: (qmail 74888 invoked by uid 500); 23 Dec 2016 12:18:59 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 74722 invoked by uid 99); 23 Dec 2016 12:18:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Dec 2016 12:18:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id B07022C2A69 for ; Fri, 23 Dec 2016 12:18:58 +0000 (UTC) Date: Fri, 23 Dec 2016 12:18:58 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-12189) Plugin WinMD+DLL combination MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 23 Dec 2016 12:19:00 -0000 [ https://issues.apache.org/jira/browse/CB-12189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15772683#comment-15772683 ] ASF GitHub Bot commented on CB-12189: ------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/cordova-docs/pull/671 > 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-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org