The platform tag is to be used for hardware or software related issues relating to a platform
0
votes
0answers
17 views
Actionscript 3 Error #1010: A term is undefined and has no properties
I have a problem, I have created a platform game and on the last level there I want to give the ability to restart to the first level but an error keeps occurring, here is my coding:
} else ...
0
votes
1answer
23 views
Integrate android support library into froyo platform
I'm working on an android image for a multimedia set top box. Since it is Froyo, I have to use the android support library to get fragments. Now, instead of including the library in every app, it ...
-2
votes
0answers
24 views
Class structure for a simple platformer game flash as3 [closed]
Was wondering if anyone had any ideas regarding a suitable class structure for a simple platformer.
I'm fairly new to flash and actionscript(noob) and have been tasked with writing this platformer ...
0
votes
0answers
11 views
Build old VC 6 C++ apps on Windows 2008 R2
I have old source that needs to be compiled on VC 6 C++ version.
For that I run a Windows 2008 (32bit) virtual machine and installed the 2003 platform SDK.
I wanted to make a new machine running ...
1
vote
2answers
45 views
How to distinguish between different operating system distros in node.js?
In node you have access to process.os() and process.platform, which give you one of 5 values:
'darwin'
'freebsd'
'linux'
'sunos'
'win32'
But how do you print out the specific distro, such as one of ...
0
votes
0answers
20 views
NetBeans: “Package as” uses IDE default platform instead of custom platform
So I've been messing around with the packaging feature that NetBeans offers, following this tutorial: http://platform.netbeans.org/tutorials/nbm-nbi.html. I didn't like how I had to modify the ...
-1
votes
0answers
27 views
Searching for a Web Based Software Development Platform
Are there any "Software Development Platforms" that have Features to share development artefacts and anything like that. You shouldn't be able to create those artefacts within the platform, but maybe ...
0
votes
0answers
14 views
Does SourceMonitor works on all Platforms?
I am sorry if this question is too local or duplicate. I searched in google but not got any idea.
I recently heard about SourceMonitor. I have downloaded SourceMonitor3.3 and I am using it in ...
-5
votes
0answers
11 views
.net payment platform for different destiny accounts [closed]
i am developing a web that allows a user to make payments online.
The payment destiny account will vary according to the shop we use.
For example, if we buy a product in the shop A, the payment ...
0
votes
0answers
11 views
How to change the default drag icon in netbeans platform?
Is it possible to change the default drag icon (rectangle with +) to the image of the node which is being dragged from an OutlineView?
I have seen Geertjan's blog dating back 2006 called cursing ...
0
votes
0answers
45 views
Unable to bind to WINDOW_SERVICE from an android platform app
I have an android platform app similar to input command where it binds to IWindowManager and inject key inputs.
I placed this code under external/vncagent folder. I was able to build it and I have a ...
-1
votes
1answer
27 views
Lazarus project window version convert
I made a project on the lazarus IDE, I run it on my machine win 7 x84_64 and it was executed well, then my client tested it on his machine and it run too(win 7 x84_64), but after that he tried on a ...
0
votes
0answers
16 views
What is the best open-source platform for building a chores-assignment project? [closed]
I'm willing to develop a chores-assignment project, which means that I have to manipulate data tables containing information about people's chores and so.
Is there an open-source project which can ...
1
vote
2answers
117 views
Web performance isn't up to snuff… what's the new “Microsoft Way”?
Looking for opinions. I'm working on a mid-sized 3-tier ASP.NET project (.NET 2.0 and Visual Studio 2005) with an Oracle on Unix back-end, some beefy MS web servers, and IE browser clients. ...
0
votes
1answer
25 views
Excel plugin debugging fails due to error in VS2010
I am trying to understand a project which is a Excel plugin. Normally, It has to start the debugging in by loading the Excel plugin to the MS Excel application. Here, The project is built correctly ...
2
votes
2answers
64 views
Need help to run our app as System Application on Android
We want to run our application with root privileges on a rooted device.
We have following queries, any help on these would be appreciated.
How to properly get root permissions whenever our app ...
0
votes
1answer
58 views
Install WinCe 6.0 os on vortex86 based device
I need to install WinCe 6.0 on Vortex86 device and then write application to it.
I used Platform Builder and built OS based on Vortex86 BSP. How can I install it on my Vortex based device? (It has ...
0
votes
1answer
31 views
food.get method invalid signature isuue
Hi I am new to FatSecret Platform API and i developed a PHP script to access food details using foods.search method Here is the foods.search method Api call example,used Curl and works ...
0
votes
1answer
44 views
Cannot enable Hyper-V Platform
I am trying to enable Hyper-V in my local machine running Windows 8 Enterprise Ed 64-bit. I checked and my hardware is SLAT-compatible, the option in BIOS is turned on. I did several cold boot but the ...
0
votes
0answers
46 views
How to build GDAL for ios?
I trying to build the GDAL library for my iOS project.
I found this thred
Incorporating GDAL/OGR into an iOS project - A quick guide , but the script given by MiKL is simply throws an "unexpected end ...
0
votes
1answer
80 views
Visual Studio - Platform
I have several projects in a solution. The projects are written in: C++, C++/CLI, C#.
The goal is to have an selection for only x86/x64 platform, not Win32, x86, x86, Mixed, AnyCPU.
I cannot change ...
0
votes
2answers
160 views
Java on windows 8 [closed]
I'm about to buy a laptop mainly for Java development.
I'd like to use Windows and wondered if anyone had experience as to whether I should go for Windows 8 or stick with Windows 7.
I will be using ...
-2
votes
2answers
64 views
How to make a SaaS server?
I need help making a SaaS server, I want to try to publish a readymade non-cloud software like a Microsoft office for instance, and make it usable to many users via could.
And as I am new to cloud ...
2
votes
0answers
89 views
Python socket server - Not receiving Adobe AIR client data on Windows
I have setup a socketserver in Python (my first program in Python) using the following code:
class setupServer(threading.Thread):
def __init__(self, host, port):
threading.Thread.__init__(self)
...
3
votes
1answer
33 views
Subversion action in NetBeans module
I'm developing a NetBeans module that periodically checks SVN for project commits. I would like to automaticaly update that project without using the mouse, only by the code in that module. I tried to ...
0
votes
0answers
16 views
Doubts in android development platform
I am new to android platform, can anyone explain the concept of ARM processor with android???
-1
votes
1answer
34 views
difference between eclipse jtd and eclipse platform plugin [closed]
now I should to create eclipse plugin and I found more types of possible plugins:
platform plug-in
JTD plug-in
can you help me understand what is the main difference?
I get informations from: ...
0
votes
0answers
15 views
Interpreting Facebook sourcing
I know that the source of FB is viewed by going on view-source://facebook.com and that Ctrl + F [],{"list": present's a user's friends, in order of interaction (you copy paste the # that ...
1
vote
2answers
248 views
TFS - Integration platform. Migrating system.created and changed date to custom fields
We are trying to import work items from TFS 2010 to 2012. we defined 2 custom fields called "Legacy Created Date" and "Legacy Changed Date" in our fields for all the work item types.
The reason why we ...
0
votes
0answers
90 views
RNA-SeQC generates error
I was running RNA-SeQC software in command line. I tried withto follow the example sets provided on RNA-SeQC website and following the instructions as stated.
The command was:
$ java -jar ...
1
vote
1answer
120 views
How to install VS help using WIX x86 installer on a x64 platform?
I've been struggling with installing a CAB Help file (generated from a MSHC) using WIX. The basic recipe I tried to follow is the one here: Installing Help with Help Library Manager and WiX .
In my ...
0
votes
0answers
30 views
ActioScript Class files issue
I'm working in a project to my class. My teacher ask us to creating a platform game like Mario/Sonic using ActionScript 3.0/Flash. But my problem is, he say we need adapt this game to touch devices, ...
0
votes
1answer
25 views
Platform where call stack and stack for frames have different locations?
Is there a hardware platforms that natively supports two different memory locations to store the call stack and the stack for stack frames of functions? First — perhaps protected to read and write for ...
0
votes
1answer
35 views
density and platform distribution
I want to know if it is possible to see statistics of Android distribution of screen size or density and the platform.
That is I want to know the number of android users on a particular platform ...
2
votes
1answer
907 views
Update of Android system app, with/without platform signature
I have a system app that the OEM installs with the system image, but is signed by me. If I upload an updated apk to the market, will the market app silently install this update automatically?
If my ...
0
votes
0answers
21 views
Preparing App for review to comply with new Platform Policy
I have an existing (test) App which is used for a website with FB login. My App does not meet the udpated Platform Policy which I want to conform to.
When I click the button to review I get a list ...
0
votes
0answers
86 views
Is Grails a good choice to develop medical webapps? [closed]
For my organization, my team is evaluating Grails.
It seems good to develop portals (such as in http://grails.org/websites page) but we want to develop webapps to manage medical records.
We need ...
1
vote
1answer
180 views
Built-in scripting language available on all major operating systems?
Does anyone know of a scripting language that's included with most platforms (say Mac/Windows/Linux)? I haven't been able to find one. So far javascript in web browsers or compiled java are about ...
0
votes
0answers
42 views
Simple server-side technology stack
Need some help to get started in the right direction. The company I work for has a client-side application for the workforce designed using Jscript and HTA. The need is to have user authentication ...
1
vote
0answers
112 views
remake of google AI challenge, with genericity
some of my friends and me have to developp something that could host games, defined by rules, on which client's bots could face. Tis is generic because it allows to easily change the game, with an ...
3
votes
3answers
178 views
How to detect Windows or Linux?
I am seeking to run a common Java program in both Windows and Linux.
The program needs to do some things differently on each platform.
So how can/should my Java program detect it is running under ...
4
votes
3answers
406 views
Are there any ports or alternative implementations of the node.js platform with JavaScript engines other than V8?
node.js is an open source server-side JavaScript platform based on Google's V8 JavaScript engine. It has been rapidly gaining popularity and importance for couple of years now.
Now node.js is just a ...
2
votes
2answers
1k views
Adding Java ME platform in NetBeans
I installed NetBeans 7.2.1 with JDK 7 and the plug-in - Java ME SDK 3.2 (it has Wireles Toolkit 2.5.2 inside).
I try to create new project by clicking File/New Project/Java ME/Mobile Application. ...
1
vote
2answers
89 views
Platforms for testing automated trading?
a.) Are there any websites, tools, etc. that are platforms for testing stock trading applications?
b.) Are there any platforms apis etc that allow automated trading?
Any thoughts?
Also, i ...
0
votes
0answers
272 views
Android Game Making Platform [closed]
I would like to make an android game but I don't really know where to go platform/library-wise. Obviously as this is my first try I would keep it basic and 2D, should I use eclipse and a library or ...
1
vote
0answers
35 views
Simple web request example [duplicate]
Possible Duplicate:
C++ HTTP Library
I'm trying to make platform independent c++ application, but I couldn't figure out how to do a web request. I'm looking for webclient.downloadstring() ...
1
vote
2answers
136 views
C# .NET x86/x64 which project determines platform?
I have the following situation in my visual studio project:
assemby C
project A -> class library Any CPU (references assembly C)
project B -> windows application x86 (references project A)
In this ...
0
votes
0answers
12 views
Force.com move org from one profile to another
Basically, I have two profiles right now. One that was set up by my company that has access to the social networking parts, payroll, usual work stuff. The other profile was accidentally created while ...
0
votes
0answers
27 views
Which platform to use for customer access to software with maintenance contracts [closed]
I am developing a software targeted at enterprises which I plan to sell for a fixed amount. The price includes 1 year of maintenance. If the customer wants to prolong the maintenance period he pays an ...
2
votes
0answers
81 views
Why my app is unsearchable on mobile devices? [native-platform option in developer console]
My apk file is uploaded and published on google play store about 7 days ago. The app is searchable on PC, but is unsearchable on mobile devices. Even I enter the download page by pakage name, it only ...
