Skip to main content

Questions tagged [porting]

-1 votes
1 answer
440 views

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++ ...
einpoklum's user avatar
  • 2,808
-1 votes
2 answers
965 views

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?
TonyI's user avatar
  • 19
-1 votes
2 answers
197 views

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?
Waseem Abbas's user avatar
4 votes
2 answers
7k views

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 ...
alepuzio's user avatar
  • 341
4 votes
5 answers
2k views

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?
Y07's user avatar
  • 127
3 votes
1 answer
460 views

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 ...
David's user avatar
  • 133
8 votes
1 answer
10k views

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 ...
user avatar
0 votes
2 answers
212 views

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(...
Buk Lau's user avatar

15 30 50 per page