Top "Porting" questions

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

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 …

android ios porting
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 …

windows linux porting
What's the purpose of the socket option SO_SNDLOWAT

I'm currently porting a software in C from Tru64 to Linux Suse 11. On Tru64 they are setting the value of …

linux sockets unix porting
Why am I getting an error message in Python 'cannot import name NoneType'?

I'm trying to convert some code from 2 to 3 and the following simple script import types from types import NoneType Results …

python python-3.x porting
What is Linux equivalent of LPTSTR & LPCSTR?

I am converting windows library to linux. I need to find LPTSTR and LPCSTR in linux. I get to know …

c linux porting lpcstr lptstr