What language or RAD IDE do you recommend for building shareware? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-25T12:08:01Z http://stackoverflow.com/feeds/question/179319 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/179319/what-language-or-rad-ide-do-you-recommend-for-building-shareware 15 What language or RAD IDE do you recommend for building shareware? Norman 2008-10-07T16:33:04Z 2009-06-17T01:03:23Z <p>I'm looking for an IDE for developing commercial desktop applications to be sold over the internet, as a mISV. Windows is a must, while Mac is a nice to have. An important factor is that the technology allows me to create beautiful native UI with ease.</p> <p>.NET has a large VM dependency that I'm not crazy about. I was thinking about Delphi, but the world around it seems to be almost dead.</p> <p>What do you recommend?</p> http://stackoverflow.com/questions/179319/what-language-or-rad-ide-do-you-recommend-for-building-shareware/179340#179340 1 Answer by Javier for What language or RAD IDE do you recommend for building shareware? Javier 2008-10-07T16:38:28Z 2008-10-07T16:38:28Z <p><a href="http://trolltech.com/products/" rel="nofollow">Qt</a></p> <p>Cross-platform, entensive, mature C++. The biggest downside is that it's not free for non-free applications.</p> http://stackoverflow.com/questions/179319/what-language-or-rad-ide-do-you-recommend-for-building-shareware/179352#179352 13 Answer by JosephStyons for What language or RAD IDE do you recommend for building shareware? JosephStyons 2008-10-07T16:41:00Z 2008-10-07T16:41:00Z <p>Delphi is not dead. For Win32 development, it is still an excellent choice. If you want cross-platform, then Java is a good option. Eclipse is the way to go there.</p> http://stackoverflow.com/questions/179319/what-language-or-rad-ide-do-you-recommend-for-building-shareware/179370#179370 3 Answer by John Ferguson for What language or RAD IDE do you recommend for building shareware? John Ferguson 2008-10-07T16:46:36Z 2008-10-07T16:46:36Z <p>I don't know if Delphi's dead, it's just been bought by Embarcadero. The real momemtum has been behind C# on .NET with Visual Studio though. The basic versions are cheaper and Borland really dropped the ball on Delphi 8 (<em>shudder</em>). If you don't mind learning Pascal, the Turbo Explorer is probably good to try out because it's free.</p> <p>I'm not sure why you're not crazy about .NET's VM - I presume you mean the CLR. It's pretty good and I'm sure no worse than Java. It comes with Windows and updates are handled by Windows Update.</p> <p>I wish you all the best and hope you make some money.</p> http://stackoverflow.com/questions/179319/what-language-or-rad-ide-do-you-recommend-for-building-shareware/179378#179378 1 Answer by Milan Babuškov for What language or RAD IDE do you recommend for building shareware? Milan Babuškov 2008-10-07T16:48:37Z 2008-10-07T16:48:37Z <p>I'm using <a href="http://www.wxwidgets.org" rel="nofollow">wxWidgets</a>. You can choose between C++, Python or Perl as a language. Make sure you try wxFormBuilder to build the GUI and you can use MS Visual Studio, Eclipse or some other tool that supports C++ or Python as your IDE.</p> <p>It's ported to Windows, Linux, Mac, and some other platforms. And it's free, even for closed source projects.</p> <p>However, it is still not RAD as much as Delphi, so maybe it's best you try it first and see how you like it.</p> http://stackoverflow.com/questions/179319/what-language-or-rad-ide-do-you-recommend-for-building-shareware/179550#179550 52 Answer by François for What language or RAD IDE do you recommend for building shareware? François 2008-10-07T17:36:54Z 2008-10-09T17:30:19Z <p>Delphi is certainly not dead. (<a href="http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html" rel="nofollow">see how Delphi programming fares in the latest TIOBE index</a>)<br /> With the new D2009, you get full Unicode support, as well as generics and anonymous methods, and you still have the best tool to create fully Vista-enabled applications.<br /> Choose Delphi and you will be in very good company (from dev tools like <a href="http://www.scootersoftware.com/" rel="nofollow">Beyond Compare</a> or <a href="http://www.allroundautomations.com/plsqldev.html" rel="nofollow">PL/SQL Developer</a> to general public like <a href="http://www.skype.com" rel="nofollow">Skype</a>). See this <a href="http://delphi.wikia.com/wiki/Good_Quality_Applications_Built_With_Delphi" rel="nofollow">impressive list</a>... </p> http://stackoverflow.com/questions/179319/what-language-or-rad-ide-do-you-recommend-for-building-shareware/179763#179763 2 Answer by John Rudy for What language or RAD IDE do you recommend for building shareware? John Rudy 2008-10-07T18:33:26Z 2008-10-07T18:33:26Z <p>Some other options you might consider:</p> <ul> <li>Java -- I believe there are numerous IDEs available which allow you to build UIs, as well as UI frameworks which allow a native or near-native look and feel.</li> <li><a href="http://www.realsoftware.com/" rel="nofollow">RealBasic</a>. What started as a Mac VB-alike has become a truly cross-platform RAD environment, with editions running on Linux, Windows and Mac, and the ability to emit compiled executables for all environments with native L&amp;F. (On Linux, they've chosen GTK as the L&amp;F.) I used to use this many, many years ago under "classic" Mac OS; I never got too into it, but my understanding is that it's gotten a lot better over the years.</li> </ul> http://stackoverflow.com/questions/179319/what-language-or-rad-ide-do-you-recommend-for-building-shareware/180114#180114 17 Answer by Jim McKeeth for What language or RAD IDE do you recommend for building shareware? Jim McKeeth 2008-10-07T19:57:09Z 2009-04-15T23:35:56Z <p>I will also suggest you check out Delphi. You can get the free <a href="http://www.turboexplorer.com/" rel="nofollow">Turbo Editions of Delphi 2006</a>, but if you are serious then I suggest you buy <a href="http://www.codegear.com/products/delphi/win32" rel="nofollow">Delphi 2009</a>, it is a huge improvement on the previous Delphi editions.</p> http://stackoverflow.com/questions/179319/what-language-or-rad-ide-do-you-recommend-for-building-shareware/180244#180244 19 Answer by a.delphi.developer for What language or RAD IDE do you recommend for building shareware? a.delphi.developer 2008-10-07T20:24:25Z 2008-10-07T20:24:25Z <p>Delphi is alive and well with D2009 (the best Delphi ever IMO).<br /> You won't find a tool to create good quality native applications in such record times. That's why a lot of micro (and not so micro) ISV have choosen Delphi.<br /> And if once your product is well established, you want also go cross-platform, you probably can use FPC after some tweaking. (you would not be alone)</p> http://stackoverflow.com/questions/179319/what-language-or-rad-ide-do-you-recommend-for-building-shareware/180825#180825 11 Answer by GuyWithDogs for What language or RAD IDE do you recommend for building shareware? GuyWithDogs 2008-10-07T23:30:09Z 2008-10-07T23:30:09Z <p>You don't say what the app is, but Delphi has a lot of support available online, has lots of freeware and inexpensive third-party components, and a relatively easy learning curve. You can do very nice UI stuff, down and dirty system-level stuff, web/Internet stuff, and database stuff.</p> <p>There's a program called FreePascal that runs on multiple platforms, so that might be something else to look at if you're happy with Pascal as a language.</p> http://stackoverflow.com/questions/179319/what-language-or-rad-ide-do-you-recommend-for-building-shareware/181677#181677 21 Answer by Lars Truijens for What language or RAD IDE do you recommend for building shareware? Lars Truijens 2008-10-08T07:29:52Z 2008-10-08T07:29:52Z <p>And win32 Delphi is also a good choice for shareware because you don't have any dependencies on other dlls (other then kernel32.dll, etc). So distributing can be very simple.</p> http://stackoverflow.com/questions/179319/what-language-or-rad-ide-do-you-recommend-for-building-shareware/182032#182032 15 Answer by dcraggs for What language or RAD IDE do you recommend for building shareware? dcraggs 2008-10-08T10:18:58Z 2008-10-08T10:18:58Z <p>I have to echo all the other comments - Delphi is far from dead. For producing applications with no dependencies, Delphi is the outright winner. </p> <p>Delphi is now run by CodeGear and owned by Embarcadero, they are now concentrating more on the native win32 (and in the near future win64) parts of Delphi. The latest version, Delphi 2009 is looking very good indeed :-)</p> http://stackoverflow.com/questions/179319/what-language-or-rad-ide-do-you-recommend-for-building-shareware/185500#185500 15 Answer by screamingnkicking for What language or RAD IDE do you recommend for building shareware? screamingnkicking 2008-10-09T00:39:01Z 2008-10-10T08:51:01Z <p>Language wars aside, with Delphi you can develop stand-alone EXEs, DLLs, as well as dotNet applications. In fact, it will build any windows app except drivers. </p> <p>But the most important factor for me is that it is very unusual to purchase third party components without source code. Since every major version of the compilor since Turbo Pascal 3.0 has required recompiling of components, your investment tends to last longer if you have the source code AND you learn so much from examining it! If you have source code you can be more secure against orphaned components.</p> <p>In addition, as mentioned elsewhere, there is an enormous amount of free or low cost components and source code out there.</p> http://stackoverflow.com/questions/179319/what-language-or-rad-ide-do-you-recommend-for-building-shareware/186939#186939 14 Answer by Mohammed Nasman for What language or RAD IDE do you recommend for building shareware? Mohammed Nasman 2008-10-09T12:00:53Z 2008-10-09T12:00:53Z <p>I would vote for Delphi too, it's the best way to build shareware and native win32 applications</p> <p>you can build your application as single exe file, that will run in most windows version without requiring any dependencies.</p> <p>with Java and .Net you will be stick with VM, and with new version of the language, you will ask your clients to update their VM again (.Net 1.1, 2, 3, 3.5, and coming 4) and with each new version the size got much bigger than before.</p> <p>and Delphi has much better performance and support for many third parity controls.</p> http://stackoverflow.com/questions/179319/what-language-or-rad-ide-do-you-recommend-for-building-shareware/187200#187200 22 Answer by Nick Hodges for What language or RAD IDE do you recommend for building shareware? Nick Hodges 2008-10-09T13:17:05Z 2008-10-09T13:17:05Z <p>Here's a nice discussion about why Delphi is a great tool for ISV/MicroISV developers.</p> <p><a href="http://blogs.codegear.com/michaelswindell/2008/05/09/34745" rel="nofollow">http://blogs.codegear.com/michaelswindell/2008/05/09/34745</a></p> http://stackoverflow.com/questions/179319/what-language-or-rad-ide-do-you-recommend-for-building-shareware/196344#196344 18 Answer by Nick Bradbury for What language or RAD IDE do you recommend for building shareware? Nick Bradbury 2008-10-13T00:13:11Z 2008-10-13T00:13:11Z <p>Delphi has been an excellent choice for the shareware I've created (HomeSite, TopStyle and FeedDemon). As others have mentioned, the lack of any runtime dependencies is a huge plus when distributing software in the wild. The speed - and load time - of Delphi apps is also a big win.</p> <p>I will say, though, that I don't recommend choosing Delphi if your goal is to be acquired by another company. Most companies have little or no Delphi expertise, and in general it's harder to find experienced Delphi developers than .NET developers. I've been lucky in that I've been acquired despite choosing a less popular development tool, but I will say that Delphi has been a stumbling block in quite a few acquisition talks.</p> http://stackoverflow.com/questions/179319/what-language-or-rad-ide-do-you-recommend-for-building-shareware/401569#401569 -4 Answer by Matthias Hryniszak for What language or RAD IDE do you recommend for building shareware? Matthias Hryniszak 2008-12-30T21:28:39Z 2008-12-30T21:28:39Z <p>My personal choice: Visual Web Developer 2008 Express SP1 for web applications (with that great ASP.NET MVC framework just kicks ass!) and for desktop appz just stick to Visual C# 2008 Express SP1.</p> <p>Eclipse is a good IDE, I work with it professionally now, but as with all stuff that comes with Java world you're going to get lost in transition to that platform. Plus creating a desktop GUI is a nightmare in Eclipse (as in no forms designer, all manual stuff and last but not least - the layout managers that definitely don't make your life eaiser).</p> <p>Delphi? Hm,... after 10 years with that platform I say: Rust in Peace.</p> http://stackoverflow.com/questions/179319/what-language-or-rad-ide-do-you-recommend-for-building-shareware/506025#506025 4 Answer by Stu Andrews for What language or RAD IDE do you recommend for building shareware? Stu Andrews 2009-02-03T04:37:02Z 2009-02-03T04:37:02Z <p>Wow, nice to hear Delphi is not dead. From the looks of the answers, there's quite a lot of life in it.</p> <p><a href="http://clarionfolk.com" rel="nofollow">Clarion</a> is another option, although at it's price it might take you a while with shareware to resolve the cost.</p> <p>If you need a tool that allows very powerful interaction (both Template and Handcode) between Database and Application, Clarion is right on the money. </p> <ul> <li>I'm the Clarion Evangelist, so take this info with a grain or two of salt.</li> </ul> http://stackoverflow.com/questions/179319/what-language-or-rad-ide-do-you-recommend-for-building-shareware/754186#754186 7 Answer by Alister for What language or RAD IDE do you recommend for building shareware? Alister 2009-04-15T23:38:35Z 2009-04-15T23:38:35Z <p>I'm flogging a dead horse here by saying Delphi is alive and kicking (unlike the horse). There may be some interesting announcements coming up regarding cross platform development which have been rumored (OS/X and possibly Linux and native ARM).</p> <p>You probably need to describe your problem in a bit more detail if you want credible answers - otherwise you're just going to get people evangelizing their favorite tool.</p> http://stackoverflow.com/questions/179319/what-language-or-rad-ide-do-you-recommend-for-building-shareware/755539#755539 1 Answer by kjack for What language or RAD IDE do you recommend for building shareware? kjack 2009-04-16T10:33:15Z 2009-04-16T10:33:15Z <p>You should consider realbasic, it's RAD and you can compile to run on mac, windows and linux. It's also not very expensive and has very active user forums</p> http://stackoverflow.com/questions/179319/what-language-or-rad-ide-do-you-recommend-for-building-shareware/759129#759129 4 Answer by lkessler for What language or RAD IDE do you recommend for building shareware? lkessler 2009-04-17T05:23:55Z 2009-04-17T05:34:06Z <p>The latest version of Delphi (Delphi 2009) includes Unicode and is a fantastic tool:<br> <a href="http://stackoverflow.com/questions/305016/what-are-major-incentives-to-upgrade-to-d2009-unicode-excluded">What are Major Incentives for Upgrading to D2009?</a></p> <p>The next version of Delphi (Delphi 2010) will be 64bit and looks to be awesome:<br> <a href="http://nafdb.blogspot.com/2007/04/first-screenshots-of-delphi-2010-for.html" rel="nofollow">First Screenshots of Delphi 2010 for Win64</a></p> http://stackoverflow.com/questions/179319/what-language-or-rad-ide-do-you-recommend-for-building-shareware/760263#760263 0 Answer by Yogi Yang 007 for What language or RAD IDE do you recommend for building shareware? Yogi Yang 007 2009-04-17T12:44:48Z 2009-04-17T12:44:48Z <p>Well everyone will give you their own opinion based on their expertise and level.</p> <p>In the same way I will also like to chime in.</p> <p>Well there are many options to select from.<br/> - Pure Basic<br/> - Real Basic<br/> - KBasic<br/> - Visual Basic (you can run compiled apps along with COM components under Wine in Linux but there is not support for Mac)<br/></p> <p>All of these are based on BASIC so naturally they are easy to learn and use compared to other programming languages. All of these also have got well developed RAD IDEs (native or third party)</p> <p>There is FPC but it does not have a good RAD IDE.</p> http://stackoverflow.com/questions/179319/what-language-or-rad-ide-do-you-recommend-for-building-shareware/811553#811553 4 Answer by Marco van de Voort for What language or RAD IDE do you recommend for building shareware? Marco van de Voort 2009-05-01T14:20:06Z 2009-05-01T20:44:41Z <p>(Free Pascal does have a good RAD, it is called Lazarus; <a href="http://lazarus.freepascal.org" rel="nofollow">http://lazarus.freepascal.org</a>)</p> <p>One of the worries of .NET is not just the size (or any VM that you don't hard package with your app) of the download, but also the support angle: if your program depends on packages that are finely versioned beyond your control (not only .NET with all its SPs and hotfixes, but also DAC, MSXML, MSVCRT if you plug some C++ code etc), how do you manage that supportwise ? </p> <p>The Delphi single exe model is still one of the major attractions of that platform. Sure, you can have dependancies there too (said MSXML though there are alternatives), but at least you don't really start out with them.</p> http://stackoverflow.com/questions/179319/what-language-or-rad-ide-do-you-recommend-for-building-shareware/829045#829045 2 Answer by Gad D Lord for What language or RAD IDE do you recommend for building shareware? Gad D Lord 2009-05-06T10:48:12Z 2009-06-17T00:26:13Z <p>I run a shareware software at <a href="http://www.mtgstudio.com" rel="nofollow">http://www.mtgstudio.com</a> for about 7 years. It is written entirely in Delphi. Internally it has some precompiled object files from C++. uses inline Assembler. Delphi is by far the best shareware development tool available on the market. It produces native, self-contained excutables for the 32-bit Windows platform. With the help of some freeware executable comressors the size of the binary executable becomes miniature.</p> <p>The language (though 25 years old in origin) is modern and supports almost all fancy paradigms such as anonymous methods and generics.</p> <p>Delphi has the largest third-party component set community as of now. (You can try searching for a good DBGrid for Delphi and Java if you wish to compare).</p> <p>Delphi is resurrected and quite kicking those days. After Borland/CodeGear/Embarcadero focused more on the native compilers insetad of the junkish .NET, Delphi gained ground again and became stable as it was before the .NET madness started.</p> <p><strong>I definetely recommend trying Delphi 2009.</strong></p> <p>Lets hope Nick Hodges and the team manage to wrapup a Mac OSX compiler soon and drop the .NET idea forever (let RemObjects sink with the .NET IDE). Last advice do not waise time on Kylix, C# Builder, Delphi Prism or Lazarus. They are not even near to the Delphi coolnes.</p> http://stackoverflow.com/questions/179319/what-language-or-rad-ide-do-you-recommend-for-building-shareware/1004588#1004588 0 Answer by TokenMacGuy for What language or RAD IDE do you recommend for building shareware? TokenMacGuy 2009-06-17T00:47:13Z 2009-06-17T00:47:13Z <p>Almost all of the stand-alone projects I've attempted have been built on the <a href="http://www.equi4.com/starkit/index.html" rel="nofollow">StarKit</a> software stack, which packages Tcl/Tk in a cross-platform single file package that requires no installer. There are a preponderance of libraries suited for use with this system, and building interfaces in Tcl/Tk is very easy. There are a few visual tk designers but none I've tried are really any easier than a few lines of tk code. </p> <p>If TCL just isn't your thing, python combined with <a href="http://www.py2exe.org/" rel="nofollow">py2exe</a> is almost as good. But since it requires placing a hand-full of dll's in the right place, you will probably also need an installer. </p> http://stackoverflow.com/questions/179319/what-language-or-rad-ide-do-you-recommend-for-building-shareware/1004623#1004623 0 Answer by RogerV for What language or RAD IDE do you recommend for building shareware? RogerV 2009-06-17T01:03:23Z 2009-06-17T01:03:23Z <p>Adobe Flash Builder (or the Eclipse IDE with the Flash Builder plugin installed - ships as same product sku) and target building Adobe AIR applications.</p> <p>You'll then be able to deliver very Mac-like applications that run on both Windows and Macintosh (there's also an AIR runtime for Linux too). With this particular IDE choice you can choose to make either Windows or Mac OS X your primary development platform.</p> <p>The resulting application projects can be made open source projects because Maven Flex-mojo plugin can be used to build Flex and AIR applications (and ant as well). So one doesn't need the Adobe Flash Builder plugin (a commercial item) to build the project. Plus the Flex and AIR SDKs are free to download.</p> <p>The Flash Builder provides for the visual design tool, source level debugging, advanced datagrid, and charting and automation classes. It's a nice-to-have if you're a primary developer to the project doing a lot of the visual GUI design.</p> <p>In our shop we also use Java and Tomcat on the server side with open source Java libraries, such as BlazeDS, Spring Framework, and iBATIS. Our software solution stack is open source across tiers, top to bottom. We deploy Tomcat on either Windows or Linux servers. When we need a message broker, we use open source ActiveMQ and integrate it to BlazeDS. That way our Flex/AIR clients can be subscribers to JMS topics.</p>