Hi,
I planning on the development of a website that will be visited by users with specialized hardware (a card game that communicates hands via bluetooth).
The website needs to identify when the Bluetooth item is connected, and be able to read data from it - it could use the serial COM port as well since the link is serial-over-bluetoo...
how Adobe write PhotoShop cross-platform ?!
I want just know how Adobe make PhotoShop cross-platform?, i know PhotoShop is writed completely in C++, but what about GUI ? Adobe use GUI toolkits ?
...
GUI apps for Win/Linux/Mac in C/C++
Please, i want know how to write a "pure" "native" "API-level" apps for Windows and Linux and Mac in C++.
I don't want one-code run-anywhere, but a native code for every OS
Solution For Windows
Just use Mingw/Win32 API, its very simple!, very clear, and that way i like programming under Windows!.
...
Hi,
I'm pretty new in developing programs in Java. I'm currently writing a program that converts a flv video into mp3.
I have already written such a program in Visual Studio.net C#, but the Problem is, that it isn't cross platform compatible...
I used the ffmpeg binary to convert the video into mp3, but I can't find ffmpeg binaries for ...
Hello,
My needs :
I need to develop an GUI application that is cross platform
the chosen solution must be the fastest to implement
it should be easy to extend
The application is just a database front-end, mainly for CRUD operations, listing, filtering, exporting, charts and graphs etc.
After reading about some solutions (Python Car...
I am planning to do an app on all Mobile Platform. I found Phone-gap is a solution for write once deploy anywhere.
The app just have to talk to a webservice and display information in a grid layout grouped under categories.
Anyone who has developed apps in phone gap can share your views and thoughts on this.
Does phone gap really ser...
I want to develop a certain plugin/extension, which needs to run in eclipse and has to integrate with another (java) plugin, but it has to collect data from .NET assemblies (using mono's cecil).
So my question is how should I create this relation between the Java code and the .NET?
I know that I could use mono to run the .net applicati...
I just downloaded the latest version of Netbeans - 6.9.1. I've been using 6.8 for some time for my PHP and HTML development on websites and whatnot. My business partner needs a cross-platform desktop application developed and so I figured that Java would be the way to go.
Here's my problem - I downloaded the 6.9.1 version of NetBeans wi...
My business partner needs a desktop application programmed, and it needs to be cross-platform as he wants Mac owners (OS X) to be able to run it as well. This, of course, is a bit of a problem for me as I program in PHP for my web projects and exclusively in C# (formerly used Visual Basic) for my desktop apps. I've been using (and love) ...
just a really random question but is the property Math.PI in javascript always 3.141592653589793 in every browser/engine?
...
I have built a WPF application that does some OCR type stuff on graphics objects from XPS documents. I want to port it to Silverlight (out of browser app) so it can run on Macs, not just Windows. I can open and display XPS documents in a Silverlight (SL) app quite nicely.
My problem is that so much of the useful graphics library is miss...
In front of me some different Technologies and I'm confused between them.
GNU make, CMAKE, Qmake, Code::blocks methodology
Code::Blocks uses a custom build system, which stores its information in XML-based project files, but can optionally use external makefiles **says WIKI**
1- What's the difference between CMAKE and GNU MAKE ?
2- I...