I have been using a socket library for C++. Some other info: 32 bit Linux, Codelite and GCC toolset. I want to be able to compile my program for Windows using the windows edition of Codelite. The so开
I\'d like to port a Linux C program to Java. This program controls a camera which is connected to the PC with a USB cable. The C code uses Linux SCSI Generic (sg).
Background:A network-based service (tcp+udp, not http) exists with a soon-to-be public published C++ linux client API.This client API Uses normal tcp sockets, udp sockets, C++ namespaces and parts of
I\'m developing a application that works on linux. I want to port this to the Android SDK Emulator. But everytime I start the application the emulator crashed wi开发者_高级运维th a segmentation fault.
I\'m in the process of going the full JSTL way, and I\'ve got an issue with the following scriplet, I have already transformed the variable displaying and conditions to the expression language (EL) bu
I\'d like to port my app to Mac OSx.in that vein, I\'d like to create a class called \"UIView\" as an extension of NSView ..is this doable?Other than the co开发者_StackOverflow中文版ordinate system, i
I have some C++ code I\'m trying to port to Java, that looks like this: struct foostruct { unsigned char aa : 3;
I am now reading the Android S开发者_运维技巧W arch from this link http://developer.android.com/images/system-architecture.jpg
We have pretty much C# 2.0 code that heavily relies on System.Drawing namespace. Also there is some WinGDI dependencies (via interop).
I have a C++ application that I have written for Windows XP, and I would like to port it for use on Windows Vista/7.It uses some MFC (for serial I/O) and ATL (for WMI), but it primarily uses the good