Converting existing code or executables to another programming language, environment, or architecture.

learn more… | top users | synonyms

1
vote
1answer
93 views

Port game from iOS (iPad) to Windows

Is it possible to to port a game, originally built for iOS (iPad version only, but it's not important) to Windows in an easy manner? I assume I have all the source code of the original game. I also ...
0
votes
1answer
99 views

port gtk programs to mac [closed]

Running X11/GTK programs on mac is quite a pain for me. It looks ugly, and it from time to time acts in weird ways. So I'm wondering what would be the natural choice to port a GTK program to Mac using ...
0
votes
1answer
55 views

Stripping custom methods using python

I am trying to port a bash script entirely to python.I am doing this as an attempt to take the plunge into python. A part of the bash script deals with capturing sections depending on the regex . ...
0
votes
0answers
206 views

Opencv Android: Retrieve inliers after calling findFundamentalMat

I want to port the Robust Matcher sample from the OpenCV2 Computer Vision Application Programming Cookbook (page 233 and further or see OpenCV Orb not finding matches once rotation/scale invariances ...
2
votes
0answers
161 views

Porting of Windows 7 desktop application to Windows 7 tablet

I have developed an application on desktop Windows 7 now I want to run it on Windows 7 tablet. Is there any difference between Windows 7 desktop OS and Windows 7 tablet OS? If yes, what is it? What ...
0
votes
2answers
257 views

How to port fork() to Vxwork

i am porting program from GNU/Linux to VxWorks, i am having a problem regarding to fork() and i can't find alternatives ; VxWork's API provide two useful calls taskSpawn( ) and rtpSpawn( ) to spwan ...
0
votes
0answers
147 views

Various differences in MySQL to PostgreSQL from PHP perspective [closed]

I'm a bit new to PHP and I'm currently porting a MySQL-PHP back-end to a PostgreSQL-PHP one (currently using PhpPgAdmin and XAMPP) with the back-end results to be passed to jQuery-HTML front-end as ...
0
votes
1answer
40 views

Porting a library vs writing a wraper [closed]

I am not sure about the difference between real porting of a library and writing a wrapper. Can someone share positive and negative sides? For porting obviously you need to know the details in order ...
-1
votes
1answer
77 views

How to port a linux wxWidgets app to Windows + Mac

I'm trying to port an app built with Code::Blocks in Linux (Ubuntu) to Windows. There was an option in configure.sh to compile Windows and Mac versions, but then errors were thrown and it didn't work. ...
2
votes
2answers
475 views

Porting JavaScript requestAnimFrame to TypeScript

I'm currently stuck trying to port this code to TypeScript. if (typeof window !== 'undefined') { window.requestAnimFrame = (function(callback){ return window.requestAnimationFrame || ...
0
votes
2answers
95 views

Apache2::Const qw() equivalent for Apache::Constants qw(:common :response)

I'm still banging my head against the wall with attempting to port a legacy perl application from Apache 1.3.x (and who really knows what version of perl) to RHEL6...which is Apache 2.2.x / perl ...
1
vote
2answers
334 views

Debugging kernel very early in boot process

I'm porting the Linux kernel to a new platform and I'm having a little trouble debugging. The kernel seems to hang after Uncompressing Linux... done, booting the kernel. is printed to UART. I've ...
1
vote
1answer
89 views

How to port my Windows app to a Mac if I don't have a Mac

I have a Windows app (C++ using Visual Studio) and I want to port it to a Mac. Must I get a Mac to do this? It'd be nice to port it without having to spend too much money, even better for free. ...
0
votes
0answers
189 views

steps to port kernel from gingerbread to ICS

could anyone provide me any steps to port ICS on a hardware that already runs gingerbread? Since the hardware already has GB kernel running should I take the same kernel and try running the ICS ...
4
votes
2answers
2k views

GAE Vs AWS 2012

Is GAE is a good option for the backend when compared with AWS? The information found mainly discusses the issues that GAE has resolved as of today. The mobile application under consideration deals ...
0
votes
0answers
260 views

Mac XCODE build error : Undefined symbols for architecture i386

Currently I am porting a Linux C++ project into Mac OS X 10.7 The problem I am facing now is below- Undefined symbols for architecture i386: "MsSipAgent::GetInstance()", referenced from: ...
0
votes
0answers
48 views

Porting code from Linux to MAC

I am facing problem with porting C++ code to MAC I am using an audio codec which is showing and error: ld: in ./Codec/g711/libg711.a, malformed archive TOC entry for AudioDecoder::~AudioDecoder(), ...
1
vote
1answer
125 views

Porting - Shared Memory x32 & x64 processes

A 32 bit host Windows application setups shared memory (using memory mapped file / CreateFileMapping() API), and then other 32 bit client processes use this shared memory to communicate with each ...
1
vote
1answer
40 views

jQuery stop() in MooTools

I'm interested in porting a project from jquery to mootools to learn this library. Everything has been done, but I'm missing a single line that makes the behaviour of my project a little unexpected. ...
0
votes
1answer
79 views

From Qt3 to Qt4 : issues with internal classes ( Q3GList & Q3PtrCollection )

I'm updating a code from Qt3 to Qt4. I used qt3to4 porting tool, and it fixed some of my issues. But a few errors are remaining: g++ -m64 -Wl,-O1 -o CONVECTION_DYN_CODE_version_initiale ...
0
votes
1answer
464 views

Mac OS X equivalent header file for `sysinfo.h` in Linux

Is there any Mac OS X equivalent header file for sysinfo.h in Linux. I am porting code from Linux to Mac but the structure struct sysinfo is not found. Edit: ==More info== In Linux platform I use a ...
0
votes
2answers
135 views

How to detect multiply defined symbols

I have a common scenario: Some source files for an executable which depend on some standard libraries and some user libraries. All the user libraries are statically linked into the executable whereas ...
0
votes
1answer
85 views

Porting Osmdroid to Monodroid (resolve error and intelli-sense)

I am porting the jar lib from Osmdroid to Mono for Android (C#). At the moment everything seems to work. I ported the library and included the Binding-Project to my Testproject in order to test the ...
2
votes
3answers
130 views

Hard Coding of a variable, confusing C syntax

I was just going through some C code, when I got stuck upon this piece of code. void someFunction(Int32 someVariable) { /* someVariable is hard coded to 2 */ (void)someVariable; //some ...
1
vote
0answers
565 views

QueryPerformanceCounter Linux Equivalent

After going through this thread, I understand that clock_gettime() and clock_getres() are an option to implement QueryPerformanceCounter & QueryPerformanceFrequency in Linux environments. Many ...
1
vote
2answers
320 views

Replacing WaitForMultipleObjects in Qt

I am not familar with WINAPI, and I am looking for a way to replace WaitForMultipleObjects used in one example I'm porting to Qt by anything using Qt only. Is it possible? EDIT: (Providing more ...
-1
votes
3answers
77 views

Not able to understand confusing C Syntax

I am having some trouble dealing with some C code. Can someone explain this syntax: void some_function(Int16 omegaFlag[2][8]) { for(i = 0; i < 2; i++) { Int16 *Flag = omegaFlag[i] ...
3
votes
2answers
457 views

Why does malloc not work sometimes?

I'm porting a C project from Linux to Windows. On Linux it is completely stable. On Windows, it's working well most times, but sometimes I got a segmentation fault. I'm using Microsoft Visual Studio ...
0
votes
3answers
112 views

Array Index Confusion In C Code

I'm porting some C Code to C#. I'm stuck at a piece where I don't quite understand the Author's intention of writing code in unfamiliar fashion. The Code is: typedef struct{ Int32 window[2][8]; ...
0
votes
0answers
171 views

MIUI porting FATAL EXCEPTION IN SYSTEM PROCESS: android.server.ServerThread

I tried porting MIUI to htc explorer by taking base as evervolv and using miui4 for live with walkman to port.. I edited and repacked framework.jar and it solved half the errors... and finally ended ...
0
votes
0answers
96 views

Porting CyanogenMod to new deice with source

So I have a AML8726 Tablet with proprietary files and needed files so I was able to get the source from the company after begging, the source is 2.3.4 and after editing some of the files it compiles ...
2
votes
1answer
216 views

Confusion between Word16 and UWord16

I'm porting some C code to C#. I'm seeing a lot of Word16, Word32 usage, along with UWord16and UWord32. I know Word32 is an unsigned 32bit int type, but what could have been the need to write it with ...
0
votes
3answers
1k views

undefined reference to mempcy@GLIBC_2.14 when compiling sample libftd2xx under linux

I am trying to port an application to drive a device that uses an ftdi2332h chip from windows to linux. I installed the libftd2xx library on an ubuntu 10.04 system per these instructions. When I try ...
3
votes
1answer
66 views

shell command in dmake adds '/S'

I'm working on compiling Xindy with a MinGW system. dmake always dies with an error, and I've narrowed it down to a couple of lines in the Makefile. Try running dmake on this: SHELL = /bin/sh ...
0
votes
1answer
148 views

Porting nginx as a mountain lion bundled app

I was wondering how difficult it would be to create an app bundle from the sources of nginx. Since mountain lion, the apache webshare option has been removed and i can imagine that some people would ...
0
votes
2answers
130 views

Porting android code into objective C

I have an android game thats basically completed and I want to start porting it to iOS. I'm completely foreign to objective c and I have no idea where to start. In android I have a surface view, ...
-1
votes
1answer
404 views

How to port and run C code of 32 bit to 64 bit machine? [closed]

I want to know the issues regarding compiling C code of 32 bit on 64 bit machine on Linux. For example how would the change in the size of int , long or pointer would affect the program on 64 bit .
0
votes
2answers
117 views

Selecting a random color in java

I have an iPhone version of my application which is using a bit of code for setting up colors. ((rand() % 176) * 80) / 256.0f I am new to objective c so I can't figure out how this is working. I ...
1
vote
1answer
797 views

Going from Android to iOS in PhoneGap

How does PhoneGap work? (I'm still going through all their faqs, etc.) I downloaded the andriod sdk and installed PhoneGap stuff and also got the Hello World working on the Android emulator. Now how ...
0
votes
1answer
684 views

How To Port iOS Game To Android [closed]

I have a cocos2d iPhone game that I would love to put on the Android marketplace, but I don't know how to go about porting it. I would appreciate it if someone helped me. Thank you for any help I get. ...
1
vote
1answer
136 views

Minimalist implementation of _bstr_t for Linux

I have a windows code that I want port to linux. At one place its using _bstr_t. I was wondering if there's a minimal _bstr_t port available. I searched around - but couldn't find one. The windows ...
2
votes
1answer
188 views

Porting Visual C/C++ to Android, stopover at linux?

I need to port a fairly large Visual C/C++ Project to Android in my recently started internship. I asked another question about that topic yesterday, asking for some help finding a concept for the ...
0
votes
1answer
320 views

What is the Windows equivalent of the Unix function gmtime_r?

I am porting some Unix code into Windows Visual Studio 2010. I have run into the following line gmtime_r(&now, &tm_time); I found that gmtime_r() is a standard Unix function, but I am ...
1
vote
3answers
721 views

Porting Visual C/C++ to Android

in my resently started internship (i'm studying computer science) i have to port a somehow big existing Project to Android. It is a Visual C/C++ Project which in the end should run on Android using of ...
0
votes
1answer
467 views

Mac OS X as PhoneGap platform

I have phonegap app and I wish to port it to Mac OS X Is there any similar to phonegap platform that make it possible to build native apps for Mac OS X from web apps. I also interested in Windows ...
1
vote
2answers
313 views

Multi-platform programming language with WPF-like GUI creation?

I'm looking for some language that will allow me to write GUI as easy as (or easier) in WPF but that would be really cross platform. Mono, Silverlite etc. are nice but either does not support WPF or ...
0
votes
2answers
30 views

Trouble connecting outlets to information

I am porting an application from iPad to iPhone, making it universal. I have a tableView with a list objects and then a view with information on each object. On the iPad everything works fine, and I ...
4
votes
1answer
130 views

What are the points to be kept in mind while porting c++ code from Linux to Windows? [closed]

I have started to port a project which involves C++, qt , MySql codes.These codes are written for Linux and I am porting them to Windows. So my question, are there any general points to be kept in ...
1
vote
3answers
361 views

Qt migrating code from Linux to Windows

I use id3Tag library for my project. I set headers and libraries successfully on Linux and compiled without troubles, but I have some troubles with moving code to Windows. (I only started to study ...
5
votes
2answers
124 views

How should I build a list and return it in clojure?

I'm still learning this alien functional paradigm... How would I write the following code in Clojure, and in a functional way? assume this missing parts are defined elsewhere and behave as described ...

1 2 3 4 5 15