I\'m working on a form application, I use plenty of hardware, Wiimote, USBjoystick and serial port. It all worked fine under 32bit windows, but I had to upgrade to 64bit for some other apps I\'m worki
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
I\'ve been run开发者_JAVA技巧ning myself ragged trying to find a portable interpreter that I can run from a USB key on my work computer.Work comp is running Mac OS X 10.6, fairly restricted environmen
My customer has an existi开发者_如何学运维ng application on Windows Mobile 5.0. He wants to have the same application working on Windows Mobile 6.5. I don\'t have a Windows Mobile 6.5 device on my han
It\'s not a rare thing for me to deploy PHP to a server, or move it from one server to another, and have it completely f开发者_运维技巧ail with database or cookie errors. I\'d like to get better at av
I am reusing a legacy C library in an iOS app and in an Android app. I want to customize some macro definitions (e.g. for logging). Are there standard defines to check for (using #ifdef) whether the c
I\'m using cmake and make to compile a project using an external library (speex). This library is found by the find_library command in my CMakeLists.txt.
I came from gnu/linux world but recently I must to work on a windows system and I want to be able to compile my c/c++ console programs on it. The problem is I don\'t have administrative privilegies to
I am creating a C++ library with a C-ABI interface. This is how GCC treats the extern \"C\" qualifier with regards to mangling:
Does anyone know about a lightweight portable C++ threading library, that can work on Windows, Linux and Mac OS X?