Top "Porting" questions

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

Raw Ethernet Frames Using Winsock

I am porting a communications library from Linux to Windows. I know what my approach is for the most part. …

windows linux networking winsock porting
How to unset env variable on OS X?

I'm working on a makefile rule and wish to unset the environment variable MAKEFILES before invoking make again recursively. On …

macos environment-variables porting
Porting windows code, what to use instead of __int64 _tmain and _TCHAR*?

I'm currently porting some windows code and trying to make it available for use in Ubuntu. The project was originally …

c++ windows gcc porting
How to build protocol buffer by Android NDK

I want to built a native version of Google's protocol buffers library. How would I do that?

android-ndk protocol-buffers porting
My Particle Swarm Optimization code generates different answers in C++ and MATLAB

I have written a global version of Particle Swarm Optimization algorithm in C++. I tried to write it exactly as …

c++ matlab porting mathematical-optimization particle-swarm
C++ - Defining class template (header/source file)

I want to create a processor in voreen (like this one .cpp | .h) porting this OTB-Application: http://hg.orfeo-toolbox.org/…

c++ header-files porting class-template
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 …

linux macos porting sysinfo
Upgrading Python to 3.7 inside venv?

How can I upgrade the current Python interpreter inside a venv to v3.7.1. Unfortunately 3.5.2 is out of date for some …

python flask porting python-3.7 python-venv
Migrating a project from C# to Java

With some changes in the staffing at the office, the levels of C# expertise has dropped off precipitously and there …

c# java porting code-migration
Porting SDL App to iOS

I have created a small game in C++ using only SDL (no OpenGL), and want to port it to iOS 6. …

c++ ios sdl porting