I would like my external drives to be readable and writable from Linux, Mac OS X and Windows.
FAT32 works, but the 4 GB file size limit is a showstopper these days. Are there any alternatives?
For a system we are developing we have 2 domains an internal and an external domain with bi directional trust between them. However the servers are only able to connect to their own DC's.
We have an application server on the internal domain which needs to use an LDAP query to gather a list of users from a group on the external domain. How do i go…
I have a web site on which I wish to enable instant messaging via IRC. Now I am about to buy VPS to host the ircd on. So, I will have two servers: one is for the web site and the other is for the ircd. The question is how to use the web site's domain name for the ircd?
Possible Duplicate:
iPad Simulator (install ipa on pc)
My platforms are Linux and Windows.
Now I have a software whose extension is .ipa
I am looking for a way to run this file either on Windows or on Linux.
There exists Wine which can run .exe files on Linux, similarly is there something which can run .ipa either on linux or windows??
…
Thanks to all who attended the live webcast we hosted on Cisco: Best Practices for a Platform Approach on Wed, March 14th. Those of you who couldn’t join us, the webcast replay is now available.
Many thanks to our guest speaker, Ranjan Jain, Security Architect at Cisco for walking us through Cisco’s drivers and rationale for the…
I am having the dream to design a Mobile cross-platform scripting solution to achieve Developer only need to code once by scripting language(it's possible be Javascript or others need further investigation), then the solution will be able to generate the installation files for multiple mobile platforms like J2me, Android, Symbian,…
I've been trying to compile a simple project for both OSX and Windows platforms, using OGRE3D, but I've got some problems on the way.
I'm using CMake to create my platform specific project files (VS solution & Xcode project). Some problems I found are:
OGRE3D source is distributed in 2 flavors, Windows sources and UNIX/OSX…
Im really annoyed with Internet Explorer.I designed a site using css. The really annoying part is the cross browser issues..
The site works fine in all versions of FireFox and Chrome but when it comes to internet explorer.
IE5 - The complete site is messed up with the alignments
IE6 - Major Alignment problems.
IE7 and 8 Works…
This question is not about what is a cross-thread operation, and how to avoid it, but why internal mechanics of .NET framework does not allow a cross-thread operation.
I can`t understand why a SerialPort DataReceived event cannot update a simple text box on my form and why using delegates this is possible?
Delphi 2011 will allow to compile applications that will run also on MacOS.
Is it realistical to think that it will be possible to "migrate to crossplatform" a win32 application?
Will 3rd party component vendors make their library crossplatform or this is practically not possible?
I use the following 3rd party components:
…
Hi All,
I need to create a cross tab using datatable in C#.
Something like this fucntionname(Array datarows,Array datacolumns)
The function should return the cross tabed table, more parameters for missing values would be great
The source datatable can have multiple columns ranging from 1 - N.
Whenever i am updating UI in windows form using delegate it gives me cross thread exception
why it is happening like this?
is there new thread started for each delegate call ?
void Port_DataReceived(object sender, SerialDataReceivedEventArgs e)
{
//this call delegate to display data
…
I have a piece of javascript executing on a jetty server which is sending a XMLHTTPRequest to a scoket on another server(wamp server).
The request gets sent to the socket, however the XHR response seems to be getting blocked.
My only thoughts on this is it may be an issue with XSS(cross site scripting).
Is there a way in…
I'm working on some Javascript that makes use of Firefox 3.5's ability to perform cross-domain XMLHttpRequests… But I'd like to fail gracefully if they aren't supported.
Apart from actually making a cross-domain request, is there any way to detect a browser's support for them?
If you've worked on a crossplatform development project:
What did you learn from the experience?
What worked?
What didn't?
What problems did you run into and
how did you solve them?
Did you aim for consistent appearance
and functionality across all platforms
or try to take advantage of each platform's strengths?
What…
Hello people!
I was asked to develop a algorithm for network application on C. This project will be developed on Linux for PC and then it will be transferred to a more portable platform, something that will include a microcontroller. There are many microcontroller/companies out there that provide very nice and large…
Nowadays, the common phenomena is to develop a website for a browser and then corresponding apps for Android phones, iPhone, tablets and so on.
Since all the platforms come with a browser, why aren't companies using CSS to accommodate them? Surely we can detect from the request which browser was used and from which…
Cross apply (and outer apply) are a very welcome addition to the TSQL language. However, today after a few hours of head scratching, I have found an simple issue which could cause big big problems. What would you expect from this statement ? select *
from sys.objects b
join sys.objects a
on…
I'm trying to cross-compile boost for use with the ROS framework on a Gumstix Overo. I've been following the posted instructions here (modifying the script when need be), however I've come across an issue where bjam will not compile boost properly.
I call bjam as follows:
# boost
if [ ! -f…
Hi,
I want to write a serious 2D game, and it would be nice if I have a version for Linux and one for Windows (and eventually OSX). Java is fantastic because it is platform independent. But Java is too slow to write a serious game. So, I thought to write it in C++. But C++ isn't very…
I want to start programming with D. I have a simple application in mind that needs a GUI but I want to make sure it's portable to Linux/Windows/Mac equally well and with minimal (no) change for each platform.
wxD is looking like the contender of choice because I know the wx toolkit…
Hi,
I want to write a serious 2D game, and it would be nice if I have a version for Linux and one for Windows (and eventually OSX). Java is fantastic because of its platform independent. But Java is to slow to write a serious game. So, I thought to write it in C++. But C++ isn't…
Openmatics s.r.o. was founded in 2010 as a subsidiary of ZF Friedrichshafen AG, a global player in driveline and chassis technology.
Oracle Customer: Openmatics…
I may be building a mobile app for a client soon. Their primary focus is the iPhone, but my boss would like to be able to target multiple platforms if it's feasible. The app will probably be a large but technically simple business application backed by a…
I am fond of using gcc to compile small little C and C++ programs on my main computer. However, I also have a Raspberry Pi, and, being a 700-MHz single-core computer, I would prefer to not have to do my development work on it every time I want to create…