porting
Compiling linux library for mingw
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开[详细]
2023-02-01 04:51 分类:问答Java scsi access
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).[详细]
2023-01-31 19:31 分类:问答General C++ Linux-to-Windows porting questions
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[详细]
2023-01-31 18:06 分类:问答Why is my Android Emulator crashing?
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.[详细]
2023-01-31 11:46 分类:问答Converting to JSTL (Specificlly on calling methods)
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[详细]
2023-01-31 06:48 分类:问答Implementing UIView on top of NSView for porting from iOS to Mac OSX
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[详细]
2023-01-31 04:39 分类:问答How does this reinterpret_cast work? (Porting C++ to Java)
I have some C++ code I\'m trying to port to Java, that looks like this: struct foostruct { unsigned char aa : 3;[详细]
2023-01-31 01:23 分类:问答Android OS Porting
I am now reading the Android S开发者_运维技巧W arch from this link http://developer.android.com/images/system-architecture.jpg[详细]
2023-01-30 22:34 分类:问答How to make Silverlight version of existing C# code that relies on System.Drawing namespace
We have pretty much C# 2.0 code that heavily relies on System.Drawing namespace. Also there is some WinGDI dependencies (via interop).[详细]
2023-01-30 07:16 分类:问答Porting C++ Application From XP to Vista/7
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[详细]
2023-01-30 04:55 分类:问答