Top "Porting" questions

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

What is equivalent of Linux's 'free' command on FreeBSD v8.1

What is equivalent of Linux's 'free' command on FreeBSD v8.1? I am calling 'free' from my application and reporting the …

linux memory freebsd porting free-command
WaitForSingleObject and WaitForMultipleObjects equivalent in Linux?

I am migrating an applciation from windows to linux. I am facing problem with respect to WaitForSingleObject and WaitForMultipleObjects interfaces. …

c linux multithreading synchronization porting
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 …

c windows segmentation-fault malloc porting
Could not load file or assembly System.Net.Http version 4.1.1.0

I'm porting a Net Framework 4 dll to Net Core. When porting my unit tests project I get an exception running …

c# .net .net-core porting .net-framework-version
What are the key differences between JavaScript and ActionScript 3?

I know both languages are from the same ECMA-262 standard. It seems that the two are becoming very similar with …

javascript actionscript-3 porting
Getting the System tick count with basic C++?

I essentially want to reconstruct the getTickCount() windows function so I can use it in basic C++ without any non …

c++ time android-ndk porting
Porting java apps to Android platform

I know Java apps can be run in Android. But what I want to know is this: I have a …

java android user-interface porting
What is the equivalent of /proc/cpuinfo on FreeBSD v8.1?

What is the equivalent of Linux's /proc/cpuinfo on FreeBSD v8.1? My application reads /proc/cpuinfo and saves the information …

linux cpu porting introspection freebsd
Can I migrate from PHP 5.3.10 to PHP 5.6.0?

I'm basically a PHP developer. I'm currently using Ubuntu Linux 12.04 LTS on my local machine. I'm using the following PHP …

php php-5.3 porting php-5.6
Undefined reference to mempcy@GLIBC_2.14 when compiling on Linux

I am trying to port an application to drive a device that uses an ftdi2332h chip from windows to …

c++ porting undefined-reference ftdi