Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about Windows 8.1, 10, WindowsPhone, Windows UWP
  • Page:
  • 1

TOPIC:

Build for multiple CPU targets - AppxBundle 8 years 5 months ago #9758

  • Nicolaas_jvvitsi
  • Nicolaas_jvvitsi's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 2
  • Thank you received: 0
Hi

We need to somehow add a reference to RDPDFLib which targets all three platforms. Currently, we're able to build RDPDFLib.winmd just fine for individual target platforms (x86, x64, ARM - one at a time).

The problem is, we build our project into a bundled .appxBundle for submission to the windows store (Standard setting for 8.1 Universal app submission). This recuires our project to build for all three target platforms on one go (three build processes, chained)
So when the build process starts, it would build fine for the same targeted platfrom in RDPDFLib.winmd, but fail for the other two. Example: x86 will build fine (matches RDPDFLib.winmd) but builds for x64 & ARM fails - library doesn't target same architecture as local project.

Is there any way to achieve a build in the RDPDFLib project to target any CPU? or to include multiple refferences? Has this been done before?

Will gladly provide more info if needed

Build options selected:


Message of build failing

Attachments:

Please Log in or Create an account to join the conversation.

Build for multiple CPU targets - AppxBundle 8 years 5 months ago #9759

  • radaee
  • radaee's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1123
  • Thank you received: 73
yes, just include RDPDFLib project to your project.
and set reference on project RDPDFLib (WinRT component, support any CPU)

Please Log in or Create an account to join the conversation.

Build for multiple CPU targets - AppxBundle 8 years 5 months ago #9762

  • Nicolaas_jvvitsi
  • Nicolaas_jvvitsi's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 2
  • Thank you received: 0
Thank you.

Including the project into my solution worked like a charm.

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Powered by Kunena Forum