The target-platform tag has no wiki summary.
0
votes
1answer
120 views
Targeting in NME - Demo project cannot converted to, for example, javascript - Target error
I'm playing with the interesting tool NME which is a combination of HaXe and Neko.
I like the idea that it is possible to target to different languages but this seems not right?
I have downloaded ...
2
votes
1answer
96 views
Big difference in execution time between AnyCpu and x86
When I was using one of my libraries I found something strange! I have a class library that is responsible for reading a specific file type. And it's doing its job well.
I used the Read method of a ...
0
votes
0answers
41 views
Generate Sparkle Framework binaries for Snow leopard
I recently downloaded Sparkle framework from https://github.com/andymatuschak/Sparkle.git
I want to generate the binaries of Sparkle Framework to target snow leopard 10.6.8 platform.
I changed the ...
0
votes
0answers
111 views
Platform-Specific Installer in Visual Studio 2010
I have a solution that uses MAPI to monitor a profile mailbox. MAPI requires that the solution be targeted for either an x86 or x64 platform based on which version of Outlook is installed on the ...
0
votes
0answers
96 views
Visual Studio Setup TargetPlatform property - For “Any CPU” project
I have a Visual Studio 2010 project with all Assemblys compiled for "Any CPU". So the app will run in 32bit mode on an x86 machine and in 64bit mode on an x64 machine. I want to have one installer ...
1
vote
1answer
32 views
Where is the option to convert from a java project to a plug-in project?
I cannot find it. Under PDE tools (after right clicking on project), I only have Open Manifest, Organize Manifests, Externalize Strings, Internationalize, API Tools Setup, Update Classpath, and Open ...
0
votes
0answers
32 views
NoClassDefFound if launching MWE for Xtext with a target platform
I got the following console output when I launch the .mwe2 file for the language created from the new xtext project (nothing modified):
0 [main] ERROR mf.mwe2.launch.runtime.Mwe2Launcher - ...
2
votes
5answers
238 views
What devices/browsers to target with a responsive layout
I am writing a detailed estimate for a client (project has been accepted but it is now a matter of explaining the different functionalities) to develop a responsive layout website.
It is not my first ...
15
votes
2answers
184 views
Why can I not access all plugins in my target definition?
I have a problem concerning target definitions in Eclipse. I want to use plugin version 1.0.0, which is in my target platform definition, while I have the plugin project in my workspace with version ...
0
votes
0answers
30 views
How can I ensure a specific platform is used for Visual Studio 2010 solution stored in a version control system?
I’m working on setting up a Visual Studio 2010 solution to use Mercurial. I have a working project that I have committed. I’m using an .hgignore file recommended elsewhere on StackOverflow to minimize ...
0
votes
1answer
190 views
Eclipse RCP Target Platform: Updates & Backing Up
I've just created an eclipse target definition/platform for my application, opting to use software sites (rather than local files/installations) as recommended in the tutorial I followed and a later ...
2
votes
1answer
145 views
Windows store app compilation errors after changing the target CPU
I wanted to add a Bing maps feature to my windows store app,
which already runs perfectly. The problem is, that to add Bing maps, i have to change the
running project configuration from 'any CPU' to ...
1
vote
1answer
293 views
NoClassDefFoundError: Unable to run Tycho-built Eclipse RCP application under Linux/Mac OS
I'm developing a cross-platform RCP application in Win 7 (64bit), Indigo/Java 1.6, building the product with Tycho.
While the application runs fine from the Run Configuration within eclipse, and the ...
0
votes
1answer
335 views
best way to configure Eclipse Target-Platform
What is the best way to configure target platform to develop eclipse RCP application? Download 'pure' Eclipse and add only needed plugins in project or download Eclipse for RCP and RAP Developers? And ...
1
vote
1answer
612 views
How to reference both x86 and ANY CPU assemblies from the same EXE application?
I have two 3rd party assemblies. One is compiled for x86 tagret, another one - for ANY CPY.
Is there a way to use them from the same application.
Now my application is compiled successfully, but ...
1
vote
3answers
286 views
List of target architectures supported by GNAT?
I'd like to know which CPU architectures, espescially in the embedded sector, are supported by GNAT. Is every target supported by the gnu C compiler automatically also supported for Ada?
1
vote
0answers
121 views
What is 'the' way to add a bundle jar to a p2 based Eclipse target platform?
I'm wondering: What is the best way of adding a bundle to a p2 based target platform?
I don't want to use local directories, I want to have a target platform that works 'out of
the box' for all our ...
6
votes
3answers
584 views
How to find out which feature contains a needed plug-in on an Eclipse download site
When developing an RCP application against a target platform, I (and others) often come across dependencies which need to be added from the Eclipse releases software site. Whenever a plug-in is ...
0
votes
1answer
690 views
Eclipse RCP Target Platform: Bundle 'org.eclipse.ui.views.properties.tabbed' cannot be resolved
I just created my first target platform and ran into a problem:
The Bundle org.eclipse.ui.views.properties.tabbed cannot be resolved.
My target platform has one location:
...
-1
votes
1answer
183 views
What are the p2 repository URLs for Eclipse 4.x releases?
For an Eclipse plugin project I use Maven and Tycho to build it. The Tycho configuration for target platform is
<plugin>
<groupId>org.eclipse.tycho</groupId>
...
2
votes
1answer
564 views
Generating p2 repository
I want to build an RCP Application with Maven and Tycho but then I should make my Target Platform wich is only a folder in the file-system to a p2 repository.
To generate the p2 I createt a new ...
1
vote
1answer
142 views
Running NUnit test depending on a condition
I'm writing a project using Win7 x64. Some part of my tests requires using SQLServer CE which only represents support for x86. I'm using Visual Studio 2010 Express and I gotta change platform target ...
0
votes
2answers
243 views
How to add OSGi WAR bundle ine eclipse target platform
For my OSGi development i have setup a target definition (.target file) which references two directories. Eclipse picks up all the jar files inside these directories and adds them to the target ...
2
votes
1answer
567 views
Indigo Target Platform missing javax.xml
I'm using Eclipse Indigo and have problems with the setup of an indigo RCP target platform.
The Platform consists of the 'EclipseLink' and the 'Eclipse RCP SDK' libraries. I have used the update site ...
2
votes
3answers
2k views
Target both x86 and x64 in the Windows Installer (VS2008)
Is there any way to create a Windows Installer using Visual Studio 2008 to target both x86 and x64 operating systems.
In the TargetPlatform property, I have just : x86, x64, Itanium. And I know that ...
5
votes
3answers
225 views
Is there a quick way to switch the solution platform in Visual Studio 2010?
I want to compile my C++ projects in 32-bit and 64-bit mode. Until now, I created Solution Configurations: in addition to the pre-configured "Debug" and "Release" configurations, I then had "Debug ...
4
votes
2answers
598 views
Eclipse PDE: What is a “target platform”?
When you work with Eclipse PDE (Plug-in development environment), there is the term "target platform." What does that mean exactly?
7
votes
3answers
4k views
Eclipse RCP: How to download delta pack from software site in the Target Definition file?
I'm using this technique to create a target platform for my Eclipse RCP projects: http://www.modumind.com/2009/09/01/creating-an-eclipse-rcp-target-platform/
The RCP SDK is downloaded directly using ...
0
votes
1answer
405 views
Add remote eclipse installation to target platform?
In eclipse its possible to add a local eclipse installation to the target platform:
Window -> Preferences -> Plugin-in Development -> Target Platform -> Edit -> Add -> Installation -> [location of ...
3
votes
1answer
674 views
Why is the “Source Code Locations” page missing on eclipse 3.6 (Helios)
I'm trying to add JFace source code on my Target Platform in Eclipse 3.6.
Many help page on the internet refers to a "Source Code Locations" tab from the Target Platform preferences page.
I do not ...
0
votes
1answer
1k views
Eclispe Helios Plug-in Development Target Platform Template Base-RCP broken?
I'm trying to create a standard osgi bundle under Eclipse Helios.
To do so, I've configured my Target Platform like this : Window -> Preferences -> Plug-in Development -> Target Platform -> Add. ...
2
votes
3answers
2k views
Target Platform for PDE Headless build does not work
I am currently trying to get my headless pde-build working but I am stuck on a point where I do not know how to continue.
The problem is how to define the related target platform to compile the ...
3
votes
2answers
4k views
New projects not built when target platform is set explicitly
I create a new solution with one project, and then change the target platform from "Any CPU" to "x86". After this new projects added doesn't get built by default, and their target platform doesn't ...
1
vote
1answer
541 views
x86 TargetPlatform with XBAPs
I've got a XAML Browser Hosted Application (XBAP) project that has a dependency on another project that is x86 only. All sorts of hell breaks loose at runtime (with respect to grabbing the DLLs) if I ...
4
votes
2answers
3k views
How to set a default configuration in a Visual Studio Solution File?
In VS2005 and up, is it possible to specify which configuration should be selected by default?
I have several configurations in my solution but one of them should be used in most cases. Hence I'd ...


