Delphi Create a Process or Shelling to start up an external application.

Computer PC Tips - bits and bytes, Rad Studio Delphi Development, Software development Concepts
Delphi Create a Process or Shelling to start up an external application. Since Windows 10 has been released there has been hiccups when dealing with the Windows API. The strange behavior may not return an error code and may actually end up doing nothing leaving you more perplexed then ever. For Delphi developers the best thing to do is retire the ShellExecute API call and convert it over to ShellExecuteEX or to create a separate process you should use CreateProcess. Let's examine the simple task of calling ShellExecute(0, 'open', Pchar('DocumentName.pdf'), '', '', SW_SHOWNORMAL); work under Windows 7 and 8, which would start the Acrobat Reader and open the file but under Windows 10 this no longer is the case. So the next step was to update the call to use…
Read More

Baron Software releases OLE Error Helper for Windows.

Rad Studio Delphi Development, Software development Concepts, Software Events, Software Releases
Baron Software has released the latest version for Windows the OLE Error Helper which is a simple free application that allows developers to do a quick search on OLE Errors and the definition.  Click here to download the latest version.  Developed using Rad Studio Delphi and SQLite stores the information.  System requirements is any Windows 7 or higher and the versions are either 32 bit or 64 bit. Search by simple words to match what you are looking for. You can view or print a report based on your search criteria or dump out the entire database to read at your leisure.
Read More

Embarcadero and Baron Software Powerstudio case study which monitors SQL Performance

Rad Studio Delphi Development, Software development Concepts, Software Events, Software Releases, SQL Tips
Embarcadero and Baron Software has issued a case study that demonstrates the benefits of using Microsoft SQL Powerstudio product line.  Powerstudio is a robust package that monitors SQL performance and can provide assistance for clients to update or create tables, stored procedures, etc. for various SQL servers some being Oracle, Microsoft SQL and many more.  The detailed report can be view by clicking here.  
Read More

Delphi Developer Skill Sprints: Short, Cool, Quick Tips, Tricks and Techniques for 2016

Rad Studio Delphi Development, Software development Concepts, Software Events
Skill Sprints are open to the public by Embarcadero again in 2016.  Follow this link to register for the free webinars that deal with the Delphi - Firemonkey application development or on Thursdays they are having the sessions using C++.  Register for Skill Sprints These are webinars scheduled for about 30 minutes, dealing with the topic and a follow-up Q&A.  The instructors are pretty solid in their knowledge so well worth the time spent.
Read More

Everything Search Engine free Windows Utility is worth a look!

Computer PC Tips - bits and bytes
[powr-twitter-feed label="Everything Search Engine"] Recently I downloaded a Windows utility for file searching that is extremely fast locating any type of file on my machines.  The software tool is called "Everything" and can be downloaded from Voidtools.  The software was created by David Carpenter and you can install either a 32 or 64 bit version. Installing Everything is very simple, you download either the 32 or 64 bit Windows version, it takes a few seconds to index and locate all hard drives or USB clips that are known by the operating system.  You will have a shortcut on the desktop and when it comes to locating any type of file you can use the filter to reduce what you are looking for or just put the title in the search box…
Read More