Converting existing code or executables to another programming language, environment, or architecture.
Ok, so say I'm writing a game in c++ with opengl. The game draws a few, simple shapes like squares …
c++ opengl cross-platform porting_TCHAR* strGroupName = NULL; const _TCHAR* strTempName = NULL; //Assign some value to strTempName strGroupName = _tcschr(strTempName, 92) //C2440 I get an error …
c++ visual-studio-2008 porting visual-c++-6im porting c code to windows 32 bit using visual studio express now i have 3 functions that i can't find any …
c winapi portingI am trying to port a query from MySQL to SQL SERVER 2012. How do i write an equivalent for MySQL's …
mysql sql-server-2012 portingI am once again going from Windows to Linux, I have to port a function from Windows to Linux that …
c porting datetime-conversion time-t filetimeim trying to port application from cygwin to visual studio 2008 express but im getting this error : error C3861: 'strcasecmp': identifier …
visual-studio-2008 cygwin portingIn JavaScript, .charCodeAt() returns a Unicode value at a certain point in the string which you pass to a function. …
java javascript string unicode portingAfter I built the source code of android, I ran the following command and got the error. #fastboot -w flashall …
android build porting android-source fastbootWhat's the Objective-C equivalent of JS's map() function? Would I just use NSFastEnumeration and apply the function myself?
javascript objective-c porting