Converting existing code or executables to another programming language, environment, or architecture.
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-commandI am migrating an applciation from windows to linux. I am facing problem with respect to WaitForSingleObject and WaitForMultipleObjects interfaces. …
c linux multithreading synchronization portingI'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 portingI'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-versionI know both languages are from the same ECMA-262 standard. It seems that the two are becoming very similar with …
javascript actionscript-3 portingI essentially want to reconstruct the getTickCount() windows function so I can use it in basic C++ without any non …
c++ time android-ndk portingI know Java apps can be run in Android. But what I want to know is this: I have a …
java android user-interface portingWhat 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 freebsdI am trying to port an application to drive a device that uses an ftdi2332h chip from windows to …
c++ porting undefined-reference ftdi