0
votes
2answers
33 views
Porting linux socket application to windows usins MsDev
Is there openly available headers which can be used to compile linux socket application (using socket/udp/ip headers). they should define structures like sa_family_t,in_port_t
Ma …
3
votes
1answer
80 views
Upgrading from Drupal 6 to Drupal 7: best programmer’s practices?
Although I am using drupal since the D4 series, I only started developing professionally for it with D6, so - despite I did various site upgrades - I was never faced by the task of …
0
votes
3answers
86 views
How can I get this snippet to work?
I'd like to port a little piece of code from Ruby to Groovy, and I'm stuck at this:
def given(array,closure) {
closure.delegate = array
closure()
}
given([1,2,3,4]) {
…
0
votes
2answers
138 views
Using Java keystore in PHP
I'm looking to port a small Java security library to PHP. The Java implementation makes use of a keystore for signing some stuff and I'm wondering how to go about recreating this …
4
votes
4answers
110 views
Are there any guides on converting between Javascript frameworks?
I have a date picker library written for MooTools that I want to port to Prototype. It's looking to be a long arduous task and I'm wondering if anyone has seen or written guides o …
0
votes
0answers
23 views
Compare similar functions in different files
I have a large complicated function that was ported from C++ to C#. I would like to perform a diff to see exactly what has changed between the two. Other can manually copying eac …
0
votes
2answers
93 views
Porting a console application to WPF
I have created a small chatting application in C#, and started as a Console Application. However I want to create a GUI for it using WPF. It's a class named DanMessengerClientwith …
0
votes
5answers
179 views
Porting Wii and/or PSOne Games to OpenGL ES
I have been asked to investigate porting Wii games and some (Sony) PSOne games to OpenGL ES (can you guess what platform?).
I have never undertaken a game port like this before (a …
0
votes
1answer
296 views
Raw Ethernet Frames Using Winsock
I am porting a communications library from Linux to Windows. I know what my approach is for the most part. The library uses all raw ethernet level frames for all the communicatio …
1
vote
2answers
39 views
What are the guidelines for porting a 32-bit program to a 64-bit version
What are the guidelines for porting a 32-bit program to a 64-bit version?
1
vote
2answers
119 views
Porting java apps to Android platform
I know Java apps can be run in Android. But what I want to know is this: I have a perfectly normal Java app and I want to port it to an android platform. What changes would I need …
1
vote
0answers
24 views
Are there any benchmarks on J2MEPolish converting a J2ME app to Android?
J2ME Polish claims to support porting of existing J2ME applications to Android. Has anyone tested the quality of such a port. How reliable is it?
1
vote
6answers
187 views
Java C++ code conversion
I need to convert this code (in C++) into Java code :
short i;
short j;
short k;
short result;
unsigned short m_table[ 256 ]
for ( i = 0 ; i < 256 ; …
0
votes
5answers
374 views
Problem porting PHP crypt() function to C#
Hi fellas,
Im working on porting some old ALP user accounts to a new ASP.Net solution, and I would like for the users to be able to use their old passwords.
However, in order for …
5
votes
2answers
655 views
How can I help port Google Chrome to Linux?
I really enjoy Chrome, and the sheer exercise of helping a port would boost my knowledge-base.
Where do I start?
What are the fundamental similarities and differences between the …
