The porting tag has no wiki summary.
0
votes
2answers
83 views
Best way to port Pascal persistence method to C# [closed]
My new jobs is to port a Delphi application to C#. The Delphi application was originally developed as a proof of concept and after it entered production the company wanted it ported.
I'm required to ...
-1
votes
1answer
71 views
What is the recommended way to go about porting large code bases? [closed]
I am currently porting a large library (150+ files, 15k+ LOC) from Javascript to Java. Fortunately, the original library is already very object-oriented, so this has largely been a matter of ...
0
votes
2answers
90 views
Cloning existing software for commercial purposes - legal implications
I have been asked to clone some existing software for a company. Basically its an old 16 bit DOS console app, which was supplied free of charge in I believe the late 80's. Having replaced the machine ...
-2
votes
4answers
200 views
Benefits of porting C library to C++ [closed]
Say we take any C library such as libpng or libvorbis and convert it so that it compiles as C++ (only the minimum changes to make it compile as C++ code).
Can the compiler do extra optimizations when ...
0
votes
1answer
33 views
What license shall I use for derivative (ported) software originally licensed under Mozilla Public License v2?
Currently I'm trying to port one tool fron Java to .NET and original Java tool is licensed under Mozilla Public License v2. Shall my port have the same license or can I apply different open source ...
2
votes
1answer
790 views
Is it viable to make a port from a C++ application to Java through LLVM
how viable is it to port a C++ application to Java bytecode using LLVM (I guess LLJVM)?
The thing is that we currently have a process written in C++ but a new client has made mandatory to been able ...
15
votes
5answers
882 views
Does Scrum make sense when implementing a new compiler backend?
I have an existing language that I need to port to a new platform. I'll probably attempt this by changing the backend of the existing compiler.
It is a significant amount of work to re-write the ...
1
vote
1answer
49 views
Choosing the simplest platform version of a source when porting to another platform
The question will sound weird as I'm not very experienced in C, C++ and ASM.
Let's say I have a hard time finding a C# managed, safe-code-only solution to solve a problem. Then I find that in 1998, ...
2
votes
1answer
110 views
Ported Functions Licensing
I have found several functions in python 2.7.2 to be very useful and I recreated them in C++ for my own uses. How do I properly give python credit for them? Do I even have to? I never actually looked ...
4
votes
1answer
217 views
What licensing implications (if any) are there when porting code from one language to another? [duplicate]
I'm considering taking an old PHP4 web application and re-writing it using ASP.Net MVC4 in C#.
The old application was licensed under GPL2.
I'm unsure how this affects my new application, if at all. ...
6
votes
1answer
140 views
Copyright/Licensing on a complete rewrite
There was an application for PalmPilots that I liked back when PalmPilots were a thing. I want to recreate it (or at least what I remember of it) for modern mobile devices. The problem is, after ...
2
votes
1answer
136 views
upgrading to newer version of compiler [closed]
I had legacy code that was originally build for some quite old version of compiler. We are talking about native code, not managed. Now it is ported to almost newest version of the compiler. Every ...
0
votes
1answer
426 views
Is it legal and ethical to reverse engineer software to port it to another system? [closed]
I love gaming, I love games that allow modding and I love linux. But the fact that most games right now are targeted for windows (consoles aside), most mods and modding tools are also targeted for ...
1
vote
1answer
119 views
Kernel module implementation estimate [closed]
I have a very abstract question about a kernel module writing estimate. How much dev-hours/months may required to write or, especially, port an existant kernel driver for a new PCI HBA from one ...
0
votes
1answer
140 views
How to handle “porting” software that's still in development
My company is building an iOS version of an Android app that our client is developing (but has not yet released). We have access to the latest builds and source, however since the software is ...
1
vote
1answer
96 views
Adapting parts of an open-source project for my own use
I'm in the process of coding a game and almost done with the game mechanics to the point where it's pretty playable. I later discovered an open source version of the kind of game I'm making with the ...
3
votes
1answer
231 views
A progressive plan from vb6 to .net, sound?
We are about to start a new project using an existing SQL DB, but this project is going to need to reuse a number of core features from an existing vb6 app that uses the same database.
The approach I ...
0
votes
3answers
190 views
Porting Software [closed]
I would like to know what would be needed to study and understand in terms of computing platforms and OS (Linux, Mac OS X and Windows) to become a software porting engineer.
4
votes
3answers
192 views
Porting library, what to do with JavaDoc comments/credits
I ported a library to Java, but am wondering what to do with the JavaDoc comments. The original library used javadoc comments too, so do I leave the @author tags from the original code? And how do I ...
2
votes
3answers
195 views
Package name best practice when porting a library
What is the suggested way (specifically in the open-source world) for the package name when porting a library.
Say I am porting someone else's library where they have used a reverse domain name ...
9
votes
4answers
521 views
Are there any language agnostic unit testing frameworks?
I have always been skeptical of rewriting working code - porting code is no exception to this. However, with the advent of TDD and automated testing it is much more reasonable to rewrite and refactor ...
9
votes
3answers
234 views
When would be the best time to start porting the code of my own project?
If I have a personal programming project that I plan to port in another language so it could run in other environments, would it be more ideal to start porting the code as soon as possible and work on ...
9
votes
5answers
827 views
When should you rewrite? [duplicate]
Possible Duplicate:
When is a BIG Rewrite the answer?
In Joel Spolsky's famous (or infamous) article Thins You Should Never Do, Part I, he makes the case that doing a rewrite is always a ...
1
vote
3answers
479 views
Ruby on Rails: Converting a Rails 3 app to Rails 2?
I just recently learnt ruby on rails using ruby 1.9.2 and rails 3 using Michael Hartl's tutorial. I'm making an application which I wanted to host on my preexisting server. However, I found that they ...
2
votes
1answer
386 views
How can a Silverlight app talk to another app on a Mac?
Is there any way that a Silverlight out-of-browser app can communicate with another app (for example an Objective-C app) installed on a Mac?
Any help or suggestion will be highly appreciated.
3
votes
3answers
171 views
What are your recommendations for porting a huge VC++6 project to later VS version?
We have a huge legacy C project which runs in VC++6. And I hope this will be ported to later versions of visual studio. But I think it will be a huge work. Actually, I just tried to recompile the ...
2
votes
2answers
100 views
Maintaining Method Signatures across languages?
I'm finishing up a port I did of a portion of a Java Library. The library calculates sunrise and sunset for a given latitude and longitude. The original Java library also calculated various times ...
3
votes
2answers
601 views
Resources or advice useful coming to C# from python 2.7.1
I'm a python monkey at heart. I eat drink sleep and dream in it, and have found that it's taught me much more about writing quality code than my degree in Computer Science ever did, however I've been ...
4
votes
6answers
435 views
What tips can you offer to someone porting code?
What advice (tips, techniques, gotchas, et cetera) do you have for someone who is porting a code library from one language to another, or rewriting it to work in a different compiler, environment?
3
votes
3answers
1k views
When porting code, must I follow the original license?
I'm an iOS developer and I've found myself porting code from several other languages recently for various projects and it got me thinking about code licensing.
When porting code, is that considered ...
6
votes
7answers
978 views
Best way to estimate cost related to porting code from language A to language B?
Have a client thinking about estimating the cost of porting a project from language A to language B. What's the best way to put together an request for proposal to do this?
0
votes
2answers
116 views
old KDE project
So I have this old C++, KDE project for QT 3.3.x. The IDE's version is 3.0.0-10, the one that comes with Linux RedHat 7.3.
I'd want to get rid of the dependency to this environment, in other words ...
2
votes
3answers
1k views
Any experience porting a Powerbuilder application to Java (or another language)? [closed]
Does anyone out there have any experience porting a large Powerbuilder client/server application to a Java application (or another language)? By large I mean something on the order of 2 million lines ...
1
vote
1answer
481 views
Strategies for porting application from Win32 API to GTK+
I have a legacy application written in C, using the raw Win32 API. The general level of abstraction is low and raw dependency on <windows.h> is common.
I would like to port this application to ...
7
votes
5answers
1k views
Is porting a Windows application to Mac worth it? [closed]
I have a C# Windows application that sells for $35, and fairly regularly receive requests for a version for OS X too. I don't have any experience with Mac so far though, and so am not sure exactly how ...
5
votes
4answers
336 views
A list of the most important areas to examine when moving a project from x86 to x64?
I know to check for/use asserts and carefully examine any assembly components, but I didn't know if anyone out there has a fairly comprehensive or industry standard check-list of specific things at ...
3
votes
4answers
282 views
Does it make sense to make an Android version of my application?
I am a teenage hobbyist in high school, and I mostly release my software as open source; therefore I have little experience actually selling software, let alone in a specific area -- Android phones.
...