active questions tagged cross-platform - Stack Overflowmost recent 30 from stackoverflow.com2009-12-02T20:00:16Zhttp://stackoverflow.com/feeds/tag/cross-platformhttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1721682/creating-editing-ms-word-documents-on-a-linux-server1Creating & Editing MS-Word documents on a linux server?10ToedSloth2009-11-12T11:52:28Z2009-12-02T17:01:41Z
<p>Looking to develop server-side application that will process documents. The source documents are mostly MS-Word 2003, 2007, i.e. the MS version of Docx. Want the server application to be able to run on both linux or windows.
Wanting to know what is the best tool or library for reading and writing MS-Word files under linux. Compatibility is the most important consideration. Must preserve source document formatting including tables.</p>
<p>I have seen a kind of similar post <a href="http://stackoverflow.com/questions/125222/extracting-text-from-ms-word-files-in-python" title="extracting-text-from-ms-word-files-in-python">here</a> but it was specific to python. I don't care what language or libraries are used as long as they are available for windows and linux.<br>
<strong>Must not</strong> require MS-Word to read the Word files.<br>
I am aware of Open Office but am looking for a solution which has a high degree of compatibility with MS-Word files.
Also just came across this solution which looks promising. <a href="http://www.aspose.com/categories/java-components/aspose.words-for-java/default.aspx" rel="nofollow" title="Aspose words for java">aspose.com</a>
Anyone had any experience using Aspose.Words for Java or similar 3rd party packages? It looks promising but it's pricey at over $2K for an OEM subscription. That said if it delivers as advertised it may still be the best solution out there.</p>
<p>thanks
There have been a couple of suggestions but nothing so far which would fits the bill (or the budget).</p>
http://stackoverflow.com/questions/1833484/c-frontend-only-compiler-convert-c-to-c5C++ frontend only compiler (convert C++ to C).JudgeDread2009-12-02T15:08:08Z2009-12-02T15:34:49Z
<p>I'm currently managing some C++ code that runs on multiple platforms from a single source tree (Win32, Linux, Verifone CC terminals, MBED and even the Nintendo GBA/DS). However I need to build an app targetted at an embedded platform for which there is no C++ compiler (C only). I remmber that many of the early C++ compilers were only front-ends stitting on existing C compilers (Glockenspiel for example used MSC). Are there any such 'frontend' C++ compilers in use today that will generate C code.</p>
<pre><code> Tools Platform
----------- ------------
______Visual C++ _____ WIN32
/
/_______MBED (ARM)_______MBED (ARM dev board).
/
/_________GCC (x86)________Linux
/
Source____/___________GCC (ARM)________GBA/DS
\
\__________SDA______________Verifone Verix CC Terminals
\
\________ARM SDT__________Verifine VerixV CC terminals
\
\______????_____________Renases M8/16/32.
\
\____????_____________Z8 family.
</code></pre>
<p>The last two platforms I have good C compilers for but no C++.</p>
<p>As you can see I'm supporting a large variety of platforms and I share a large body of library code (and some app code).</p>
http://stackoverflow.com/questions/1827964/using-multiple-platforms-in-a-single-project0Using multiple platforms in a single projectJosh2009-12-01T18:26:09Z2009-12-02T13:26:42Z
<p>I'd like to use C#, Java and PHP in an upcoming project. What potential pitfalls should I watch out for? Are there advantages to using multiple platforms for a project? The target development team is people with varying backgrounds working over the internet on this project.</p>
<p><strong>Edit:</strong> Please be specific and let me know what possible problem I could face...please don't be too generic with your answers that it is not good,it will cause problems,etc.Please be specific.</p>
<p>My plan for integration would be to to use 2 methods. </p>
<p>1.) WebServices (Common in php,.Net and JAVA) </p>
<p>2.) MYSQL Database (commonly accessible by PHP,.Net and JAVA)</p>
<p>My project is an ERP + CRM project for enterprises where developers can have the freedom to code in whatever platform they like to integrate and develop modules/plugins.</p>
http://stackoverflow.com/questions/1727804/how-can-i-get-a-volume-serial-number-using-wxwidgets0How can I get a volume serial number using wxWidgets?Serge2009-11-13T08:05:18Z2009-12-02T10:05:51Z
<p>Hi, I'm looking for a function/class in wxWidgets which can give me a volume serial number (like win32 <a href="http://msdn.microsoft.com/en-us/library/aa364993%28VS.85%29.aspx" rel="nofollow">GetVolumeInformation</a> function does). </p>
<p>I assume that the volume serial number must be pretty much cross-platform.</p>
<p>Thanks in advance.</p>
http://stackoverflow.com/questions/688165/cross-platform-webcam-access2Cross-Platform webcam accessBranan2009-03-27T01:17:55Z2009-12-01T12:11:10Z
<p>I'm looking for a cross-platform video capture library, for webcam access. One that wraps V4L/V4L2 on Linux, DirectShow on Windows, and QuickTime on the Mac.</p>
<p>C or C++ is preferred, but I can work in Java or Python if those have better options for libraries.</p>
http://stackoverflow.com/questions/1815464/is-there-a-library-that-can-perform-packet-analysis-and-block-certain-packets-fro0Is there a library that can perform packet analysis and block certain packets from being sent?Thomas Owens2009-11-29T12:52:59Z2009-11-29T13:03:39Z
<p>I found <a href="http://netresearch.ics.uci.edu/kfujii/jpcap/doc/index.html" rel="nofollow">Jpcap</a>, however it only meets half my requirements - it does not allow me to block packets, <a href="http://netresearch.ics.uci.edu/kfujii/jpcap/doc/faq.html" rel="nofollow">as stated in the FAQ</a>. I would prefer a cross-platform (Windows, Mac, Linux) solution, but if one does not exist, OS-specific solutions would be acceptable.</p>
<p>My goal is to, under certain conditions, block access to certain Internet and network resources by finding out where the packets are going and blocking the ones that meet specific criteria, regardless of how the resource was accessed. Perhaps I'm going about this the wrong way, so any advice would be appreciated.</p>
http://stackoverflow.com/questions/1815244/best-desktop-platform-for-crud-on-an-online-rails-web-app0Best desktop platform for CRUD on an online Rails web app?Carlos Barbosa2009-11-29T11:03:48Z2009-11-29T11:19:50Z
<p>There are so many choices, i need a win/mac application capable of sending info to a rails app, i already have the rails app working on a server, so i just need basic crud activity via xml.</p>
<p>So what should you work this with , Realbasic, Java, Flex?</p>
<p>Thanks in advance.</p>
http://stackoverflow.com/questions/1468314/cross-platform-help-viewer-with-search-functionality0Cross-platform help viewer with search functionalitySridhar Ratnakumar2009-09-23T20:20:40Z2009-11-27T16:49:08Z
<p>I am looking for a help viewer like Windows CHM that basically provides support for </p>
<ol>
<li>adding content in HTML format</li>
<li>define Table of Contents</li>
<li>decent search</li>
</ol>
<p>It should work on Windows, Mac and Linux. Bonus points for also having support for generating a "plain HTML/javascript" version that can be viewed in any browser (albeit without search support).</p>
<p>Language preference: Python</p>
http://stackoverflow.com/questions/676713/is-there-a-cross-platform-python-low-level-api-to-capture-or-generate-keyboard-ev2Is there a cross-platform python low-level API to capture or generate keyboard events?MiniQuark2009-03-24T09:48:25Z2009-11-26T09:59:02Z
<p>I am trying to write a cross-platform python program that would run in the background, monitor all keyboard events and when it sees some specific shortcuts, it generates one or more keyboard events of its own. For example, this could be handy to have Ctrl-@ mapped to "my.email@address", so that every time some program asks me for my email address I just need to type Ctrl-@.</p>
<p>I know such programs already exist, and I am reinventing the wheel... but my goal is just to learn more about low-level keyboard APIs. Moreover, the answer to this question might be useful to other programmers, for example if they want to startup an SSH connection which requires a password, without using pexpect.</p>
<p>Thanks for your help.</p>
<p>Note: there is <a href="http://stackoverflow.com/questions/310576/low-level-keyboard-input-on-windows">a similar question</a> but it is limited to the Windows platform, and does not require python. I am looking for a cross-platform python api. There are also other questions related to keyboard events, but apparently they are not interested in system-wide keyboard events, just application-specific keyboard shortcuts.</p>
<p>Edit: I should probably add a disclaimer here: I do <em>not</em> want to write a keylogger. If I needed a keylogger, I could download one off the web a anyway. ;-)</p>
http://stackoverflow.com/questions/115501/is-ruby-any-good-for-gui-development9Is Ruby any good for GUI development?David Arno2008-09-22T15:26:11Z2009-11-25T13:24:53Z
<p>I am considering creating a GUI-based tool that I want to be cross-platform. I've dismissed Java, as I personally do not like Swing. I'm currently considering C# and using Mono to make it cross-platform. However I'm wondering whether new-fangled cross-platform languages like Ruby can offer me a decent GUI development environment.</p>
http://stackoverflow.com/questions/1795111/is-there-a-cross-platform-way-to-open-a-file-browser-in-python3Is there a cross-platform way to open a file browser in Python?cdleary2009-11-25T06:56:36Z2009-11-25T12:51:31Z
<p>I'm thinking something along the lines of the <a href="http://docs.python.org/library/webbrowser.html" rel="nofollow">webbrowser</a> module, but for file browsers. In Windows I'd like to open explorer, in GNOME on Linux I want to open nautilus, Konqueror on KDE, etc. I'd prefer not to kludge it up if I can avoid it. ;-)</p>
http://stackoverflow.com/questions/1679763/cmake-how-to-add-compiler-flags-to-non-default-compiler0CMake: how to add compiler flags to non-default compilerArtyom2009-11-05T10:53:15Z2009-11-25T07:59:37Z
<p>Hello I want to build a project with intel compiler.</p>
<p>With default gcc I usually run:</p>
<pre><code>cmake -DCMAKE_CXX_FLAGS=-I/some/path /path/to/project
</code></pre>
<p>And this works fine.</p>
<pre><code>cmake -DCMAKE_CXX_COMPILER=icpc -DCMAKE_C_COMPILER=icc -DCMAKE_CXX_FLAGS=-I/some/path /path/to/project
</code></pre>
<p>When I try to use non-default compiler it does not path <code>CMAKE_CXX_FLAGS</code> variable content to compiler at all. </p>
<p>How to fix this?</p>
<p><strong>Correct Answer is:</strong> You need to specify the type of the <code>CMAKE_CXX_FLAGS</code> variable:</p>
<pre><code>-DCMAKE_CXX_FLAGS:STRING=-I/some/path
</code></pre>
<p>Then this would work</p>
http://stackoverflow.com/questions/1782796/creating-installers-for-complex-cross-platform-programs1Creating installers for complex cross-platform programsJoonas Pulakka2009-11-23T12:14:37Z2009-11-23T17:42:17Z
<p>I'm sketching an application deployment process for a bunch of relatively complex desktop applications. We have both native and Java apps, so the deployment must be able to check for existence of the JRE and install it if needed. Some of the apps depend on special hardware, so the deployment must also be able to launch the necessary driver installers. Some of the apps are multiplatform, and <em>preferably</em> the same mechanism should be able to create Windows, Linux and Mac OS X installers. That is:</p>
<ul>
<li>The installer <em>must</em> be able to install, in addition to the application itself:
<ul>
<li>Java Runtime Environment.</li>
<li>Drivers (hardware) - that is, launch other installers.</li>
</ul></li>
<li>The installer builder <em>must</em> be operable from the command line so that it can be integrated with an automatic build mechanism that generates installer packages for each platform as nightly builds.</li>
<li>In addition, I need to create "update from the web" mechanisms for the applications. It could be included in the installer, or it could also be a separate custom mechanism built into the application.</li>
</ul>
<p>Now, this is getting a bit complex, and I suspect that there might be no single installer that could do this all. Therefore I'm thinking between two fundamentally different approaches:</p>
<ol>
<li>Platform-specific mechanisms: <a href="http://nsis.sourceforge.net/" rel="nofollow">NSIS</a> would create <code>.exe</code> or <code>.msi</code> for Windows, XXX would create <code>.deb</code> for Ubuntu, and YYY would create <code>.dmg</code> for OS X.</li>
<li>Cross-platform installer that would handle all the requirements above: ZZZ?</li>
</ol>
<p>Any recommendations? Some options that I've looked include:</p>
<ul>
<li><a href="http://nsis.sourceforge.net/" rel="nofollow">NSIS</a> - Excellent, but Windows only.</li>
<li><a href="http://izpack.org/" rel="nofollow">IzPack</a> - Good, but requires JVM to run.</li>
</ul>
<p>Is there an universal tool for this, or should I just pick an appropriate tool separately for each platform? In the latter case, what would be "NSIS equivalents" for Ubuntu and Mac OS X?</p>
http://stackoverflow.com/questions/1784181/mac-look-n-feel-on-other-platforms0mac look n feel on other platforms?potlee2009-11-23T16:13:10Z2009-11-23T16:42:30Z
<p>I'm just curious whether there is a gui framework that alloys you to use a mac look n feel on other platforms. presumably frameworks that use native APIs wouldn't be helpful (eg wxwidgets).
qt uses native API partially for mac look n feel, so that isn't useful.
what about swing?</p>
http://stackoverflow.com/questions/950334/what-is-the-good-cross-platform-c-ide1What is the good cross platform C++ IDE?Dev er dev2009-06-04T12:45:34Z2009-11-22T22:49:36Z
<p>It needs to have good code completion support, debugger, and a nice way to browse code (click to go to documentation).</p>
<p>Since I got spoiled by Java IDEs (Eclipse), it would be cool if it supported refactoring, reference search and some form of on the fly compilation, but maybe I'm asking too much.</p>
<p>So far I tried Eclipse C++ plugin, Qt Creator and Code Blocks. Eclipse plugin feels sluggish, Code Blocks has much worse completion then Qt Creator and Qt Creator is great for Qt stuff, but kinda hard to use for free form projects.</p>
<p>What are other options and firs hand experience with them, since trying something for few hours and using something on a daily basis are two different things?</p>
http://stackoverflow.com/questions/1776745/is-there-something-like-perls-win32filenotify-for-linux-or-os-x2Is there something like Perl's Win32::FileNotify for Linux or OS X?James Thompson2009-11-21T20:52:36Z2009-11-22T12:43:48Z
<p>I've been using <a href="http://search.cpan.org/dist/Win32-FileNotify" rel="nofollow">Win32::FileNotify</a> on Windows, and I was curious to know if there were something similar for Linux and OS X. I haven't been able to find such a module using Google. Does anyone here know of such a thing?</p>
http://stackoverflow.com/questions/1774487/am-i-supposed-to-use-pyqt4-for-programming-cross-platform-software-in-python1Am I supposed to use PyQT4 for programming cross-platform software in Python?Papuccino12009-11-21T04:11:46Z2009-11-22T04:21:40Z
<p>So a user suggested getting PyQT.</p>
<p>A quick Google gave me this: <a href="http://www.riverbankcomputing.co.uk/software/pyqt/download" rel="nofollow">Link</a></p>
<p>Is this GUI Library for pay?</p>
<p>If my development environment is Ubuntu Linux, what should I download on that site. I have no idea.</p>
<p>Please provide links if the site I provided is not correct to what I need. Thank you.</p>
http://stackoverflow.com/questions/1774428/coming-from-making-windows-only-programs-in-c-what-steps-are-there-for-developi0Coming from making Windows-only programs in C#, what steps are there for developing for Linux AND Windows?Papuccino12009-11-21T03:42:52Z2009-11-21T06:58:55Z
<p>I want to start making a little window-based program that runs on both Linux and Windows flawlessly. </p>
<p>It must have a GUI. What are the things I should be reading about? I'm completely in the dark regarding this.</p>
<p>Thank you.</p>
http://stackoverflow.com/questions/1774749/best-opensource-ramdisk0Best opensource ramdisk?Umesh2009-11-21T06:45:12Z2009-11-21T06:45:12Z
<p>I am searching for opensource,platform independent ramdisk so that I can do some modifications in ramdisk application to work with my specifications. Is there any possibility that I can achieve this?</p>
<p>What are the available options for me?</p>
http://stackoverflow.com/questions/1768991/cross-platform-unicode-path-handling3Cross platform unicode path handlingAnacrolix2009-11-20T08:06:05Z2009-11-20T20:35:25Z
<p>I'm using <code>boost::filesystem</code> for cross-platform path manipulation, but this breaks down when calls need to be made down into interfaces I don't control that won't accept UTF-8. For example when using the Windows API, I need to convert to UTF-16, and then call the wide-string version of whatever function I was about to call, and then convert any output back to UTF-8.</p>
<p>While the <code>wpath</code>, and other <code>w*</code> forms of many of the boost::filesystem functions help keep sanity, are there any suggestions for how best to handle this conversion to wide-string forms where needed, while maintaining consistency in my own code?</p>
http://stackoverflow.com/questions/115495/is-python-any-good-for-gui-development31Is Python any good for GUI development?David Arno2008-09-22T15:24:58Z2009-11-20T10:18:31Z
<p>I am considering creating a GUI-based tool that I want to be cross-platform. I've dismissed Java, as I personally do not like Swing. I'm currently considering C# and using Mono to make it cross-platform. However I'm wondering whether new-fangled cross-platform languages like Python can offer me a decent GUI development environment.</p>
http://stackoverflow.com/questions/1616147/c-memory-management-for-cross-platform-vm3C memory management for Cross-platform VM.NawaMan2009-10-23T22:00:10Z2009-11-19T10:31:34Z
<p>Hi all, I asked a <a href="http://stackoverflow.com/questions/1611733/size-of-int-in-c-on-different-architectures">question</a> about C-type sizes which I get a pretty good answer but I realized that I may not formulate the question very well to be useful for my purpose.</p>
<p>My background was from Computer Engineer before moves to Software Engineer so I like computer architectures and always thinking about making VM. I've just finished an interesting project making VM on Java which I am quite proud with. But there is some legal problems I can't open-source it now and I am currently have some free time. So I want to see if I can make another VM on C (with better speed) just for fun and educational.</p>
<p>The thing is I am not a C program the last time I wrote a non-trivia C problem was more than 10 years ago. I was Pascal, Delphi, and now Java and PHP programmer.</p>
<p>There are number of obstacles I can foresee and I am trying to tackle one and that is accessing existing library (in Java, reflection solves this problem).</p>
<p>I plan to solve this by having a buffer of data (similar to stack). The client of my VM can program to put data into these stack before giving me to pointer to native function.</p>
<pre><code>int main(void) {
// Prepare stack
int aStackSize = 1024*4;
char *aStackData = malloc(aStackSize);
// Initialise stack
VMStack aStack;
VMStack_Initialize(&aStack, (char *)aStackData, aStackSize);
// Push in the parameters
char *Params = VMStack_CurrentPointer(&aStack);
VMStack_Push_int (&aStack, 10 ); // Push an int
VMStack_Push_double(&aStack, 15.3); // Push a double
// Prepare space for the expected return
char *Result = VMStack_CurrentPointer(&aStack);
VMStack_Push_double(&aStack, 0.0); // Push an empty double for result
// Execute
void (*NativeFunction)(char*, char*) = &Plus;
NativeFunction(Params, Result); // Call the function
// Show the result
double ResultValue = VMStack_Pull_double(&aStack); // Get the result
printf("Result: %5.2f\n", ResultValue); // Print the result
// Remove the previous parameters
VMStack_Pull_double(&aStack); // Pull to clear space of the parameter
VMStack_Pull_int (&aStack); // Pull to clear space of the parameter
// Just to be sure, print out the pointer and see if it is `0`
printf("Pointer: %d\n", aStack.Pointer);
free(aStackData);
return EXIT_SUCCESS;
}</code></pre>
<p>The push, pull and invocation of native function can be triggered by a byte code (that is how VM will later be made).</p>
<p>For the sake of completeness (so that you can try it on you machine), here is the code for Stack:</p>
<pre><code>typedef struct {
int Pointer;
int Size;
char *Data;
} VMStack;
inline void VMStack_Initialize(VMStack *pStack, char *pData, int pSize) __attribute__((always_inline));
inline char *VMStack_CurrentPointer(VMStack *pStack) __attribute__((always_inline));
inline void VMStack_Push_int(VMStack *pStack, int pData) __attribute__((always_inline));
inline void VMStack_Push_double(VMStack *pStack, double pData) __attribute__((always_inline));
inline int VMStack_Pull_int(VMStack *pStack) __attribute__((always_inline));
inline double VMStack_Pull_double(VMStack *pStack) __attribute__((always_inline));
inline void VMStack_Initialize(VMStack *pStack, char *pData, int pSize) {
pStack->Pointer = 0;
pStack->Data = pData;
pStack->Size = pSize;
}
inline char *VMStack_CurrentPointer(VMStack *pStack) {
return (char *)(pStack->Pointer + pStack->Data);
}
inline void VMStack_Push_int(VMStack *pStack, int pData) {
*(int *)(pStack->Data + pStack->Pointer) = pData;
pStack->Pointer += sizeof pData; // Should check the overflow
}
inline void VMStack_Push_double(VMStack *pStack, double pData) {
*(double *)(pStack->Data + pStack->Pointer) = pData;
pStack->Pointer += sizeof pData; // Should check the overflow
}
inline int VMStack_Pull_int(VMStack *pStack) {
pStack->Pointer -= sizeof(int);// Should check the underflow
return *((int *)(pStack->Data + pStack->Pointer));
}
inline double VMStack_Pull_double(VMStack *pStack) {
pStack->Pointer -= sizeof(double);// Should check the underflow
return *((double *)(pStack->Data + pStack->Pointer));
}</code></pre>
<p>On the native function side, I created the following for testing purpose:</p>
<pre><code>// These two structures are there so that Plus will not need to access its parameter using
// arithmetic-pointer operation (to reduce mistake and hopefully for better speed).
typedef struct {
int A;
double B;
} Data;
typedef struct {
double D;
} DDouble;
// Here is a helper function for displaying
void PrintData(Data *pData, DDouble *pResult) {
printf("%5.2f + %5.2f = %5.2f\n", pData->A*1.0, pData->B, pResult->D);
}
// Some native function
void Plus(char* pParams, char* pResult) {
Data *D = (Data *)pParams; // Access data without arithmetic-pointer operation
DDouble *DD = (DDouble *)pResult; // Same for return
DD->D = D->A + D->B;
PrintData(D, DD);
}</pre></code>
When executed, the above code returns:
<pre><code>10.00 + 15.30 = 25.30
Result: 25.30
Pointer: 0</code></pre>
<p>This work well on my machine (Linux x86 32bits GCC-C99). It will be very nice if this works on other OS/Architecture too. But there are AT LEAST three memory-related issures we have to be aware of.</p>
<p>1). Data size - It seems like if I compile both VM and native functions using the same compiler on the same architecture, the size types should be the same.</p>
<p>2). Endianness - Same with Data size.</p>
<p>3). Memory alignment - Which is the problem as padding-bytes may be added in struct but it is hard to synchronize it when prepare parameter stack as (there is no way to know how padding is added except for hard coding).</p>
<p>My questions are:</p>
<p>1). If I know the size of the types, is there a way to modify push and pull function to exactly synchronize with struct padding? (modify to let compiler takes care of it like Datasize and Endians problems).</p>
<p>2). If I pack structure by one (using <code>#pragma pack(1)</code>); (2.1) Will the performance penalty be acceptable? and (2.2) Will the program stability be at risk?</p>
<p>3). How about padding by 2,4, or 8? Which should be good for general 32 or 64 bits system?</p>
<p>4). Can you guide me to a documentation for an exact padding algorithm let say for GCC on x86?</p>
<p>5). Is there is a better way?</p>
<p>NOTE: Cross-platform it is not my ultimate goal but I can't resist. Also, performance is not my target as soon as it is not so ugly. All these are for fun and learning.</p>
<p>Sorry for my English and the very long post.</p>
<p>Thanks everyone in advance.</p>
http://stackoverflow.com/questions/1759599/viability-of-ruby-for-cross-platform-development-with-native-toolkits1Viability of Ruby for Cross-Platform Development With Native Toolkits?Glenn Howes2009-11-18T22:26:37Z2009-11-19T09:26:48Z
<p>Let's say that I was writing a closed sourced commercial piece of software which was to be deployed in the following situations: Windows Desktop App built on .Net, ActiveX control, Windows Netscape plugin, Mac Desktop App built on Cocoa, Mac Netscape plugin, Java applet hosted in browser. Would it be viable in terms of code sharing to write my model and controller classes in shared Ruby source files and use MacRuby, IronRuby and JRuby to integrate into the various runtimes? My view classes would presumably be written to use WPF on Windows, Cocoa on the Mac and whatever was appropriate on Java (SWT?). </p>
<p>From my point of view, the most important thing here is long term maintenance of the codebase, and it seems as though Ruby is as close to being a first class language on the three platforms I have to target: .Net, Cocoa and Java, as any language. Am I mistaken in this? </p>
<p>Second in importance is to avoid any viral license requirements on our code. I see where JRuby is released under various licenses; am I right to assume I can distribute binaries and the licenses do not apply to any Ruby files I write for my own application (as opposed to modifications of their framework.)</p>
<p>Has Ruby been used in any well known desktop applications? Has this been done before?</p>
http://stackoverflow.com/questions/1559263/cross-platform-commercial-development-tool-ide-programming-language-native2Cross Platform Commercial Development Tool / IDE / Programming Language ( Native )Sebastian2009-10-13T10:04:13Z2009-11-19T09:00:14Z
<p>Hi ,
is there a Cross Platform ( Win32 / Win64 / Linux32 / Linux64 / MacOSX Snow Leopard ) Commercial Development Tool / IDE / Programming Language ?</p>
<p>( No Java / .Net , only NATIVE )</p>
<p>Thanks a lot
Sebastian</p>
http://stackoverflow.com/questions/1653419/cross-platform-programming-language-with-a-decent-gui-toolkit0Cross-Platform Programming Language with a decent gui toolkit?Indebi2009-10-31T04:34:48Z2009-11-19T01:57:03Z
<p>For the program idea I have, it requires that the software be written in one binary that is executeable by all major desktop platforms, meaning it needs an interpreted language or a language within a JVM. Either is fine with me, but the programming language has to balance power & simplicity (e.g. Python)</p>
<p>I know of wxPython but I have read that it's support on Mac OS X is fairly limited</p>
<p>Java sounds good & it looks good but it seems almost too difficult to program in</p>
<p>Any help?</p>
http://stackoverflow.com/questions/1752518/method-in-java-to-create-a-file-at-a-location-creating-directories-if-necessary2Method in Java to create a file at a location, creating directories if necessary?Grundlefleck2009-11-17T23:07:55Z2009-11-18T19:03:45Z
<p>I am attempting to write a file using java.io, where I am trying to create it at the location <code>"some/path/to/somewhere/then-my-file"</code>. When the file is being created, any of the directories on the path may or may not exist. Rather than throw an IOException because there are no such directories, I would like the directories to be created transparently, as and when required.</p>
<p>Is there a method that will create any directories required on the way to writing a file? I am looking for something within the Java SDK, <em>or</em> within a lightweight library I can add to the classpath, e.g. Apache Commons IO.</p>
<p>P.S. For clarity's sake, I have already coded a solution, which works for the fairly narrow way I'm testing it, so I don't really need suggestions on how to write the method I'm looking for. I'm looking for a method which will have been fairly well tested, and cross-platform.</p>
http://stackoverflow.com/questions/1750498/marketshare-of-cross-platform-widget-libraries0Marketshare of cross-platform widget libraries?Electrons_Ahoy2009-11-17T17:35:59Z2009-11-17T17:45:28Z
<p>For a variety of reasons, we're in the market for a cross-platform widget library. We're in the somewhat rare situation of not being tied to a particular programming language at this stage, so we get to look at libraries in a language-independent way.</p>
<p>Something we haven't been able to find is any data on market share of various libraries. Everyone seems to know what the big guns are (Swing, TCL/Tk, Qt, GTK, wxWidgets, etc) but no one seems to have any numbers on use.</p>
<p>Can anyone point me towards some data on marketshare?</p>
http://stackoverflow.com/questions/1420129/cross-platform-development-delphi-2011-how-to-made-a-windows-tied-library-cros3Cross-platform development - Delphi 2011: How to made a Windows-tied library cross-platform?plainth2009-09-14T07:26:54Z2009-11-17T17:07:08Z
<p>As perhaps you know already, most probably the next version of Delphi will be <a href="http://wings-of-wind.com/2009/09/11/kylix-2011/" rel="nofollow">cross-platform</a>. Also, here are some <a href="http://wings-of-wind.com/2009/09/08/where-do-you-want-to-go-tommorow-cross-platform-native-code/" rel="nofollow">polls</a> on the matter.</p>
<p>While writing a cross-compiler isn't a thing which interests us very much now, porting a library which was/is Windows-tied to multiple platforms, certainly does. </p>
<p>You can think, for example at VCL (Delphi's standard library). While it was designed for Windows only, it has value in it, and, of course, there are huge codebases which depend on it.</p>
<p><strong>The question is:</strong>
Which would be the best approach to made an application / library cross-platform aware <em>ensuring</em> a smooth conversion / upgrade path (as much as possible of course)?</p>
<p>I stress it again, we are not interested which is the best way to do cross-platform development <strong>only</strong> (there were questions on this theme). We are interested also in yet another requirement: <em>The old code base / installations management.</em></p>
<p>PS: Experiences and/or methodologies from similar situations with other languages (eg. C/C++) which are regarded as <em>standard practices</em> are welcomed.</p>
<p>Thanks in advance.</p>
http://stackoverflow.com/questions/1440767/cross-platform-developement1Cross-platform developement?lollancf372009-09-17T19:06:55Z2009-11-16T23:33:08Z
<p>I am looking for a solution which would allow me to code for Linux and Windows using C++.</p>
<p>On Windows I use Visual Studio (I tried other stuff on Windows but I work with <a href="http://en.wikipedia.org/wiki/DirectX" rel="nofollow">DirectX</a> and as far as I know, it's the best solution).</p>
<p>On Linux I use <a href="http://en.wikipedia.org/wiki/NetBeans" rel="nofollow">NetBeans</a> (which I like very much).</p>
<p>My problem is that I want the project be independent of Visual Studio and NetBeans.</p>
<p>For a while I thought that <a href="http://en.wikipedia.org/wiki/CMake" rel="nofollow">CMake</a> was the solution, however the learning process is too important, I rather spend my time coding than learning all the tricks with CMake. So I settled for <a href="http://en.wikipedia.org/wiki/Perforce%5FJam#Boost.jam" rel="nofollow">Boost.Jam</a>. It worked fine on Linux but sucked with Visual Studio.</p>
<p>I created a small Hello World program, on Windows. I created a Visual Studio Makefile project and while it's compiling and linking correctly. I can run the executable but not from Visual Studio, which can't find the executable (no matter what I do). I can't debug either. Also I can't see the compilation error message when I get one. All I can see from Visual Studio is that there is a makefile action in progress and that there is a mistake about it (even though the program is created and run fine).</p>
<p>I've been browsing the Boost.Jam documentation for a while but let's face it, it's pretty poor (no wonder not a lot of people heard of it) or I'm pretty not suited for the job (meaning stupid lol but yet why so few heard of it).</p>
<p>I have three questions:</p>
<p>I'd like to know if somebody heard of a project which use Boost.Jam with visual studio? If yes can I have a look at it ? </p>
<p>Is there a tool out there with real Visual Studio integration?</p>
<p>How many people think that learning to use CMake (correctly) cost a lot of time? Any tricks to speed up ?</p>
http://stackoverflow.com/questions/1745041/xml-rpc-standard-and-xml-data-type0XML-RPC Standard and XML Data TypeB. Tyndall2009-11-16T21:42:05Z2009-11-16T22:02:33Z
<p>I was looking at XML-RPC for a project. And correct me if I'm wrong, but it seems like XML-RPC has no XML datatype. Are you supposed to pass as a string? or something else?</p>
<p>Am I missing something? Looks like this was though of with SOAP.</p>