Converting existing code or executables to another programming language, environment, or architecture.
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 portingI 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 portingI'm porting some C++ code to Android using NDK and GCC. The code basically runs. At one point, when debugging …
android c++ android-ndk portingI am trying to port a Windows program to Linux. I have never programmed in Linux and have very little …
c++ linux portingI'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 portingDoes anyone know a way to convert from VB6 code to C#? Is there a tool that can do this …
c# vb6 porting vb6-migrationI 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