January 13, 2014
Synergy E-News - A Newsletter for Synergy Developers
Customer Spotlight
 
Leading Australian corporate management software company launches 100% Synergy .NET–based dashboard

Screen Sample 1

Screen Sample 2

Standalone dashboard hooks into existing Synergy/DE-based software

Based in Newcastle, Australia, BusinessCraft Pty Ltd provides accounting and mission-critical software systems to the manufacturing, service, and building industries. Recently one of BusinessCraft's customers requested functionality that would enable the customer to use Crystal Reports to generate PDF sales reports for management. BusinessCraft was able to meet this customer's objectives by using Synergy .NET to develop a dashboard application that plugs into BusinessCraft's existing Synergy/DE-based application.

The Requirement
BusinessCraft's customer provided a very detailed mockup of the type of reports they wanted Crystal Reports to produce. But the data rules were so complex that Crystal Reports wasn't a viable option. "This particular code did not lend itself to the nice SQL queries that Crystal Reports requires," explains BusinessCraft software architect Steven Parish. "Crystal Reports is not set up for this kind of procedural code, which would have had to take place elsewhere, slowing down the process or even making it impossible."

Another option BusinessCraft considered was Microsoft Excel, using macros to do the procedural analysis. "This option would have definitely been the easiest and fastest way to achieve our customer's goal," states Parish. "However, it wasn't practical in the long run. Two years down the road, if the person who wrote the program left the company, no one would know how to support it." Furthermore, this solution would be harder to maintain, as each customer could have different versions of Microsoft Excel installed, representing a logistical nightmare.   

> Read More

 
Just for Developers
 
Tech Tip
Determining which source code version created a binary file
 
 
When investigating a support issue, it is often necessary to determine which version of a source code file an executable or library is built against. Unfortunately, there is not a built-in method to accomplish this. However, by using a third-party utility, or by creating a Synergy application that uses GETS to read through a file, it is possible to determine the source code version by embedding an identifier (or versioning string) and then searching the binary for this string.

For example, you can create a record with the identifier in the source code:

record identifier
        ,a            ,"@(#)Version 5.01x"
endrecord

The purpose of the leading "@(#)" is to denote the identifier string with a unique set of charters so it can easily be found in the binary file. Note: This technique requires that the version string be manually updated as appropriate.

After building the source code into an executable or library, use the UNIX strings utility or the free Sysinternals strings.exe utility for Windows, available at http://technet.microsoft.com/en-us/sysinternals/bb897439, to extract this information.

For example,

C:\>strings foo.elb|findstr /i @(#)

@(#)Version 5.01x

Also, one could create a Synergy-based utility using GETS to read through the binary file and then search for the identifier string using the unique starting character.

 
hr1
2014 Calendar Design
Did You Receive Your 2014 Synergex Calendar?
If not, let us know!

Designed by local artist Daniel Tirapelli, this year’s calendar illustrates once again our theme of “No Boundaries.”  This “No Boundaries” theme is being realized more than ever—customers have shown us some truly amazing applications that they didn’t even know were possible a year ago. There are truly no boundaries with Synergy/DE.

If you did not receive your Synergex 2014 calendar, or if you would like additional complimentary copies, please e-mail us at synergy@synergex.com. Include your address and the quantity you’d like, and we’ll send them right out to you.

 
Platform News
 
Windows
Microsoft Sets a New Threshold for Windows Development
The Start Menu Will Return in New Desktop-Optimized Version of Windows 8.2
Windows 8.1 Keeps Climbing, at Its Own Rate
Microsoft Moves to Unify Windows, Windows Phone, Windows RT
Microsoft Bets on Windows XP Disaster
Intel, HP Prepare for the End of Days -- Windows XP's, That Is
At Year's End, XP Usage Plunges as Windows 7 and 8 Take Over
Microsoft Decides to Allow the Continued Sale of Windows 7 PCs After All
Windows 8's Market Share Finally Reaches 10%,
But Is Overshadowed by Linux’s Big Gain and XPs Decline
New U.S. Sales Figures Show the Changing Face
of PC and Tablet Markets in 2013
Microsoft Warns Customers to Update to
Windows 8.1 Final or Face Ruin
 
Unix/Linux
As Unix Fades Away from Data Centers, It's Unclear What's Next
Red Hat Enterprise Linux 7 Beta Now Available
Red Hat Enterprise Linux 6.5 Delivers Precision Timing
The Graying of the Linux Kernel Community
Red Hat Snuggles Up to Dell with
'Enterprise Grade' OpenStack Offer
Why Didn't Linux Win on the Desktop?
2013: A Linux Christmas
Red Hat Launches Its Own OpenStack Product
What Happened in Desktop Linux in 2013? Not Much
Tech Companies Take Step Toward the 'Internet of Things'
 
 
In This Issue
 
Customer Spotlight
Tech Tip - Determining which source code version created a binary file
Did you receive your 2014 Synergex Calendar?
Platform News
 
Synergy/DE Links
 
Product Documentation
Current Release (10.1)
Latest Patches (& changes per version)
Product Videos
Resource Center Login
Contact Us
 
hr1
  Synergex