Top "Porting" questions

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

Compiling Java 7 to Java 6

I'm aware that the runtime features of Java 7 are not available with Java 6 but since no new byte code has …

java java-7 porting java-6
_wfopen equivalent under Mac OS X

I'm looking to the equivalent of Windows _wfopen() under Mac OS X. Any idea? I need this in order to …

c++ winapi macos porting fopen
Are there any huge differences between objective-c and Java, or iPhone and Android?

Edit: My bad, I meant objective-c, not c#. Some reason I got it into my head it was c# the …

java iphone objective-c android porting
Adding custom widgets to QMenuBar

Qt3 used to provide QMenuBar::insertItem with QWidget* parameter. This way any custom widget could be added to menu bar …

qt4 porting qt3
Resources for Python Programmer

I have written a lot of code in Python, and I am very used to the syntax, object structure, and …

python vba porting
Best Android equivalent for iOS Tab Bar Controller

I'm about to start porting an existing iPhone app to Android. The iPhone app's navigation is based on a UITabBarController, …

android ios user-interface porting tabbar
Alternative to arguments.callee

I have an EventListener that listens to the entire document and records keystrokes, but I want to remove this Listener …

javascript reflection arguments deprecated porting
BeautifulSoup's Python 3 compatibility

Does BeautifulSoup work with Python 3? If not, how soon will there be a port? Will there be a port at …

python python-3.x beautifulsoup porting
Porting a GTK+ App to Mac OSX

I have a GTK+ Application (ready with Autotools) which i have developed on my Linux box. Now I need to …

macos gtk porting
Node.JS Not working on the internet

i have the basic webserver hello world app for nodejs on windows and it works on localhost. But when i …

porting node.js forward-compatibility