User Paul Lefebvre - Stack Overflow most recent 30 from stackoverflow.com 2009-12-23T02:50:32Z http://stackoverflow.com/feeds/user/25615 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1621738/realbasic-to-write-windows-applications/1625119#1625119 3 Answer by Paul Lefebvre for RealBasic to write Windows applications? Paul Lefebvre 2009-10-26T14:24:43Z 2009-10-26T14:24:43Z <p>I was never a big VB6 developer, but I have used VB.NET quite a bit. REALbasic is a great substitute for creating desktop applications, but there are some things it cannot do, such as create DLLs or COM objects.</p> <p>The REALbasic language is significantly more robust than VB6, it's fully object-oriented, has introspection/reflection and even has some dynamic capabilities. The IDE is a lot nicer than the VB6 IDE. But VB6 is 10 years old now and REALbasic is updated regularly, so it ought to be better.</p> <p>There is a weakness in the 3rd party control market. You won't find anything as good as the grid controls available to VB6, for example. Reporting has been a weak area until recently. REALbasic itself now includes reporting capabilities and there are several 3rd party reporting tools available.</p> <p>I've created quite a few professional business apps for Windows using REALbasic, but I do all my development on Mac OS X and use VMware Fusion and REALbasic's remote debugger to test and debug on Windows XP/Vista/7.</p> http://stackoverflow.com/questions/614905/xpath-tools-for-mac-os-x 0 XPath tools for Mac OS X Paul Lefebvre 2009-03-05T14:08:58Z 2009-09-30T20:36:28Z <p>When I worked mostly in Windows, I used Stylus Studio to test out XPath on my XML files. Now that I primarily use OS X, I haven't found an equivalent tool.</p> <p>What tools for OS X do you recommend for XPath work?</p> http://stackoverflow.com/questions/1373139/dev-platform-of-choice-for-windows-and-os-x-desktop-apps/1374539#1374539 5 Answer by Paul Lefebvre for Dev Platform of choice for Windows and OS X desktop apps Paul Lefebvre 2009-09-03T16:33:15Z 2009-09-03T16:33:15Z <p>REALbasic can be a great way to create cross-platform apps. The language is fully object-oriented and resembles Java far more than it does any version of BASIC that you may have used.</p> <p>REALbasic does compile to native apps with a native look-and-feel, but the executables are not small. Even an empty app will be more than 1MB.</p> <p>However, given your app will output Flash files, it seems like Flex/AIR might make the most sense for this project.</p> http://stackoverflow.com/questions/956255/why-is-it-bad-practice-to-call-an-eventhandler-from-code/956523#956523 2 Answer by Paul Lefebvre for Why is it bad practice to call an eventhandler from code? Paul Lefebvre 2009-06-05T15:30:48Z 2009-06-05T15:30:48Z <p>Why is it bad practice? Because it is much easier to reuse code when it is not embedded into UI controls.</p> <p>Why can't you do it in REALbasic? I doubt there's any technical reason; it's likely just a design decision they made. It certainly does enforce better coding practices.</p> http://stackoverflow.com/questions/835069/which-sqlite-administration-console-do-you-recommend/835840#835840 0 Answer by Paul Lefebvre for Which SQLite administration console do you recommend? Paul Lefebvre 2009-05-07T16:51:43Z 2009-05-07T16:51:43Z <p>On Mac OS X, I primarily use <a href="http://menial.co.uk/software/base/" rel="nofollow">Base</a>.</p> http://stackoverflow.com/questions/825385/porting-a-powerbuilder-application-to-net/826252#826252 0 Answer by Paul Lefebvre for Porting a PowerBuilder Application to .NET Paul Lefebvre 2009-05-05T18:22:46Z 2009-05-05T18:22:46Z <p>You might want to spend some time investigating <a href="http://www.sybase.com:80/products/modelingdevelopment/powerbuilder" rel="nofollow">PowerBuilder 11.5</a> (recently released) which adds some significant .NET integration.</p> <p>Migrating to PowerBuilder 11.5 in order to make use of new .NET code will certainly be a lot easier than completely rewriting the entire app in C#.</p> http://stackoverflow.com/questions/784173/what-are-the-performance-characteristics-of-sqlite-with-very-large-database-files/786146#786146 5 Answer by Paul Lefebvre for What are the performance characteristics of sqlite with very large database files? Paul Lefebvre 2009-04-24T14:46:10Z 2009-04-24T14:46:10Z <p>I've created SQLite databases up to 3.5GB in size with no noticeable performance issues. If I remember correctly, I think SQLite2 might have had some lower limits, but I don't think SQLite3 has any such issues. </p> <p>According to the <a href="http://sqlite.org/limits.html" rel="nofollow">SQLite Limits</a> page, the maximum size of each database page is 32K. And the maximum pages in a database is 1024^3. So by my math that comes out to 32 terabytes as the maximum size. I think you'll hit your file system's limits before hitting SQLite's!</p> http://stackoverflow.com/questions/775106/oracle-xe-or-postgres/775316#775316 0 Answer by Paul Lefebvre for Oracle XE or Postgres ? Paul Lefebvre 2009-04-22T00:50:38Z 2009-04-22T00:50:38Z <p>You haven't provided much information, but unless you're already an Oracle expert, I see no reason to choose Oracle XE over PostgreSQL. PostgreSQL will always be free and is far more capable and more scalable.</p> <p>And you can choose to run PostgreSQL on Windows, Mac OS X or Linux. I think Oracle XE is limited to Windows and Linux.</p> http://stackoverflow.com/questions/775276/sqlite-c-warnings/775304#775304 2 Answer by Paul Lefebvre for SQlite C warnings Paul Lefebvre 2009-04-22T00:45:46Z 2009-04-22T00:45:46Z <p>From the SQLite web site:</p> <blockquote> <p>Some people say that we should eliminate all warnings because benign warnings mask real warnings that might arise in future changes. This is true enough. But in reply, the developers observe that all warnings have already been fixed in the compilers used for SQLite development (various versions of GCC). Compiler warnings only arise from compilers that the developers do not have access to.</p> </blockquote> <p><a href="http://www.sqlite.org/faq.html#q17" rel="nofollow">http://www.sqlite.org/faq.html#q17</a></p> http://stackoverflow.com/questions/425185/is-realbasic-worth-50/426280#426280 9 Answer by Paul Lefebvre for Is REALBasic worth $50? Paul Lefebvre 2009-01-08T22:26:26Z 2009-04-17T18:37:59Z <p>$50 is not much money these days and REALbasic Personal is absolutely worth it. It's a bargain, even. For what you say you want to do, it should be perfect.</p> <p>The current versions of REALbasic are quite robust. They can save projects in text file format for use with source control. I use it with Subversion on multi-person teams every day. It's fully object-oriented, has introspection capabilities, has had extension methods for years (C# only got them in .NET 3.0), includes SQLite as its built-in database and much more.</p> <p>There are downsides of course. It doesn't yet create Cocoa apps (they are Carbon right now), it doesn't have as many built-in controls as some other IDEs, it uses quite a bit of RAM and it's harder to automate builds than it should be. Still, REALbasic is a far cry from a toy language. It's just saddled with a bad name :-)</p> <p>But, I guarantee you'll have your first OS X app created within minutes of using REALbasic.</p> http://stackoverflow.com/questions/704883/osx-windows-development-for-newbies/706066#706066 2 Answer by Paul Lefebvre for osx & windows development -- for newbies Paul Lefebvre 2009-04-01T15:31:06Z 2009-04-01T15:31:06Z <p>As Andy Dent and others here have indicated, for a newbie to create cross-platform applications it is hard to beat REALbasic.</p> <p>Sure, there are plenty of other cross platform solutions such as QT (C++), Java, .NET (to some extent) and wxWidgets but they are not something a beginner would be able to use effectively.</p> <p>I have many years of professional development experience in a wide variety of languages and technologies and I prefer to use REALbasic most of the time.</p> <p>With that said, you might also consider Runtime Revolution or Adobe Air.</p> http://stackoverflow.com/questions/701792/should-i-bother-learning-windows-workflow/701862#701862 -1 Answer by Paul Lefebvre for Should I bother learning Windows Workflow? Paul Lefebvre 2009-03-31T16:21:47Z 2009-03-31T16:21:47Z <p>It depends on the type of software you build. WPF is neat. WCF has its uses. Windows Workflow is pretty "enterprisey", though. It requires more setup and can get complex.</p> <p>Unless you build enterprise software that would benefit from a definable workflow, I wouldn't bother much with it.</p> http://stackoverflow.com/questions/689729/how-to-install-mysql-on-leopard-mac-os-x-10-5/690042#690042 0 Answer by Paul Lefebvre for How to install MySQL on Leopard, Mac OS X 10.5? Paul Lefebvre 2009-03-27T14:43:27Z 2009-03-27T14:43:27Z <p>And if you're not a command-line person, I highly recommend you also install the MySQL Preference Pane to start/stop the server and install Sequel Pro to create databases and run queries.</p> <p>ftp://ftp.mysql.com/pub/mysql/download/gui-tools/MySQL.prefPane-leopardfix.zip</p> <p><a href="http://www.sequelpro.com/" rel="nofollow">http://www.sequelpro.com/</a></p> http://stackoverflow.com/questions/689807/sql-server-vs-oracle/690011#690011 3 Answer by Paul Lefebvre for SQL server VS Oracle Paul Lefebvre 2009-03-27T14:33:38Z 2009-03-27T14:33:38Z <p>I've worked with both SQL Server and Oracle on a variety of projects. My thoughts:</p> <ul> <li>SQL Server works better with .NET</li> <li>Generally, SQL Server is easier to install and work with. As a developer, I've rarely needed a DBA for SQL Server, but always seem to run into something with Oracle that I need a DBA to do.</li> <li>I greatly preferred PL/SQL (Oracle) over T-SQL (SQL Server) for writing stored procedures</li> <li>Oracle seems to have more significant hardware requirements</li> <li>The default admin tools for SQL Server are easier to use than the ones included with Oracle</li> <li>Development shops rarely mix the two</li> </ul> http://stackoverflow.com/questions/686846/an-alternative-ide-for-sybase-powerbuilder/687380#687380 1 Answer by Paul Lefebvre for An alternative IDE for Sybase Powerbuilder Paul Lefebvre 2009-03-26T20:08:04Z 2009-03-26T20:08:04Z <p>The PowerBuilder IDE <strong>is</strong> clunky, but I don't think developing completely outside the PowerBuilder IDE is a good idea. I think there are just too many dependencies right now.</p> <p>However, the IDE for PowerBuilder 12 will be built using Microsoft's Visual Studio Isolated Shell so it ought to be much better when that is released. Also, I believe they'll be doing away with the PBL format which ought to make source control much easier to work with.</p> <p>Certainly something to watch.</p> http://stackoverflow.com/questions/679303/when-the-use-of-an-extension-method-is-a-good-practice/679328#679328 0 Answer by Paul Lefebvre for When the use of an extension method is a good practice? Paul Lefebvre 2009-03-24T21:29:57Z 2009-03-24T21:29:57Z <p>Extension methods are a great way to add functionality to classes that you don't own (no source), are in the framework or that you don't want to inherit for whatever reason.</p> <p>I like them, but you are right. They should be used judiciously.</p> http://stackoverflow.com/questions/671876/whats-a-good-way-to-uniquely-identify-a-computer 4 What's a good way to uniquely identify a computer? Paul Lefebvre 2009-03-23T00:19:13Z 2009-03-23T01:52:24Z <p>I'm developing some desktop software for a client to resell. The client wants to restrict the software so that the registration code will be specific to one and only one computer.</p> <p>Besides using the MAC from the network card, does anyone have any other techniques (that work on both Windows and Mac OS X) for uniquely identifying a computer?</p> http://stackoverflow.com/questions/639396/best-programming-language-to-learn-for-a-beginner-vb-programmer/671888#671888 0 Answer by Paul Lefebvre for Best programming language to learn for a beginner VB programmer? Paul Lefebvre 2009-03-23T00:23:50Z 2009-03-23T00:23:50Z <p>I've found that for a lot of people, the easiest language to transition to from VB is REALbasic. Its syntax is quite similar to VB, but the language itself is much more object-oriented. It's also much easier to get started with than VB.NET and the .NET framework.</p> http://stackoverflow.com/questions/669892/getting-an-insert-id-from-webkits-html5-database-storage/670108#670108 0 Answer by Paul Lefebvre for getting an insert ID from Webkit's HTML5 database storage Paul Lefebvre 2009-03-21T22:19:25Z 2009-03-21T22:19:25Z <p>Something like this ought to work:</p> <pre><code>SELECT last_insert_rowid(); </code></pre> http://stackoverflow.com/questions/631060/can-i-make-a-field-autoincrement-after-made-a-table/631229#631229 0 Answer by Paul Lefebvre for Can I make a field AUTOINCREMENT after made a table? Paul Lefebvre 2009-03-10T16:52:07Z 2009-03-10T16:52:07Z <p>You cannot alter columns on a SQLite table after it has been created. You also cannot alter a table to add an integer primary key to it.</p> <p>You have to add the integer primary key when you create the table.</p> http://stackoverflow.com/questions/614905/xpath-tools-for-mac-os-x/616255#616255 3 Answer by Paul Lefebvre for XPath tools for Mac OS X Paul Lefebvre 2009-03-05T19:24:47Z 2009-03-05T19:24:47Z <p>I found AquaCode which seems to work pretty well (and is open-source):</p> <p><a href="http://ditchnet.org/aquapath/" rel="nofollow">http://ditchnet.org/aquapath/</a></p> http://stackoverflow.com/questions/612087/xpath-to-find-nested-values 0 XPath to find nested values Paul Lefebvre 2009-03-04T19:33:29Z 2009-03-05T13:13:42Z <p>I have some XML I'm having trouble processing with XPath. I can't seem to get the values I'm looking for. The XML is structured like this:</p> <pre><code>&lt;Group&gt; &lt;Menu&gt; &lt;Name&gt;Top Menu&lt;/Name&gt; &lt;Document&gt; &lt;DocName&gt;Readme.txt&lt;/DocName&gt; &lt;/Document&gt; &lt;Menu&gt; &lt;Name&gt;Sub Menu&lt;/Name&gt; &lt;Document&gt; &lt;DocName&gt;Manual.pdf&lt;/DocName&gt; &lt;/Document&gt; &lt;Document&gt; &lt;DocName&gt;UserGuide.pdf&lt;/DocName&gt; &lt;/Document&gt; &lt;/Menu&gt; &lt;/Menu&gt; &lt;/Group&gt; </code></pre> <p>Given the menu name, I want to get back a list of DocumentNodes in the menu. For example, given "Sub Menu", I'd like to get back the two Document nodes for Manual.pdf and UserGuide.pdf.</p> <p>Currently, I'm pulling this information using code that loops through the children, but, I'd rather just pull it up directly using XPath, but my skills with it are weak.</p> <p>(And before you ask, I cannot restructure the XML. It's provided to me this way.)</p> <p>Any thoughts?</p> http://stackoverflow.com/questions/612987/packaging-to-use-to-deploy-cross-platform/613098#613098 1 Answer by Paul Lefebvre for Packaging to use to deploy cross-platform? Paul Lefebvre 2009-03-05T00:15:29Z 2009-03-05T00:15:29Z <p>I have a client that uses IzPack to create a single installer (it's Java-based) that installs their app on Windows, OS X and Linux.</p> <p><a href="http://izpack.org/" rel="nofollow">http://izpack.org/</a></p> http://stackoverflow.com/questions/611867/moving-from-hobbyist-to-professional/612027#612027 0 Answer by Paul Lefebvre for Moving from Hobbyist to Professional Paul Lefebvre 2009-03-04T19:17:56Z 2009-03-04T19:17:56Z <p>I also recommend looking into either contributing to an open source project or starting one yourself. I recommended this plan to a former co-worker who was looking to move to another technology that he had no professional experience with. After releasing an open-source project, he was contacted directly by a company wanting to utilize his project and his skills and got hired.</p> http://stackoverflow.com/questions/610920/maximum-number-of-workable-tables-in-sql-server-and-mysql/611004#611004 1 Answer by Paul Lefebvre for Maximum number of workable tables in SQL Server And MySQL Paul Lefebvre 2009-03-04T15:14:58Z 2009-03-04T15:14:58Z <p>I doubt SQL Server will have a performance problem working with thousands of tables, but I sure would.</p> <p>I've worked on databases with hundreds of tables in SQL Server with no problems, though.</p> http://stackoverflow.com/questions/605619/powerbuilder-for-a-java-programmer/606689#606689 0 Answer by Paul Lefebvre for PowerBuilder for a Java programmer? Paul Lefebvre 2009-03-03T14:54:55Z 2009-03-03T14:54:55Z <p>Yes, you would certainly be able to learn PowerBuilder. Whether you want to is a question only you can answer, though.</p> <p>I used PowerBuilder for many, many years (versions 4 through 9). There were parts I truly liked. It's a great way to build business applications. It's object-oriented and the DataWindow is a wonderful technology.</p> <p>But it has its bad points as well. The IDE is archaic. The code editor is simplistic (no code completion, for example). Integration with source control is annoying and the community is pretty small. And it's Windows-only.</p> <p>There is a magazine (PowerBuilder Developer's Journal - SYSCON), but it's pretty thin these days. Sybase does appear to have some neat things up their sleeves for future versions of PowerBuilder, however.</p> <p>Personally, I liked it enough that I would go back to it if an opportunity arose.</p> http://stackoverflow.com/questions/601075/whats-the-difference-between-the-net-unit-testing-framework-out-there/601130#601130 1 Answer by Paul Lefebvre for What's the difference between the .NET Unit Testing framework out there? Paul Lefebvre 2009-03-02T02:54:21Z 2009-03-02T02:54:21Z <p>I've worked with a few unit testing frameworks for .NET and haven't found any of them to be dramatically different than another for my purposes.</p> <p>Originally an argument against using the unit testing included with Visual Studio Team System was that people using the lesser version of Visual Studio could not run your tests. That's less of a problem now as I believe VS Pro now includes unit testing. I liked that Visual Studio could generate a lot of the test harnesses for you automatically.</p> <p>As long as you're actually writing the unit tests, I don't think it much matters which tool you choose.</p> http://stackoverflow.com/questions/600446/sql-server-how-do-you-return-the-column-names-from-a-table/600453#600453 0 Answer by Paul Lefebvre for SQL Server: How do you return the column names from a table? Paul Lefebvre 2009-03-01T20:34:44Z 2009-03-01T20:34:44Z <p>Something like this?</p> <pre><code>sp_columns @table_name=your table name </code></pre> http://stackoverflow.com/questions/599361/what-development-and-build-lifecycle-tools-do-you-use/600113#600113 3 Answer by Paul Lefebvre for What Development and Build Lifecycle Tools Do You Use? Paul Lefebvre 2009-03-01T17:06:21Z 2009-03-01T17:06:21Z <p>If you work with .NET, it's hard to beat Team Foundation Server for its integration with Visual Studio. It contains the development tools, version control, issue tracking, configuration management, automated testing, unit testing, automated building, artifact management and everything else you've described.</p> <p>Of course, TFS is expensive, oftentimes non-intuitive and is missing some features compared to other tools I've used. If you have a MSDN license you can use TFS for Workgroups (up to 5 users IIRC) for free, though.</p> http://stackoverflow.com/questions/599626/does-anyone-know-an-good-free-natural-sounding-text-reader-for-the-mac/600103#600103 4 Answer by Paul Lefebvre for Does anyone know an good free natural sounding text reader for the mac? Paul Lefebvre 2009-03-01T17:00:44Z 2009-03-01T17:00:44Z <p>OS X has built-in speech services for any Cocoa app. Just select the text and click AppName->Services->Speech->Start Speaking Text</p> <p>Additionally, Preview can read PDFs quite nicely. Just open the PDF and select Edit->Speech->Start Speaking.</p> <p>The default Alex voice (in Leopard at least) is quite good.</p> http://stackoverflow.com/questions/956255/why-is-it-bad-practice-to-call-an-eventhandler-from-code/956523#956523 Comment by Paul Lefebvre on Why is it bad practice to call an eventhandler from code? Paul Lefebvre 2009-06-05T19:05:46Z 2009-06-05T19:05:46Z No, it is an argument for not attempting to reuse code that is in events. If the code is only applicable for the event, then I would put it in the event. But if I need to call it from anywhere else, I refactor it into its own method. http://stackoverflow.com/questions/784173/what-are-the-performance-characteristics-of-sqlite-with-very-large-database-files/811862#811862 Comment by Paul Lefebvre on What are the performance characteristics of sqlite with very large database files? Paul Lefebvre 2009-05-13T23:18:54Z 2009-05-13T23:18:54Z I'm curious, were all your INSERTS in a transaction? http://stackoverflow.com/questions/704883/osx-windows-development-for-newbies/704950#704950 Comment by Paul Lefebvre on osx & windows development -- for newbies Paul Lefebvre 2009-04-01T14:50:13Z 2009-04-01T14:50:13Z I don't think QT (requiring C++ knowledge) is a good choice for someone who claims to be a &quot;newbie&quot;. http://stackoverflow.com/questions/507291/should-we-select-vb-net-or-c-when-upgrading-our-legacy-apps/507421#507421 Comment by Paul Lefebvre on Should we select VB.NET or C# when upgrading our legacy apps? Paul Lefebvre 2009-03-26T14:20:09Z 2009-03-26T14:20:09Z You're right; oftentimes it makes the most sense to just stick with VB6. But I think people are afraid that VB6 will stop working on some future version of Windows. And if you need to improve your UI, add a lot of new features or go cross-platform it makes sense to consider other tools. http://stackoverflow.com/questions/671876/whats-a-good-way-to-uniquely-identify-a-computer/671914#671914 Comment by Paul Lefebvre on What's a good way to uniquely identify a computer? Paul Lefebvre 2009-03-23T01:15:01Z 2009-03-23T01:15:01Z I completely agree about the customer support issue which is why I originally recommended to the client that they not use a computer-specific code. But they feel it is important. http://stackoverflow.com/questions/670036/any-good-sql-server-management-software-for-mac-os Comment by Paul Lefebvre on Any good SQL Server Management software for Mac OS? Paul Lefebvre 2009-03-23T00:12:35Z 2009-03-23T00:12:35Z Any particular DBMS? Or are you looking to manage MS SQL Server from Mac OS X? http://stackoverflow.com/questions/899/best-subversion-client-for-mac-os/529006#529006 Comment by Paul Lefebvre on Best subversion client for Mac OS Paul Lefebvre 2009-03-23T00:11:03Z 2009-03-23T00:11:03Z Actually, Versions can handle SVN tags. You just have to use a little drag&amp;drop as there is no menu option for it. Simply Option-Drag your folder onto the tags folder and you'll be prompted accordingly. http://stackoverflow.com/questions/435990/why-do-programmers-love-hate-objective-c/599031#599031 Comment by Paul Lefebvre on Why do Programmers Love/Hate Objective-C? Paul Lefebvre 2009-03-21T22:21:43Z 2009-03-21T22:21:43Z You tend to prefer languages you don't yet know? I like to learn new languages too, but I find that odd. http://stackoverflow.com/questions/615886/php-ruby-python-yuma Comment by Paul Lefebvre on PHP, Ruby, Python...Yuma? Paul Lefebvre 2009-03-05T19:57:51Z 2009-03-05T19:57:51Z Yuma is a way to utilize REALbasic syntax within HTML, much like how PHP works. It is a 3rd party product and is not affiliated with REAL Software. http://stackoverflow.com/questions/612987/packaging-to-use-to-deploy-cross-platform/613098#613098 Comment by Paul Lefebvre on Packaging to use to deploy cross-platform? Paul Lefebvre 2009-03-05T01:37:18Z 2009-03-05T01:37:18Z I have no idea. I had never heard of IzPack until just last month. I always create separate installers for each platform. http://stackoverflow.com/questions/612087/xpath-to-find-nested-values Comment by Paul Lefebvre on XPath to find nested values Paul Lefebvre 2009-03-04T19:50:46Z 2009-03-04T19:50:46Z You're right. I mean to say XPath. Brain fart! http://stackoverflow.com/questions/258740/what-tools-are-built-using-themselves/258853#258853 Comment by Paul Lefebvre on What tools are built using themselves? Paul Lefebvre 2009-03-04T19:45:03Z 2009-03-04T19:45:03Z Yes, starting with REALbasic 2005 the IDE has been written in REALbasic. The compiler, however, is not. http://stackoverflow.com/questions/590753/best-vm-software-for-mac-os-x/592608#592608 Comment by Paul Lefebvre on Best VM software for Mac OS X? Paul Lefebvre 2009-03-04T19:40:23Z 2009-03-04T19:40:23Z Ditto. I had the same experience with Parallels, so switched to Fusion. It's been rock-solid and fast. http://stackoverflow.com/questions/536103/powerbuilder-pborca-automated-builds/539670#539670 Comment by Paul Lefebvre on PowerBuilder (PBOrca) automated builds Paul Lefebvre 2009-03-04T19:36:18Z 2009-03-04T19:36:18Z I also recommend PowerGen. I used it for many years to automate our PowerBuider builds. http://stackoverflow.com/questions/548007/what-are-the-advantages-of-c-over-say-delphi-realbasic-for-windows-application/548133#548133 Comment by Paul Lefebvre on What are the advantages of c# over, say, delphi/realbasic for windows applications Paul Lefebvre 2009-02-14T01:46:04Z 2009-02-14T01:46:04Z it's &quot;strength&quot; &lt;/spelling nazi&gt; :-)