porting
What's the Objective-C equivalent of JS's `map()` function? [duplicate]
This question already has answers here: NSArray Equivalent of Map (11 answers) Closed 7 years ago. What\'s the Objective-C equivalent of JS\'s map() function? Would I just use NSFas开发者[详细]
2023-02-06 03:59 分类:问答Porting C++ to C# - templates
I\'m porting a C++ application to C#, and have run across templates.I\'ve read up a little on these, and I understand that some templates are akin to .Net generics.I read the SO answer to this case wh[详细]
2023-02-05 06:17 分类:问答Porting Borland C++ Builder to Qt
I have to port a project from Borland C++ Builder 5.0 under Windows XP to Qt 4.7.1 using g++ under Windows 7/mingw. The libraries and command-line utilities are done, and now I have to tackle the GUI[详细]
2023-02-03 14:16 分类:问答Porting a Firefox Add-ons extension to Google Chrome
I have developed a small Firefox Add-ons extension (Javascript+Xul+i18n support) published on Mozilla Add-ons repo开发者_开发问答sitory and I would like to port it to Chrome.[详细]
2023-02-03 13:07 分类:问答BCB: from BDE to dbexpress, BCD exception
I\'m having some problem about TSQLStoredProcedure. Here is the code: storedproc->ParamByName(\"A\")->AsInteger = adataset->FieldByName(\"AA\")->AsInteger;[详细]
2023-02-03 13:04 分类:问答Porting VC++ SetWaitableTimer to gcc
I\'ve legacy code that uses SetWaitableTimer to perform some task at 10 sec after midnight. SetWaitableTimer has the following feature, which is used in the code:[详细]
2023-02-03 03:05 分类:问答Porting Winsock to Linux Sockets
I have a program that does some networking using Winsock, and one of our requirements right now is to port over our program to Linux. 开发者_如何学CThe only thing stopping us from doing this is Winsoc[详细]
2023-02-03 02:09 分类:问答Converting iPhone/iPad apps onto Android [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-02-02 08:14 分类:问答Port AS3/Flex app to iPhone
I believe Ad开发者_高级运维obe tools like CS5 have ways to output as an iPhone app, but what about a regular AS3 or Flex project? Are there any tools to auto-port, or AS3/Flex iPhone implementations o[详细]
2023-02-02 02:45 分类:问答How to get better performance with Qt4.5 on arm platform
I just finished porting the QT4.5.3 GUI lib with touchscreen lib tslib1.4.1 to arm9 based S3C2440;but I find programs are running slow.How to make Qt4.5.3 run more smoothly?[详细]
2023-02-01 19:30 分类:问答