Portable code can be run with little to no modification in multiple environments. Portable applications can be run from e.g. a USB drive without modifying a computer's environment.

learn more… | top users | synonyms (1)

0
votes
1answer
52 views

detecting virtual methods

I have a class which parses a document and calls a derived class to notify certain events found in the stream. Because the parser has to handle encodings and re write parts of the document into ...
-1
votes
1answer
45 views

Good language to learn? [closed]

I want to write computer games that I can share with other people. Currently all of my games are written with python and pygame. I certainly wouldn't say I am a master at python, I just want to learn ...
-1
votes
2answers
35 views

Getting variable uninitialized in Perl using stat

I'm working on a script which shows the age of an existing file and then automatically delete it after about 4 hours of being there (presumed maintenance window). I've been trying to test my output ...
0
votes
1answer
27 views

Making a .py into a standalone executable with easygui and pygame?

I would be willing to use only pygame, but using easygui makes it a lot easier to select levels. I am running ubuntu, but if neccesarry I have access to a windows machine. My main purpose is to make ...
2
votes
3answers
42 views

Does the C99 standard guaranteed the binary representation of unsigned int?

C99 (ISO/IEC 9899:1999) 6.2.6.2/1 Integer types The values of any padding bits are unspecified.45) A valid (non-trap) object representation of a signed integer type where the sign bit is ...
3
votes
3answers
39 views

Making Prolog code that works in GNU and SWI

I realize there are going to be limits to this, but is there a reasonable way to put in conditional directives in Prolog code so that it an work reasonably in either GNU or SWI? I'm thinking at least ...
1
vote
2answers
42 views

Portable programming - Linking fails fails with Win32 but links with linux

I am working on a portable application which is running under Linux and Windows. I am cross compiling on a linux system using cmake, gcc 4.4.4 and mingw-gcc 4.4.4. I can compile and link the Linux ...
8
votes
6answers
190 views

Detect 64-bits in C using size_t

Is sizeof(size_t)==8 the equivalent of saying that the platform is 64-bits ? Conversely, is sizeof(size_t)==4 the equivalent of saying that the platform is 32-bits ? More importantly, is this test ...
1
vote
1answer
135 views

C Code slower on Windows than on Linux

i'm working on a project that will have builds for Windows and Linux, 32 and 64 bits. This project is based on loading strings for a text file, process it and write results to a SQLite3 database. On ...
0
votes
2answers
56 views

Portable application with a database

I am looking at creating a simple application for my wife for tracking her product details etc. I would like to create an application that she can use on a USB stick. The reason for this is that I ...
5
votes
2answers
103 views

Portable method to package C++11 program sources

so, C++11 has been around for a while and, given there already are compilers supporting it on most platforms, it would be nice to use it in some real software -- e.g. one that can be packaged in ...
10
votes
1answer
160 views

What is the purpose of bytecode in Java?

Given that I can compile 300 classes in seconds, an implementation of Java could just compile and cache any new source it sees (e.g python does this, and lots of language implementations do the same ...
1
vote
1answer
61 views

Compiling C++ source for maximum portability

I created a standalone executable using C++ and I want it to be usable by the largest number of people possible. In terms of compiler options what can I do to ensure this? I'm using MinGW with the ...
-1
votes
0answers
39 views

Which language best suits a portable scientific application? [closed]

I am writing a couple of scientific applications for a company. They currently have all of their software running through vast and nearly impossible to maintain excel spreadsheets. All of their ...
0
votes
1answer
27 views

OpenCV portability

I created an algorithm in C, using Dev C++ 4.9.9.2 and OpenCV 2.1 in Windows XP SP3, and I need a solution to run the executable in other computers, without opencv's installation. Just copying the ...
0
votes
4answers
136 views

Official C++/11 Makefile Standard/Alternatives?

I am currently using Visual Studio 2012, Eclipse, CodeBlocks, and MinGW to write C++ 11 code. Question: I have noticed features in GCC, (deferred, = vs. immediate, :=, expansions/assignments, etc), ...
0
votes
0answers
41 views

lean-and-mean CORBA mock server

We're planning to create a CORBA client on several platforms. For integration testing, it would be useful to be able to have a CORBA service to mock the 'real' thing. I'm currently looking into what ...
0
votes
0answers
27 views

Bitshifting by negative Value results in the Opposite Shift!! Anywhere Defined in Some Document

I found a way this should be a optimized way. But it should be buggy too. In a way its not portable for Arm (could be ?). So in Gcc (3.4.4) I found that Left shifting a number by a negative value is ...
0
votes
1answer
44 views

USB c++ development environment

I need to set up a USB with a the necessary programs to have a portable development environment. I use 64bit Windows 7 at home and 32bit Windows XP at work, where I will use this the most. How would ...
0
votes
2answers
106 views

Can std::chrono::system_clock::now() throw an exception?

I want to write a very portable code, and I need to call std::chrono::system_clock::now() in the initialization. Can this function throw an exception ? In c++11 standard, there is no mention of that ...
0
votes
1answer
28 views

Using a dynamic drive letter alias for apache

I'm using XAMPP on my USB flash drive - which makes it easy for me to take my dev. environment with me from one PC to another. However, I want to be able to serve files for my projects directly from ...
0
votes
1answer
67 views

Compiling a fortran program on linux and moving the executable to another linux machine

I have a code that I have written in Fortran during my PhD, and now I am collaborating with some researcher that uses Linux, and they need my model, that is basically a single executable file. In the ...
6
votes
2answers
75 views

Building linux binaries for multiple platforms

Help me settle a score. I have a piece of software written in C++ that's meant to run on as many linux distributions as possible and I need to figure out a strategy that's effective. I'm trying to ...
1
vote
1answer
82 views

Python: NOT search Windows\System32 for pythonXX.dll?

How can one have programs use a Python not listed in the Windows registry, NOT search the Windows System path for the PythonXX.dll? Given this layout: C:\dev\bin\python.exe C:\dev\bin\python27.dll ...
0
votes
0answers
63 views

Portable Python 2.7.3.2 PyScripter

I'm trying to use Portable Python 2.7.3.2, when I try to write a script using the PyScripter, it is throwing error and it is really annoying with scripting using this IDE. When i try to type import ...
-1
votes
2answers
102 views

How to install external libraries with Portable Python?

I can't install Python on my machine due to administrator privileges, but I did download/open Portable Python successfully. I am on a Windows 7 64-bit machine. How would I be able to use the external ...
0
votes
2answers
53 views

Segmentation fault when different OS

I have a C project, and I'm quite new with C and the linux environment. I'm working on a linux distribution with the following system info Linux bt 3.2.6 #1 SMP Fri Feb 17 10:34:20 EST 2012 ...
3
votes
1answer
51 views

-ansi -pedantic 64 bits length integers in C

I would like to know if there is an equivalent to int64_t in C that would work on 32 and 64 bits platforms and that is ansi and pedantic gcc modes compliant. I found this interesting post, but it ...
0
votes
2answers
67 views

casting object addresses to char ptrs then using pointer math on them

According to Effective C++, "casting object addresses to char* pointers and then using pointer arithemetic on them almost always yields undefined behavior." Is this true for plain-old-data? for ...
0
votes
0answers
13 views

Platform-specific MVVM binding in portable view models

I have put most of presentation management in a portable view model that is shared by different platforms. There are however details that either exist only for a specific implementation or bound in a ...
3
votes
3answers
85 views

From a Java program, portable way to write strings with accents

Hullo, I have a Java program, with command line interface. It is used on Linux and Windows. The Java code is portable, and I want it to remain portable. My Java source files are in Unicode — which ...
-2
votes
3answers
83 views

how to make the bash script portable?

I have written a bash script which is dependent on current folder structure, What should I do to make it runnable in any other folder(become portable)? let me explain more: I want the script to delete ...
0
votes
1answer
31 views

Solution for eclipse project portability?

In my work env, I have setup the eclipse project in my PC which includes some Workspace Environment Variables, setting Project dependency and setting User library (from a common network location). ...
2
votes
1answer
69 views

How to load the largest integer possible in one memory operation?

I'm building a small bytecode VM that will run on a variety of platforms including exotic embedded and microcontroller environments. Each opcode in my VM can be variable length(no more than 4 bytes, ...
9
votes
2answers
137 views

How should I setup a C++ project on github so that it is portable?

I would like to start a C++ project on GitHub such that I will be able to clone/build on different operating systems (for example, OSX and unix). There will be lots of dependencies that need to be ...
0
votes
0answers
54 views

Doctrine DBAL portability and default fetch mode

Is there a way to default all DBAL queries to use a default fetch mode of PDO::FETCH_ASSOC, with portability turned on? I've previously read that in order to support portability between databases, ...
1
vote
2answers
88 views

Why does this simple threaded program get stuck?

Take a look at this simple Java program: import java.lang.*; class A { static boolean done; public static void main(String args[]) { done = false; new Thread() { ...
0
votes
1answer
99 views

How to convert a Python PyQt based program to a portable package in Linux?

I've managed to make a single working executable file (for Windows) from a PyQt based Python app using PyInstaller, but is it also possible for Linux? On linux machine (LUbuntu), when I run the .py ...
1
vote
2answers
86 views

Hypothetical - Support for Non-ASCII characters in non-string text

Say, for example, that in Java version 9, someone wanted to add support for the ≤ and ≥ characters as operands, which would work exactly like the <= and >= operands, respectively. Would this be ...
1
vote
1answer
167 views

Portable Eclipse Juno with plugins

I am currently trying to make an Eclipse istallation with installed plugins portable, so that you only have to copy the whole "eclipse"-folder to another system and have the same setup as on the ...
3
votes
1answer
102 views

Why patching a string using .ptr fails under Linux64 but not under Win32?

Why the small sample below fails under Linux64 but not under Windows32? module test; import std.string, std.stdio; void main(string[] args) { string a = "abcd=1234"; auto b = &a; ...
0
votes
2answers
99 views

Which language to use for maximum portability? [closed]

I am shortly going to start work on a program for which maximizing portability is a major goal. That is, I want the program to run on as many machines as possible, both now and in the future. Which ...
3
votes
1answer
207 views

Howto check if images have loaded using Javascript?

In the OnLoad handler of my webpage I'm trying to check if all images have loaded correctly. I'm iterating over all <img> tags and check them with my isImageLoaded() function. Unfortunately my ...
0
votes
2answers
223 views

C/C++ algorithm to produce same pseudo-random number sequences from same seed on different platforms? [duplicate]

The title says it all, I am looking for something preferably stand-alone because I don't want to add more libraries. Performance should be good since I need it in a tight high-performance loop. I ...
-1
votes
1answer
119 views

Need alternatives to WinAPI [closed]

Because of my recent question that was closed, here's a different approach to the same question. I have found that trying to learn winAPI is difficult and isn't required most of the time to be able ...
8
votes
1answer
134 views

Are there compiler settings in Visual Studio 2010 to ensure the writing of portable C++?

I receive C++ source code from a developer who is compiling using Visual Studio 2010, that I then need to recompile under various different compilers: GCC, LLVM, other versions of Visual Studio, etc. ...
-1
votes
1answer
249 views

How to use an Android tablet as a database server? [closed]

I have about 10-15 tablets scattered around in an area of about 20-30 sq mts connected wirelessly with a tablet acting as a server, that sits at a dedicated location. The client tablets need updated ...
5
votes
1answer
151 views

making proprietary ELF binaries portable on Linux

I am searching for a way to make existing proprietary ELF-binaries, which are linked against specific versions of system libraries, portable. With portable I mean making the executable work on every ...
3
votes
2answers
118 views

What abstraction should one use for read-modify-writes operations in ARM code

Many ARM processors include special features that allow for various forms of read-modify-write operations on I/O and/or RAM. It seems, however, that no single approach will work consistently across ...
5
votes
3answers
207 views

C++ Portable Floating-Point Bit Representation?

Is there a C++ Standards compliant way to determining the structure of a 'float', 'double', and 'long double' at compile-time ( or run-time, as an alternative )? If I assume std::numeric_limits< T ...

1 2 3 4 5 16