Top "Porting" questions

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

What is the bit size of long on 64-bit Windows?

Not to long ago, someone told me that long are not 64 bits on 64 bit machines and I should always use …

c++ c windows 64-bit porting
How to make CREATE OR REPLACE VIEW work in SQL Server?

CREATE OR REPLACE VIEW doesn't seem to work in SQL Server. So how do I port CREATE OR REPLACE VIEW …

sql sql-server view porting
Strict Standards: Only variables should be assigned by reference PHP 5.4

I upgraded my PHP version to 5.4 (XAMPP 1.7.3 to 1.8.0). Now I see Strict Standards error, for myDBconnection: Strict Standards: Only variables …

php reference porting
What causes signal 'SIGILL'?

I'm porting some C++ code to Android using NDK and GCC. The code basically runs. At one point, when debugging …

android c++ android-ndk porting
What should I use instead of windows.h in Linux?

I am trying to port a Windows program to Linux. I have never programmed in Linux and have very little …

c++ linux porting
How to take container snapshots in docker

How do we take container snapshots and load the snapshot in another docker host . I like to know the container …

backup porting snapshot docker
Can we run a C#/WPF application on Mac OS X?

I sell a C#/WPF application (targeting .net 3.0 at the moment) and people keep asking me for a Mac version. …

c# wpf macos porting
How to make SELECT NEXT VALUE work in SQL Server?

I'm having some difficulties trying to get the following to work in SQL Server: CREATE TABLE table_X AS SELECT …

sql sql-server syntax syntax-error porting
Is there any VB6 to C# migration tool?

Does anyone know a way to convert from VB6 code to C#? Is there a tool that can do this …

c# vb6 porting vb6-migration
Converting iPhone/iPad apps onto Android

I have started to build my own apps on iPhone and iPad using the iPhone SDK. The next question that …

android ios ios4 cross-platform porting