|
I'm looking for some arguments to pitch to my boss and fellow developers.
We're currently finishing up the preliminary UI mockups and getting ready to move on to the next phases of development. In the meantime, I've been digging through the depths of ...
Started by Grant Limberg on
, 9 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Your....
Follow the platform guidelines for the Mac in your Mac version, for Windows in your Windows Controller-View architecture.
On the flip side, when you want to do something that the framework doesn't on Windows .
Cross-platform framework.
|
|
Hi Just curious to know when java is made platform independent then are there any specific reasons JVM is made platform dependent..
Answer Snippets (Read the full thread at stackoverflow):
The JVM must be platform dependent to allow your Java to run....
The JVM is not written in Java and hence cannot be platform independent.
The JVM executes Java code, but is written in platform specific languages such as C/C++/ASM etc.
|
|
I've noticed that GTK has a uniform feel across all platforms, which is great for Linux lovers, but not so great for people who prefer their native GUI feel.
I haven't used Qt properly yet, which is why I'm unable to say that this is the best choice to...
Started by nbolton on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
WxWidgets and Qt both look right on OS X, but don't work right unless you .
Wxwidgets uses the underlying platform to draw widgets (GTK under Linux, MFC under Windows...), so look and feel per platform.
|
Ask your Facebook Friends
|
I have a small piece of code that works as a plugin for a larger graphics application. The development platform is Qt with c++ code. I've managed to build a .so, .dylib and .dll for linux, MacOS and Windows respectively, but to do so I had to have a machine...
Started by Rog on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Running VMWare and sharing a directory on a local drive you can even compile for the different... .
Getting OSX to run on VMWare is somewhat tricky but possible .
For Linux it is fairly easy to setup or even download a virtual machine using VMWare for instance .
|
|
I have a game engine design written in C++ where a platform-independent game object is contained within a platform-specific Application object.
The problem I'm trying to solve is the case where I need to pass OS-specific data from the Application to the...
Started by Steve the Plant on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
In a good design, the Game should not require any information about it's platform....
With this information, you can 'swap in and out' components for the correct platform.
Remember that you only need to know the target platform at compile time.
|
|
As perhaps you know already, most probably the next version of Delphi will be cross-platform . Also, here are some polls on the matter.
While writing a cross-compiler isn't a thing which interests us very much now, porting a library which was/is Windows...
Answer Snippets (Read the full thread at stackoverflow):
(Preferable more than one, working in a Windows directory as to be... .
The compiler hopefully will have a platform switch.
Of functionality to your code, so as to be able to add another platform without changing the "Core" of the component.
|
|
The answers to this related question of mine lead me to choose Java for most of my backend services (it's a multi-component system). Now, I'm not sure whether that would be a good choice for cross-platform desktop GUI apps, as well. The Java desktop applications...
Started by Hanno Fietz on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Another thing, GTK and C# are not that platform independent as you might dream of..
Bruce Eckel is a great sponsor of Flex as cross-platform user interface, for both Java and python.
|
|
Hi, my project is a PHP web application. This applies to my test server (local), not production server! I am also the solo developer on this project (however, that may change in the very far future). Also, all my source code is committed to a repository...
Started by Axsuul on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Use a network drive connected to the remote machine via Samba... .
Use a network drive connected to the remote machine via FTP .
Ultra edit).
Use a development tool that can save over FTP (e.g .
EasyPHP).
Some ideas:
Use a server environment under windows (e.g.
|
|
Are there any rules or regulations which stipulate the minimum permissable distance between the platform edge and permanent platform stuctures such as buildings and footbridges? I assume modern legislation covers this, but I am more interested in "historical...
Started by cary hill on
, 25 posts
by 17 people.
Answer Snippets (Read the full thread at rmweb):
The far end of that platform....
Distance between the platform edge and permanent platform stuctures such as buildings and footbridges platform at Loughborough, which had a very narrow bit of platform under the road bridge.
|
|
Is Selenium paltform specific. If yes then how can I develop a cross-platform specific application with it by first identifying the platform and then call the platform-specific selenium routines.
Started by Yatendra Goel on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
The only ....
Then you send selenese commands to the server which controls under Windows and Ubuntu .
This is because you run a Selenium RC server (which is a java application and hence can be run on any platform).
Is platform independent.
|