Questions tagged [porting]
The porting tag has no summary.
48 questions
-1 votes
1 answer
440 views
What does "de-MFC'ifying"a GUI app consist of? [closed]
I'm planning to port or rewrite an MFC GUI C++ app, to use in a GNU/Linux environment, and hopefully make it cross-platform. The app has few, if any, dependencies other than MFC and the standard C++ ...
-1 votes
2 answers
965 views
How to port gcnew and gcroot from Visual C++ to gcc [closed]
I have the task to port some code from Visual C++ to gcc. Some calls are gcnew and gcroot to handle managed code inside cpp module. How can these calls be ported to gcc in a fashionable way?
-1 votes
2 answers
197 views
What changes are needed to run a 32 bit software on a 64 bit system? [closed]
If I have software written in C for 32 bit system, what changes do I need to make in it to run it on a 64 bit system?
4 votes
2 answers
7k views
How I can organise a project in more programming languages in Git repos? [closed]
At work I'm using Java, but I'm planning to study some other programming languages as Python or Clojure. I'm thinking of coding one project in Java in my Git repository and, during my study, coding ...
4 votes
5 answers
2k views
Is C is a portable language for new architectures or it is specific to ISAs?
How is the C language portable to any instruction set (I mean for new architectures)? Do we have to write a new C compiler for each new architecture?
3 votes
1 answer
460 views
Porting an Apache licensed library from Java to C#, do I need to update the licensing to protect myself?
I'm porting the ESRI geometry-api-java library to C#. They have placed the library under the Apache License. They also mention it in the README.md. They have a small bit of licensing info in the ...
8 votes
1 answer
10k views
How do C/C++ programs get ported to different platforms? [closed]
Java applications can run on different platforms because they always run on top of a Virtual Machine specifically developed for each platform. So, there's no native installation, you just drop the ...
0 votes
2 answers
212 views
Web developer sending port in web service from server to client
I'm working on a project where I have two websites (client and a server). I've opened web service and I'm trying to "send" a picture from my server to the client [WebMethod] public string PictureUrl(...