Converting existing code or executables to another programming language, environment, or architecture.
0
votes
2answers
47 views
Convert a piece of iOS code to Android
I think from the title this question is a little bit confusing and will attract many (-) but you will see that its very interesting.
I have code my nice app for iOS and with a friend we want to port ...
-2
votes
0answers
9 views
cocos2dx screen becomes black after first frame
I'm using cocos2dx to port a game from the iPhone to Android. When I first open the game I can see the first frame being drawn and after that the game goes completely blank. I'm using openGL to draw ...
-3
votes
0answers
14 views
Cost for porting from iOS to Android [closed]
I hired a developer to develop a quiz app on the Android platform. I already have the app developed on the iOS platform and I allowed him to see it, but not have access to the source code. He said ...
0
votes
0answers
6 views
WinRT Porting: Adding App.xaml, App.xaml.h and App.xaml.cpp to Desktop .exe projects
I am trying to port some open source code from win desktop to winRT. A number of projects have .exe targets. When i try to build these for WinRT i get
"error APPX1501: Project must have either ...
0
votes
0answers
15 views
Apportable Error [duplicate]
I am trying to build the sample app SPIN (http://docs.apportable.com/sample-apps.html#spin) onto my Samsung Galaxy S2.
I think my installation is correct, I followed all the instructions here. ...
0
votes
0answers
19 views
How to use U-boot and port linux [closed]
I am designing an embedded system which will receive data from temperature and pressure sensors. I want to learn how to use u-boot as boot loader and port Linux to my system so that i can develop my ...
3
votes
4answers
6k views
Porting iOS app to Android
we made a quit big iOS application with 2000+ objective c classes. I am wondering there is a best practice guide to port it to Android ? Currently I am looking at Visual Paradigm (UML) which reverse ...
1
vote
2answers
45 views
How to get the text of a window with a timeout?
I'm currently in the process of porting a C++ app to C# and having trouble converting this particular function.
This function gets the text / title of the given window handle.
I figured out the ...
-3
votes
1answer
131 views
Porting ios apps to android [closed]
I write iOS apps and I want to start working on Android applications. I want to be able to port my iOS apps to android and have them look exactly the same. What kinds of resources can I use to port my ...
1
vote
2answers
572 views
How to get file creation time in linux using c++
I need to find out at what time and date a file has been createdusing C++ in linux.
0
votes
1answer
31 views
How to find memory usage of my android application written C++ using NDK
I am porting a game written in C++ to Android using NDK. I need to know how much memory it consumes while running. I am looking for programmatically way to find the memory usage of Android application ...
0
votes
1answer
49 views
Where to get Google Apps(playstore,gmail,youtube etc) Source Code
I am building android jelly bean for my development board,I need to build google store apps with this image,but through research i came to know that google apps source code is not open source.
In that ...
0
votes
0answers
34 views
Porting contiki on MSP430 using IAR
I am using a MSP-EXP430F5438 board and was trying to port contiki on it using the source code(contiki 2.6) through IAR.
I am getting the following errors-
Error[Pe020]: identifier ...
0
votes
1answer
124 views
Parsing XML for Converting Time Text Markup to WebVTT
I working on a web application that can take in a subtitle file in either Time Text Markup(TTML) or WebVTT format. If the file is Timed Text, I want to translate it to WebVTT. This is mostly not an ...
0
votes
0answers
42 views
While porting samsung app to cm10 [closed]
I'm porting an app from samsung s3 mini to cm10 htc one v
I've deodexed apk and then i'm modding classes.dex to fix problem.
only, i can't open mainactivity i'm getting problem from this ...
0
votes
0answers
34 views
Where can I find some good online resources on learning how to port from Coldfusion MX7 to Django (specifically, GeoDjango, Postgis)? [closed]
I am applying for a position and would like to read up on this. Have been searching in vain. And, this is all the info I have about the role. Thanks in advance for all your help.
0
votes
1answer
120 views
Using Sketchup 2013 C API to Save in SketchUp 8 format
I have code using the SketchUp C++ API, which works on SketchUp 8 files. Trimble has replaced this with a C API, and SketchUp 2013 exports files that only the newer C API can open.
The solution is ...
0
votes
1answer
63 views
Is there a porting mode in Visual Studio 2012?
In short: I've got a library. It's not currently Windows Phone 8 compatible, and I'd like to make it so. What I'm wondering is does Visual Studio have an easy way of porting a current class library ...
0
votes
0answers
160 views
Blackberry 10, my Android App ported to OS10 doesn´t work in OS 10.0 only in 10.1
Our Android application ported to Blackberry 10 only works in Blackberry 10.1 OS when is downloaded from Blackberry App World, we have realized that the app sometimes can“t write or read from the ...
0
votes
3answers
93 views
“Candidate function not viable;” Issues with porting a C library to C++
I'm attempting to use a c library in a c++ implementation, and I get errors often having to do with "cantidate function not viable," and it appears to think that the function in the library will not ...
0
votes
0answers
10 views
pyobfuscate for multiple files and porting astrand's code from 2 to 3
Has anyone tried porting the code for pyobfuscate (https://github.com/astrand/pyobfuscate) into python3 ? Also, has anyone used it for multiple files ? (After writing a wrapper class of course). I ...
0
votes
1answer
40 views
Create a project (text file encoding) to use UTF-16 on linux
I am doing a job porting a Windows project to Linux, encoding UTF-16, but Linux's default encoding is UTF-8.
g++ test.cpp ;
occurred error: warning: null character(s) ignored.
locate āa ;
...
0
votes
1answer
27 views
Ways to run custom windows application in OSx
I would like to know options to run custom windows application (delphi) on MacOS.
I know that the optimal solution would be to re-write the application in objective-c,
but that would take over a year ...
0
votes
0answers
27 views
Migrating ext4 to userspace
How much and what kind of work would be involved in migrating ext4 to userspace?
What challenges would I encounter?
Is there file systems implemented in userspace on other platforms already?
0
votes
0answers
23 views
porting gprof on specific operation system
Does anybody know how to port gprof on a specific processor and a real
time operating system ?
Where could I find information on that topic ?
Thanks in advance.
1
vote
1answer
100 views
Apportable porting from Cocos2d project error
I'm now trying to port one of my Cocos2d 1.x project using Apportable, getting following error on compile stage:
apk = env.BuildAPK(os.path.join(env['VARIANT_DIR'], env['APPLICATION_NAME'], ...
0
votes
2answers
22 views
Using SPM5 with MatLab
I am trying to use SPM5, but I have the latest version of MatLab, which does not work with SPM5. The last version of MatLab SPM5 works with is 7.3. Is there a way to downgrade MatLab, or a quick ...
2
votes
1answer
43 views
How to figure out why UDP is only accepting packets at a relatively slow rate?
I'm using Interix on Windows XP to port my C++ Linux application more readily to port to Windows XP. My application sends and receives packets over a socket to and from a nearby machine running ...
0
votes
1answer
30 views
Porting java applets to cross platform applications using libGDX
Would libGDX be the best thing to do if have have some applets(with a lot of UI code in it and animations as well), and I want to port them to a cross platform architecture, with minimum changes in ...
7
votes
2answers
2k views
how to port an android application to blackberry
hi guys i develop apps for ios and android sdk.is there any tutorial that explains how to port an existing android app to blackberry and to publish in blackberry market.i have no clue as far as ...
5
votes
8answers
13k views
compiling a C++ class in Xcode: error during compilation: stl vector
I have a C++ class that compiles fine on linux with gcc and on widows in visual studio.
boid.h:
#ifndef BOID_CLASS_HEADER_DEFINES_H
#define BOID_CLASS_HEADER_DEFINES_H
#include "defines.h"
class ...
3
votes
1answer
65 views
In the Linux, is or not exists some functions be similar to _clearfp() and _statusfp()?
Recently, I am doing a job about porting.
I encountered such a problem:
Some Windows API, such as _clearfp(), _statusfp() etc, then I can't find the corresponding functions in Linux.
So I am here to ...
1
vote
2answers
81 views
Is there any existing library that has matlab functions implemented in C/CPP/Obj-C?
I am using an algorithm that is only implemented in Matlab.
However I need to run it with gcc, once I do not have the needed Matlab licenses neither for server or for porting the code.
Sp, I'm ...
0
votes
0answers
8 views
Looking for alternative to excpt.h in Linux
I know I should know this, but is there a list of what the crossplatform stuff for the Windows SDK? Right now I'm just looking for what the replacement is for excpt.h, but if you have a list of all ...
0
votes
0answers
45 views
Porting to WinRT: Registry information in HKLM/…/TimeZoneInfromation for WinRT/WIN 8 mobile apps
I am trying to port a piece of code to WinRT. The code uses GetTimeZoneInformation API to get time zone information. I validate this information further by querying the Registry. I use following ...
0
votes
2answers
67 views
Translating C++ File reading/writing to C# File reading/writing
All,
I'm doing some programming exercises in C++, then attempting to translate them to C# and other languages to brush up.
This example comes from Ch. 11.2 from Nell Dale and Chip Weems' ...
-3
votes
0answers
62 views
porting a WPF-project to an alternative UI Framework in c# [closed]
We have been working on a big WPF-based for content creation and motion design. Although we made impressive progress we often think about porting the UI to a new framework.
The reasons:
Although ...
-1
votes
0answers
105 views
Porting C protocol to C++ [closed]
My company has a ip/socket based protocol that is written in C(for OS-9). I know that C++ is a skill gap of mine and I was thinking it would be a good exercise to port this to C++(and Linux).
The ...
0
votes
1answer
34 views
Rule reference is not currently supported in a set in ANTLR4 Grammar
I am trying to port Chris Lambro's ANTLR3 Javascript Grammar to ANTLR4
I am getting the following error,
Rule reference 'LT' is not currently supported in a set
in the following code ~(LT)*
...
0
votes
1answer
40 views
C++ do OS X or Linux headers vary
I am making a program that I want to run on both Lubuntu (linux) and Tiger (mac os x). I am including some header functions like "termios", "sys/select" and "unistd" that I have never heard of before. ...
3
votes
8answers
982 views
How does porting between Linux and Windows work?
If a particular piece of software is made to be run on one platform and the programmer/company/whatever wants to port it to the other, what exactly is done? I mean, do they just rewrite linux or ...
0
votes
4answers
612 views
Porting windows application to linux
I have an application which I need to port on Linux. I was thinking to use Free Pascal the problem is the application uses Windows API's to perform tasks such as serial port communication etc... Is ...
0
votes
0answers
30 views
Porting Mongoose Web Server to VxWorks
I need a web server in my VxWorks application to show a web page supporting RPC (ex. JSON-RPC). I think Mongoose Web Server (https://code.google.com/p/mongoose/) would be the perfect candidate for ...
0
votes
1answer
132 views
Code slow after porting it from C# to Python [closed]
I ported someone else's C# code to Python. Below you can find the original C# code and my Python code. Through some profiling I saw that this piece of code is the bottleneck. This is what RunSnakeRun ...
2
votes
1answer
278 views
Porting Android to run on ARM RealView Debugger
I am new for Android OS porting. My task is to port Android OS to run in ARM TrustZone Non-secure world. To achieve this, I will first try to port Android OS to run in ARM TrustZone secure world using ...
1
vote
1answer
120 views
HP-UX and RHEL ping difference
I have these two commands for different environments..
for HP-UX: "ping someaddress 10"
for RHEL: "ping someaddress -c 10"
Im Porting an application from HP-UX to RHEL and i cant tell if these ...
0
votes
0answers
23 views
why does javax.sound.sampeld method return null in the Android
I'm porting java program to android.
What the problem in this work is that javax can not be included.
In case javax.xml.stream, I solve the problem using repackaging(javax.xml.* -> com.joe.xml.*)
but ...
-1
votes
1answer
47 views
Problems with regexes when porting from Ruby to PHP
I have two bits of code that seem to be correct translations of one another. They unfortunately appear to return different values.
Code in Ruby:
def separate(text,boundary = nil)
# returns array ...
-1
votes
2answers
112 views
How can I port DeviceIOControl to ioctl?
In my understanding, DeviceIOControl and ioctl are the same functions. They both send control codes to the hardware and return the responses. In an effort to reuse code, I am trying to create a ...
22
votes
8answers
15k views
Android x86 porting, unable to make it work
I'm kind of new to the whole porting issue and I got to it because of the slowness in the emulator provided with the Android SDK.
I downloaded the android-x86-3.2-RC2-eeepc and ...



